From 64c7fbed75a1358bce52229f20f1a40ca18fe452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 02:07:11 +0000 Subject: [PATCH] fix: deps/npm/node_modules/libnpmpack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- deps/npm/node_modules/libnpmpack/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/node_modules/libnpmpack/package.json b/deps/npm/node_modules/libnpmpack/package.json index f98f0269b0f223..a6eef1347f6cda 100644 --- a/deps/npm/node_modules/libnpmpack/package.json +++ b/deps/npm/node_modules/libnpmpack/package.json @@ -40,9 +40,9 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "dependencies": { - "@npmcli/run-script": "^3.0.0", + "@npmcli/run-script": "^9.0.2", "npm-package-arg": "^9.0.1", - "pacote": "^13.0.5" + "pacote": "^21.0.1" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16"