From 059c94e9369071be6efd1fbb85cbb8788a9941ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jan 2022 16:05:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:underscore.string:20170908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85ce579a..6de450d2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "grunt-cli": "~1.2.0", "grunt-known-options": "~1.1.0", "grunt-legacy-log": "~1.0.0", - "grunt-legacy-util": "~1.0.0", + "grunt-legacy-util": "~1.1.0", "iconv-lite": "~0.4.13", "js-yaml": "~3.5.2", "minimatch": "~3.0.0",