From 6c36cd819ef17eeb0514f938c7b3d93f6620635f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Nov 2024 18:35:30 +0000 Subject: [PATCH] fix: deps/npm/node_modules/@npmcli/node-gyp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- deps/npm/node_modules/@npmcli/node-gyp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/@npmcli/node-gyp/package.json b/deps/npm/node_modules/@npmcli/node-gyp/package.json index 37ecb87a2bdc02..b9ea0cd3bc4439 100644 --- a/deps/npm/node_modules/@npmcli/node-gyp/package.json +++ b/deps/npm/node_modules/@npmcli/node-gyp/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "require-inject": "^1.4.4", - "tap": "^14.10.6", + "tap": "^18.0.0", "tmp": "^0.2.1" } }