From 86aef36602b9ae48b5ba6984a71e732fc2deab19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Oct 2018 05:47:55 +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",