From 212e696a947e8323b1666c20287c83dd0fa27376 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Apr 2021 23:46:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GETOBJECT-1054932 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85ce579a..23c75e85 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": "~2.0.1", "iconv-lite": "~0.4.13", "js-yaml": "~3.5.2", "minimatch": "~3.0.0",