From 46551e9d654d1afb6703d73afd62d60bf4cd3da0 Mon Sep 17 00:00:00 2001 From: nfnty Date: Thu, 26 May 2016 01:03:22 +0200 Subject: [PATCH] package.json: Upgrade grunt-contrib-compress, Fixes #5071 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dbff96c2b8..3e3cd2faeac 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "grunt-angular-templates": "^0.5.5", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "~0.7.0", - "grunt-contrib-compress": "~0.14.0", + "grunt-contrib-compress": "^1.3.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "~0.8.2", "grunt-contrib-cssmin": "~0.14.0",