From d6085b9222739180790c8f9e141443ab53d452df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Oct 2018 07:18:07 +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 fc8f8c3..03f218b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "homepage": "http://www.localhost.com", "version": "0.1.0", "dependencies": { - "grunt": "0.4.5", + "grunt": "1.0.3", "grunt-cli": "0.1.13", "grunt-http-server": "1.0.0", "http-server": "0.6.1"