From e5b07e7823444252cc02505bb401c0b4be140911 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 May 2024 05:42:02 +0000 Subject: [PATCH] fix: deps/npm/node_modules/console-control-strings/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- deps/npm/node_modules/console-control-strings/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/console-control-strings/package.json b/deps/npm/node_modules/console-control-strings/package.json index eb6c62ae2dac76..8b5069de85adac 100644 --- a/deps/npm/node_modules/console-control-strings/package.json +++ b/deps/npm/node_modules/console-control-strings/package.json @@ -22,6 +22,6 @@ ], "devDependencies": { "standard": "^7.1.2", - "tap": "^5.7.2" + "tap": "^12.0.2" } }