From d4b5321a95e21eb6db0b8a9efa6ab59cd28a0c10 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jun 2023 21:32:31 +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" },