From 57799238148586f9a6995f14dddfbf1bb587559f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 20:41:59 +0000 Subject: [PATCH] fix: deps/npm/node_modules/pacote/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- deps/npm/node_modules/pacote/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/pacote/package.json b/deps/npm/node_modules/pacote/package.json index fc6ab52fa9bc08..7327bb61c198d5 100644 --- a/deps/npm/node_modules/pacote/package.json +++ b/deps/npm/node_modules/pacote/package.json @@ -43,7 +43,7 @@ "@npmcli/git": "^3.0.0", "@npmcli/installed-package-contents": "^1.0.7", "@npmcli/promise-spawn": "^1.2.0", - "@npmcli/run-script": "^3.0.0", + "@npmcli/run-script": "^7.0.2", "cacache": "^15.3.0", "chownr": "^2.0.0", "fs-minipass": "^2.1.0", @@ -53,7 +53,7 @@ "npm-package-arg": "^9.0.0", "npm-packlist": "^3.0.0", "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.0", + "npm-registry-fetch": "^15.0.0", "proc-log": "^2.0.0", "promise-retry": "^2.0.1", "read-package-json": "^4.1.1",