From 37cd39d4569a7adfbaf6557f24f5f2a03f46716b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 01:28:00 +0000 Subject: [PATCH] fix: deps/npm/node_modules/libnpmpack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/libnpmpack/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/libnpmpack/package.json b/deps/npm/node_modules/libnpmpack/package.json index f3ec245d3142aa..2742a0c92c12a3 100644 --- a/deps/npm/node_modules/libnpmpack/package.json +++ b/deps/npm/node_modules/libnpmpack/package.json @@ -34,9 +34,9 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "dependencies": { - "@npmcli/run-script": "^1.8.3", + "@npmcli/run-script": "^7.0.2", "npm-package-arg": "^8.1.0", - "pacote": "^11.2.6" + "pacote": "^17.0.4" }, "engines": { "node": ">=10"