From 6239fe9101ed5884bab1cddd57d80aa84a3026a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 20:43:43 +0000 Subject: [PATCH] fix: workspaces/libnpmsearch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- workspaces/libnpmsearch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json index dc28a374b21ec..9aebd593b4136 100644 --- a/workspaces/libnpmsearch/package.json +++ b/workspaces/libnpmsearch/package.json @@ -41,7 +41,7 @@ "bugs": "https://github.com/npm/libnpmsearch/issues", "homepage": "https://npmjs.com/package/libnpmsearch", "dependencies": { - "npm-registry-fetch": "^13.0.0" + "npm-registry-fetch": "^15.0.0" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0"