From 573d47af48e09e3cc3068c572a348f43d00215b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Oct 2018 01:44:05 +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 0ac92bc..fcc2800 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "npmrc-switcher": "lib/npmrc-switcher.js" }, "devDependencies": { - "grunt": "0.4.x", + "grunt": "1.0.3", "jscs": "1.5.x", "grunt-jscs-checker": "0.5.x", "grunt-contrib-nodeunit": "0.4.x",