From 09ad2f71461e782db1f779f11465a47c590d5cc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 02:02:51 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index e3aa720d41e1a..1b0d877fec7be 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -36,10 +36,10 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "dependencies": { - "@npmcli/arborist": "^6.0.0-pre.4", - "@npmcli/run-script": "^4.1.3", + "@npmcli/arborist": "^7.0.0", + "@npmcli/run-script": "^7.0.2", "npm-package-arg": "^9.0.1", - "pacote": "^14.0.0" + "pacote": "^17.0.4" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"