From 12e7f12287866e3d4a2f8dba7e6fae3168c8ae01 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Wed, 30 Nov 2016 09:13:34 +0000 Subject: [PATCH] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 50d2a25..d500407 100644 --- a/package.json +++ b/package.json @@ -25,15 +25,15 @@ }, "homepage": "https://github.com/postmanlabs/postman-chrome-interceptor#readme", "devDependencies": { - "grunt": "0.4.5", - "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-watch": "0.3.1", + "grunt": "1.0.1", + "grunt-contrib-compress": "1.3.0", + "grunt-contrib-concat": "1.0.1", + "grunt-contrib-handlebars": "1.0.0", + "grunt-contrib-jshint": "~1.1.0", + "grunt-contrib-sass": "1.0.0", + "grunt-contrib-uglify": "2.0.0", + "grunt-contrib-watch": "1.0.0", "grunt-mindirect": "0.1.3", - "grunt-shell": "1.1.2" + "grunt-shell": "2.1.0" } }