From d849acaaaf033419852b8c981a5a043d825087dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Jul 2023 04:53:29 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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..febe86b9aee8cd 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": "^15.0.0" }, "scripts": { "test": "tap test/*.js --100",