From 8a396293c562c5582fc53be714ff38a939ae7300 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Oct 2018 06:47:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fc8f8c3..7d432ab 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "homepage": "http://www.localhost.com", "version": "0.1.0", "dependencies": { - "grunt": "0.4.5", - "grunt-cli": "0.1.13", + "grunt": "1.0.0", + "grunt-cli": "1.0.0", "grunt-http-server": "1.0.0", "http-server": "0.6.1" },