From 2d751224aa665743e53f9e3f24fb7c0b7834d511 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 23 Dec 2016 17:42:55 +0000 Subject: [PATCH] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 26e4d7e..f28218d 100644 --- a/package.json +++ b/package.json @@ -8,16 +8,16 @@ "url": "https://github.com/firstandthird/stackshots.git" }, "dependencies": { - "extend": "1.1.x", - "optimist": "0.3.x", - "async": "0.2.X" + "extend": "~3.0.0", + "optimist": "~0.6.1", + "async": "~2.1.4" }, "devDependencies": { - "grunt": "0.4.1", + "grunt": "1.0.1", "grunt-simple-mocha": "~0.4.0", - "load-grunt-config": "~0.7.0", - "grunt-contrib-watch": "~0.5.3", - "grunt-contrib-jshint": "~0.7.2" + "load-grunt-config": "~0.19.2", + "grunt-contrib-watch": "~1.0.0", + "grunt-contrib-jshint": "~1.1.0" }, "scripts": { "test": "mocha"