From 9c605db55baaa3120edcccd41301ddfc1614968b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 19:22:23 +0000 Subject: [PATCH] fix: workspaces/libnpmaccess/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- workspaces/libnpmaccess/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index 55ad695b29d1c..fff9ade44a36a 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -35,7 +35,7 @@ "aproba": "^2.0.0", "minipass": "^3.1.1", "npm-package-arg": "^9.0.1", - "npm-registry-fetch": "^13.0.0" + "npm-registry-fetch": "^15.0.0" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0"