From b17b5599ce3ff4cfad1782614fb136b17acc6ae6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 05:11:07 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/caching-transform/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- .../node_modules/caching-transform/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/caching-transform/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/caching-transform/package.json index caa7bc026ad3c..35adf62a9cc93 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/caching-transform/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/caching-transform/package.json @@ -24,7 +24,7 @@ ], "dependencies": { "hasha": "^3.0.0", - "make-dir": "^2.0.0", + "make-dir": "^4.0.0", "package-hash": "^3.0.0", "write-file-atomic": "^2.4.2" },