From 149fca0088e3f2f164b1ff121b1feb0fe08c15f0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:48:49 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- .../node_modules/cross-spawn/node_modules/which/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json index 51be376f6e6a9..00a3166b3392f 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/cross-spawn/node_modules/which/package.json @@ -15,8 +15,8 @@ }, "devDependencies": { "mkdirp": "^0.5.0", - "rimraf": "^2.6.2", - "tap": "^12.0.1" + "rimraf": "^4.3.1", + "tap": "^18.0.0" }, "scripts": { "test": "tap test/*.js --cov",