From 4e76419a767bce3b90da16744dddabe8cc35189c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 12:14:08 +0000 Subject: [PATCH] fix: workspaces/libnpmteam/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- workspaces/libnpmteam/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json index 569678b5d864a..2297216cf07ca 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -35,7 +35,7 @@ "homepage": "https://npmjs.com/package/libnpmteam", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" + "npm-registry-fetch": "^18.0.1" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0"