From 19b39341046ba2bfa43f954f0738dc582f05efff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 16:07:42 +0000 Subject: [PATCH] fix: workspaces/libnpmteam/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- workspaces/libnpmteam/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json index 0b4ee7a6608b1..6cb41e893e911 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -32,7 +32,7 @@ "homepage": "https://npmjs.com/package/libnpmteam", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" + "npm-registry-fetch": "^15.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"