From cc037df72bd6e96cb797262a2ac32e9aa469e2c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 00:25:35 +0000 Subject: [PATCH] fix: deps/npm/node_modules/yallist/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- deps/npm/node_modules/yallist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/yallist/package.json b/deps/npm/node_modules/yallist/package.json index 8a083867d72e00..9d2ef279ccfb22 100644 --- a/deps/npm/node_modules/yallist/package.json +++ b/deps/npm/node_modules/yallist/package.json @@ -12,7 +12,7 @@ ], "dependencies": {}, "devDependencies": { - "tap": "^12.1.0" + "tap": "^18.0.0" }, "scripts": { "test": "tap test/*.js --100",