From d6d87c4d73b652dc710c8ae4f817df70788b4206 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 18:54:42 +0000 Subject: [PATCH] fix: deps/npm/node_modules/npm-registry-fetch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- deps/npm/node_modules/npm-registry-fetch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/npm-registry-fetch/package.json b/deps/npm/node_modules/npm-registry-fetch/package.json index e4eaabaa5b09a6..3e7a09d4de21b7 100644 --- a/deps/npm/node_modules/npm-registry-fetch/package.json +++ b/deps/npm/node_modules/npm-registry-fetch/package.json @@ -31,7 +31,7 @@ }, "license": "ISC", "dependencies": { - "make-fetch-happen": "^9.0.1", + "make-fetch-happen": "^12.0.0", "minipass": "^3.1.3", "minipass-fetch": "^1.3.0", "minipass-json-stream": "^1.0.1",