From 10df6cf43fda5c3f004a1b6864205a7ea06d3864 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 5 Dec 2016 08:52:46 +0000 Subject: [PATCH] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 021fe88..9d760d0 100644 --- a/package.json +++ b/package.json @@ -7,22 +7,22 @@ "grunt": "~0.4.1" }, "devDependencies": { - "grunt-contrib-clean": "~0.4.1", - "grunt-contrib-compress": "~0.5.0", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-connect": "^0.8.0", - "grunt-contrib-copy": "~0.4.1", - "grunt-contrib-cssmin": "~0.6.0", - "grunt-contrib-htmlmin": "~0.1.3", - "grunt-contrib-imagemin": "~0.1.4", - "grunt-contrib-jade": "~0.7.0", + "grunt-contrib-clean": "~1.0.0", + "grunt-contrib-compress": "~1.3.0", + "grunt-contrib-concat": "~1.0.1", + "grunt-contrib-connect": "^1.0.2", + "grunt-contrib-copy": "~1.0.0", + "grunt-contrib-cssmin": "~1.0.2", + "grunt-contrib-htmlmin": "~2.0.0", + "grunt-contrib-imagemin": "~1.0.1", + "grunt-contrib-jade": "~1.0.0", "grunt-contrib-less": "git://github.com/excellenteasy/grunt-contrib-less.git", - "grunt-contrib-uglify": "~0.2.0", - "grunt-contrib-watch": "~0.3.1", - "grunt-image-resize": "~0.2.0", - "grunt-shell": "~0.2.2" + "grunt-contrib-uglify": "~2.0.0", + "grunt-contrib-watch": "~1.0.0", + "grunt-image-resize": "~1.0.0", + "grunt-shell": "~2.1.0" }, "dependencies": { - "marked": "~0.2.9" + "marked": "~0.3.6" } }