From 62b110f112e9bc33d3910e5cff5b4025854b28f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 22:20:15 +0000 Subject: [PATCH] fix: deps/npm/node_modules/libnpmhook/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 --- deps/npm/node_modules/libnpmhook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/libnpmhook/package.json b/deps/npm/node_modules/libnpmhook/package.json index 48dac38b2a8b..0485afcbb697 100644 --- a/deps/npm/node_modules/libnpmhook/package.json +++ b/deps/npm/node_modules/libnpmhook/package.json @@ -33,7 +33,7 @@ "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" + "npm-registry-fetch": "^18.0.1" }, "devDependencies": { "@npmcli/eslint-config": "^3.1.0",