From 0b5ec17f19e8adc5ce080dfc8a663ccaec47dd80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 16:56:39 +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-15038581 --- 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 ad10da8865052a..e67100e18f9b1f 100644 --- a/deps/npm/node_modules/libnpmhook/package.json +++ b/deps/npm/node_modules/libnpmhook/package.json @@ -39,7 +39,7 @@ "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" + "npm-registry-fetch": "^18.0.1" }, "devDependencies": { "@npmcli/template-oss": "^2.4.2",