From 2686758ed5c002390294f7131b7bf7a3bd524ed3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 03:01:07 +0000 Subject: [PATCH] fix: deps/npm/node_modules/npm-profile/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- deps/npm/node_modules/npm-profile/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/npm-profile/package.json b/deps/npm/node_modules/npm-profile/package.json index 43cc7c921bb0..ef4d6b45ed6c 100644 --- a/deps/npm/node_modules/npm-profile/package.json +++ b/deps/npm/node_modules/npm-profile/package.json @@ -6,7 +6,7 @@ "author": "Rebecca Turner (http://re-becca.org/)", "license": "ISC", "dependencies": { - "npm-registry-fetch": "^11.0.0" + "npm-registry-fetch": "^14.0.0" }, "main": "index.js", "repository": { @@ -19,8 +19,8 @@ "devDependencies": { "nock": "^12.0.1", "require-inject": "^1.4.4", - "standard": "^14.3.1", - "tap": "^14.10.6" + "standard": "^16.0.0", + "tap": "^18.0.0" }, "scripts": { "preversion": "npm test",