From 95c6357344afb390644649e12e19603ded323606 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 14:05:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85ce579a..374df78a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "glob": "~7.0.0", "grunt-cli": "~1.2.0", "grunt-known-options": "~1.1.0", - "grunt-legacy-log": "~1.0.0", + "grunt-legacy-log": "~2.0.0", "grunt-legacy-util": "~1.0.0", "iconv-lite": "~0.4.13", "js-yaml": "~3.5.2",