From 872100893dedcff56629b1e036eba68c377ad59b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 04:14:51 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/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/cross-spawn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/package.json index 1a69be8cc0671..605a0ea0034af 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/package.json @@ -50,7 +50,7 @@ "dependencies": { "nice-try": "^1.0.4", "path-key": "^2.0.1", - "semver": "^5.5.0", + "semver": "^7.5.2", "shebang-command": "^1.2.0", "which": "^1.2.9" },