From 15e7a1a492bd6b5446573e2a42692b5ea4511625 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:55:02 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/node_modules/which/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../foreground-child/node_modules/which/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/node_modules/which/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/node_modules/which/package.json index 51be376f6e6a9..499be3514b8e4 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/node_modules/which/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/foreground-child/node_modules/which/package.json @@ -16,7 +16,7 @@ "devDependencies": { "mkdirp": "^0.5.0", "rimraf": "^2.6.2", - "tap": "^12.0.1" + "tap": "^18.0.0" }, "scripts": { "test": "tap test/*.js --cov",