From a6fffdf5e82893ba751718caefcc4568fc34f85b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 09:11:20 +0000 Subject: [PATCH] fix: workspaces/libnpmaccess/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- workspaces/libnpmaccess/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index 4c71748dafcb8..5cfd408a22454 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -30,7 +30,7 @@ "homepage": "https://npmjs.com/package/libnpmaccess", "dependencies": { "npm-package-arg": "^11.0.0", - "npm-registry-fetch": "^16.0.0" + "npm-registry-fetch": "^18.0.1" }, "engines": { "node": "^16.14.0 || >=18.0.0"