From d2ca07f730e8ad6ce361a9afd7859223152a1789 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 09:27:45 +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-JSYAML-13961110 --- 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 493b64359cc22..be33cd0dc7d79 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -37,7 +37,7 @@ "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.11.4", "nock": "^13.3.0", - "tap": "^16.3.4" + "tap": "^18.0.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0"