From fc4b4b072bfc7fd5d8004050d579f14fd9ae63be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 18:23:14 +0000 Subject: [PATCH] fix: deps/npm/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 --- deps/npm/node_modules/which/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/which/package.json b/deps/npm/node_modules/which/package.json index 97ad7fbabc52b5..2c30d73d403490 100644 --- a/deps/npm/node_modules/which/package.json +++ b/deps/npm/node_modules/which/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "mkdirp": "^0.5.0", - "rimraf": "^2.6.2", - "tap": "^14.6.9" + "rimraf": "^4.0.0", + "tap": "^18.0.0" }, "scripts": { "test": "tap",