From 632742d939e46dd534f267216dd5c3dc5fac2386 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 17:48:15 +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 765c6897360b6..1ba2a7f6bb234 100644 --- a/workspaces/libnpmsearch/package.json +++ b/workspaces/libnpmsearch/package.json @@ -38,7 +38,7 @@ "bugs": "https://github.com/npm/libnpmsearch/issues", "homepage": "https://npmjs.com/package/libnpmsearch", "dependencies": { - "npm-registry-fetch": "^14.0.3" + "npm-registry-fetch": "^15.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"