From ab7f73e1583b1279343ba0d395fe029ee1d5e9bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 20:52:39 +0000 Subject: [PATCH] fix: node_modules/@npmcli/run-script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- node_modules/@npmcli/run-script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/@npmcli/run-script/package.json b/node_modules/@npmcli/run-script/package.json index 9df5b31178747..f30f6358c075f 100644 --- a/node_modules/@npmcli/run-script/package.json +++ b/node_modules/@npmcli/run-script/package.json @@ -31,7 +31,7 @@ "@npmcli/node-gyp": "^1.0.2", "@npmcli/promise-spawn": "^1.3.2", "infer-owner": "^1.0.4", - "node-gyp": "^7.1.0", + "node-gyp": "^8.0.0", "puka": "^1.0.1", "read-package-json-fast": "^2.0.1" },