From 2cfa69d5126f599efcdc6617aaf5ed7b9dd54c0c Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Thu, 28 Jul 2016 17:01:15 -0500 Subject: [PATCH] Grunt: update dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e4762b1a..8fc33635 100644 --- a/package.json +++ b/package.json @@ -68,10 +68,10 @@ "grunt-contrib-cssmin": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-qunit": "^1.2.0", - "grunt-contrib-uglify": "^1.0.1", + "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-htmlhint": "^0.9.13", - "grunt-jscs": "^3.0.0", + "grunt-jscs": "^3.0.1", "grunt-string-replace": "^1.2.1" } }