From 4e91d3e1cb5e2d34afaa14d3ff43e2acd5b09149 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jul 2026 05:58:35 +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-TAR-18319500 --- workspaces/arborist/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 9fdbbbf8607ad..5d667fcb3b2c9 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -7,15 +7,15 @@ "@npmcli/fs": "^3.1.1", "@npmcli/installed-package-contents": "^2.1.0", "@npmcli/map-workspaces": "^3.0.2", - "@npmcli/metavuln-calculator": "^7.1.1", + "@npmcli/metavuln-calculator": "^8.0.0", "@npmcli/name-from-folder": "^2.0.0", "@npmcli/node-gyp": "^3.0.0", "@npmcli/package-json": "^5.1.0", "@npmcli/query": "^3.1.0", "@npmcli/redact": "^2.0.0", - "@npmcli/run-script": "^8.1.0", + "@npmcli/run-script": "^9.0.2", "bin-links": "^4.0.4", - "cacache": "^18.0.3", + "cacache": "^19.0.0", "common-ancestor-path": "^1.0.1", "hosted-git-info": "^7.0.2", "json-parse-even-better-errors": "^3.0.2", @@ -26,8 +26,8 @@ "npm-install-checks": "^6.2.0", "npm-package-arg": "^11.0.2", "npm-pick-manifest": "^9.0.1", - "npm-registry-fetch": "^17.0.1", - "pacote": "^18.0.6", + "npm-registry-fetch": "^18.0.1", + "pacote": "^19.0.2", "parse-conflict-json": "^3.0.0", "proc-log": "^4.2.0", "proggy": "^2.0.0",