From 0aa498ea88bc74fed910eee9a3e95b1b7b3dae9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Oct 2018 05:02:26 +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 7f068e0..d09efc6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/postmanlabs/postman-chrome-interceptor#readme", "devDependencies": { - "grunt": "0.4.5", + "grunt": "1.0.3", "grunt-contrib-compress": "0.5.2", "grunt-contrib-concat": "0.1.3", "grunt-contrib-handlebars": "0.5.6",