From 1247f5ec8c57f8193aec10fc190af3b4ad43dfb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Oct 2018 03:43:00 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7f068e0..b5ecdb4 100644 --- a/package.json +++ b/package.json @@ -25,14 +25,14 @@ }, "homepage": "https://github.com/postmanlabs/postman-chrome-interceptor#readme", "devDependencies": { - "grunt": "0.4.5", + "grunt": "1.0.0", "grunt-contrib-compress": "0.5.2", "grunt-contrib-concat": "0.1.3", "grunt-contrib-handlebars": "0.5.6", - "grunt-contrib-jshint": "~0.2.0", + "grunt-contrib-jshint": "~0.11.1", "grunt-contrib-sass": "0.3.0", "grunt-contrib-uglify": "0.9.1", - "grunt-contrib-watch": "0.3.1", + "grunt-contrib-watch": "0.5.0", "grunt-mindirect": "0.1.3", "grunt-shell": "1.1.2" }