From 4fd90a9f8ba19b5445d93b30540cfd515f5b26ca Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:15:39 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/global-style/lib/node_modules/which/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 --- .../fixtures/global-style/lib/node_modules/which/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/global-style/lib/node_modules/which/package.json b/workspaces/arborist/test/fixtures/global-style/lib/node_modules/which/package.json index 97ad7fbabc52b..d1d2aecb68e8e 100644 --- a/workspaces/arborist/test/fixtures/global-style/lib/node_modules/which/package.json +++ b/workspaces/arborist/test/fixtures/global-style/lib/node_modules/which/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "mkdirp": "^0.5.0", - "rimraf": "^2.6.2", - "tap": "^14.6.9" + "rimraf": "^4.3.1", + "tap": "^18.0.0" }, "scripts": { "test": "tap",