From 7a7cb11b95f024d1d142d18520aded3ee2505492 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 06:37:56 +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 606dfc7d9e3e98..f0fc168a0f2890 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": "^14.0.3" + "npm-registry-fetch": "^18.0.1" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0",