From a0add1b68c428d0ad131e8f785301e2a6c67a431 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 08:25:06 +0000 Subject: [PATCH] fix: workspaces/arborist/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- workspaces/arborist/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 89cbffce6da8a..e18e8135e1f7c 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -6,13 +6,13 @@ "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/installed-package-contents": "^2.0.0", "@npmcli/map-workspaces": "^3.0.0", - "@npmcli/metavuln-calculator": "^5.0.0", + "@npmcli/metavuln-calculator": "^7.0.0", "@npmcli/move-file": "^3.0.0", "@npmcli/name-from-folder": "^1.0.1", "@npmcli/node-gyp": "^3.0.0", "@npmcli/package-json": "^3.0.0", "@npmcli/query": "^3.0.0", - "@npmcli/run-script": "^5.0.0", + "@npmcli/run-script": "^7.0.2", "bin-links": "^4.0.1", "cacache": "^17.0.1", "common-ancestor-path": "^1.0.1", @@ -25,7 +25,7 @@ "npm-pick-manifest": "^8.0.1", "npm-registry-fetch": "^14.0.2", "npmlog": "^7.0.0", - "pacote": "^15.0.2", + "pacote": "^17.0.4", "parse-conflict-json": "^3.0.0", "proc-log": "^3.0.0", "promise-all-reject-late": "^1.0.0",