From 5c3e491a435493a99fe9023dffb390ed436db186 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 10 Jul 2019 23:56:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f068e0..68c4bb3 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ }, "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", "grunt-contrib-jshint": "~0.2.0", "grunt-contrib-sass": "0.3.0", - "grunt-contrib-uglify": "0.9.1", + "grunt-contrib-uglify": "0.11.1", "grunt-contrib-watch": "0.3.1", "grunt-mindirect": "0.1.3", "grunt-shell": "1.1.2"