From 85a45cb2cfee78b4169eb89709260c60624492aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 01:47:02 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/libnpmhook/package.json b/deps/npm/node_modules/libnpmhook/package.json index 40951245a9ea3b..33c82863795250 100644 --- a/deps/npm/node_modules/libnpmhook/package.json +++ b/deps/npm/node_modules/libnpmhook/package.json @@ -28,13 +28,13 @@ "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^11.0.0" + "npm-registry-fetch": "^14.0.0" }, "devDependencies": { "nock": "^9.6.1", - "standard": "^11.0.1", + "standard": "^16.0.0", "standard-version": "^4.4.0", - "tap": "^14.10.6" + "tap": "^18.0.0" }, "engines": { "node": ">=10"