From d13e2099b1cd685cbc30ea17e27b1c621a31399a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 09:47:10 +0000 Subject: [PATCH] fix: workspaces/libnpmhook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- workspaces/libnpmhook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json index b59524f57b695..ea9557695ba89 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -31,7 +31,7 @@ "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^16.0.0" + "npm-registry-fetch": "^18.0.1" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0",