From 5eafb66879f18b307fa5b2a00d4bb9a468586bf9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 17:08:34 +0000 Subject: [PATCH] fix: workspaces/libnpmhook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- workspaces/libnpmhook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json index 99efed490b3c4..97f68403a6699 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -36,7 +36,7 @@ "license": "ISC", "dependencies": { "aproba": "^2.0.0", - "npm-registry-fetch": "^13.0.0" + "npm-registry-fetch": "^14.0.0" }, "devDependencies": { "@npmcli/eslint-config": "^3.0.1",