From a9b5540cd04b639e987298ac5831c0a5a706f311 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 04:45:35 +0000 Subject: [PATCH] fix: workspaces/libnpmfund/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- workspaces/libnpmfund/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index eae757f04e9e0..01aebe9375969 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -46,7 +46,7 @@ "tap": "^15.0.9" }, "dependencies": { - "@npmcli/arborist": "^5.0.0" + "@npmcli/arborist": "^8.0.0" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16"