From 49572bfcf328c488b988ec51ba1aa7fe49779e58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 21:53:09 +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-IP-6240864 --- 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 38f6f72fa6ad9..9d843f3b8de86 100644 --- a/node_modules/@npmcli/run-script/package.json +++ b/node_modules/@npmcli/run-script/package.json @@ -23,7 +23,7 @@ "dependencies": { "@npmcli/node-gyp": "^3.0.0", "@npmcli/promise-spawn": "^6.0.0", - "node-gyp": "^9.0.0", + "node-gyp": "^10.0.0", "read-package-json-fast": "^3.0.0", "which": "^3.0.0" },