From 83f58c5170149f191770dc481676e69760c0ba55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Sun, 18 Jan 2015 21:17:14 +0100 Subject: [PATCH] chore(package): update dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5908bdf..46b7cfb 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ }, "devDependencies": { "grunt": "^0.4.5", - "grunt-contrib-clean": "^0.4.0", - "grunt-contrib-jshint": "^0.1.1", - "grunt-contrib-nodeunit": "^0.1.2", + "grunt-contrib-clean": "^0.6.0", + "grunt-contrib-jshint": "^0.10.0", + "grunt-contrib-nodeunit": "^0.4.1", "grunt-semantic-release": "^0.2.1", - "load-grunt-tasks": "^0.6.0" + "load-grunt-tasks": "^2.0.0" }, "peerDependencies": { "grunt": "^0.4.5" @@ -43,7 +43,7 @@ "gruntplugin" ], "dependencies": { - "async": "^0.2.8", + "async": "^0.9.0", "gm": "^1.14.2" } }