From 4d30eed3dcc59ba545b98d90724f784b0eeb59c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Feb 2019 00:36:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 85ce579a..570fac86 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "glob": "~7.0.0", "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-log": "~2.0.0", + "grunt-legacy-util": "~1.1.0", "iconv-lite": "~0.4.13", "js-yaml": "~3.5.2", "minimatch": "~3.0.0",