From 3e6555eabda71639a325c316088fc81ac6feb729 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 14:33:45 +0000 Subject: [PATCH] fix: workspaces/libnpmpack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- workspaces/libnpmpack/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 579b4efa23085..d6937f809aa52 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -38,9 +38,9 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "dependencies": { - "@npmcli/run-script": "^3.0.0", + "@npmcli/run-script": "^7.0.2", "npm-package-arg": "^9.0.0", - "pacote": "^13.0.2" + "pacote": "^17.0.4" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16"