From 4e15227f8cf0c823368436577096c7b0227144bf Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:23:57 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/node_modules/rimraf/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-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 --- .../node_modules/spawn-wrap/node_modules/rimraf/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/node_modules/rimraf/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/node_modules/rimraf/package.json index 783fae92f2fbe..2b8a93201558a 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/node_modules/rimraf/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/spawn-wrap/node_modules/rimraf/package.json @@ -24,6 +24,6 @@ ], "devDependencies": { "mkdirp": "^0.5.1", - "tap": "^12.1.1" + "tap": "^18.0.0" } }