From 29abf0697103634b73e8c4fb3c5b22d14bb00d72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 21:44:13 +0000 Subject: [PATCH] fix: deps/npm/node_modules/libnpmaccess/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/libnpmaccess/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/libnpmaccess/package.json b/deps/npm/node_modules/libnpmaccess/package.json index 23d4b444ca0701..84c3023f37ca6f 100644 --- a/deps/npm/node_modules/libnpmaccess/package.json +++ b/deps/npm/node_modules/libnpmaccess/package.json @@ -13,8 +13,8 @@ }, "devDependencies": { "nock": "^12.0.1", - "standard": "^14.3.0", - "tap": "^14.11.0" + "standard": "^16.0.0", + "tap": "^18.0.0" }, "repository": { "type": "git", @@ -26,7 +26,7 @@ "aproba": "^2.0.0", "minipass": "^3.1.1", "npm-package-arg": "^8.1.2", - "npm-registry-fetch": "^11.0.0" + "npm-registry-fetch": "^14.0.0" }, "engines": { "node": ">=10"