From af6cce1d254bd347041bea1b4c5665ecfd2be2a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 23:03:09 +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-INFLIGHT-6095116 --- 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 40951245a9ea3b..b8d69dc81876a4 100644 --- a/deps/npm/node_modules/libnpmhook/package.json +++ b/deps/npm/node_modules/libnpmhook/package.json @@ -28,7 +28,7 @@ "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^11.0.0" + "npm-registry-fetch": "^14.0.0" }, "devDependencies": { "nock": "^9.6.1",