From abdcedd038b56392d8817bc18042c29681e33577 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 23:17:39 +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-INFLIGHT-6095116 --- 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",