From 6b9883414a479c97b39118dffb10b1086f09a08c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 22:25:05 +0000 Subject: [PATCH] fix: workspaces/libnpmexec/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- workspaces/libnpmexec/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 72a1ee983520e..58225f7e5e114 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -55,14 +55,14 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^5.0.0", + "@npmcli/arborist": "^7.0.0", "@npmcli/ci-detect": "^2.0.0", - "@npmcli/run-script": "^3.0.0", + "@npmcli/run-script": "^7.0.2", "chalk": "^4.1.0", "mkdirp-infer-owner": "^2.0.0", "npm-package-arg": "^9.0.1", "npmlog": "^6.0.1", - "pacote": "^13.0.5", + "pacote": "^17.0.4", "proc-log": "^2.0.0", "read": "^1.0.7", "read-package-json-fast": "^2.0.2",