From 4b8b3c9d6b2c0b15135013f2b1279797e3783a49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 04:40:25 +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 2a1b5995fe493..fa888e5a54092 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -58,13 +58,13 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.0.0-pre.4", + "@npmcli/arborist": "^7.0.0", "@npmcli/ci-detect": "^3.0.0", - "@npmcli/run-script": "^5.0.0", + "@npmcli/run-script": "^7.0.2", "chalk": "^4.1.0", "npm-package-arg": "^10.0.0", "npmlog": "^7.0.0", - "pacote": "^15.0.2", + "pacote": "^17.0.4", "proc-log": "^3.0.0", "read": "^1.0.7", "read-package-json-fast": "^3.0.1",