From 9494fdaf1a984574eb46b79fd1bfeb85fd7a0ce5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 21:12:55 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/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/make-dir/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json index 1b51bf70f72aa..cda76e4215b9e 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/make-dir/package.json @@ -42,7 +42,7 @@ ], "dependencies": { "pify": "^4.0.1", - "semver": "^5.6.0" + "semver": "^7.5.2" }, "devDependencies": { "@types/graceful-fs": "^4.1.3",