From dc5453843c188f01d3c47131473a81a7963bcd3e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 04:17:53 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cp-file/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- .../tap-with-yarn-lock/node_modules/cp-file/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cp-file/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cp-file/package.json index 575ca627d8f00..582797d409f7d 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cp-file/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cp-file/package.json @@ -46,7 +46,7 @@ ], "dependencies": { "graceful-fs": "^4.1.2", - "make-dir": "^2.0.0", + "make-dir": "^4.0.0", "nested-error-stacks": "^2.0.0", "pify": "^4.0.1", "safe-buffer": "^5.0.1"