From 866553b2ca55d4ddf1f9df6159bead4d2e278b95 Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Sat, 6 May 2017 17:45:42 +0200 Subject: [PATCH] chore: update grunt-contrib-clean & grunt-contrib-uglify --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cc7292e2..bbfbe7a4 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ "fs-extra": "3.0.1", "grunt": "0.4.5", "grunt-casperjs": "^2.2.1", - "grunt-contrib-clean": "1.0.0", + "grunt-contrib-clean": "1.1.0", "grunt-contrib-concat": "1.0.1", "grunt-contrib-connect": "1.0.2", "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "1.1.0", - "grunt-contrib-uglify": "1.0.1", + "grunt-contrib-uglify": "2.3.0", "grunt-contrib-watch": "1.0.0", "grunt-include-replace": "4.0.1", "grunt-jscs": "2.8.0",