From cb2df9849fc2da58f643dd3631aec8e7f576a6b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 00:40:15 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/libnpmpack/package.json b/deps/npm/node_modules/libnpmpack/package.json index 294bb7a82ed5b3..2de6a513410030 100644 --- a/deps/npm/node_modules/libnpmpack/package.json +++ b/deps/npm/node_modules/libnpmpack/package.json @@ -36,10 +36,10 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "dependencies": { - "@npmcli/arborist": "^6.2.10", - "@npmcli/run-script": "^6.0.0", + "@npmcli/arborist": "^7.0.0", + "@npmcli/run-script": "^7.0.2", "npm-package-arg": "^10.1.0", - "pacote": "^15.0.8" + "pacote": "^17.0.4" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"