From b2c95c2bcc1cd797627d39c87f650fc933dbfdfc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 07:50:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1daa1e12..64a14ed24 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "npm": "1.1.x" }, "dependencies": { - "grunt": "0.4.x", + "grunt": "1.0.3", "grunt-git": "0.2.x", "grunt-shell": "0.6.x", "grunt-contrib-clean": "0.5.x",