From 2058dadaf7f0ad97b3b4168bc2120f6afaedd3c7 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 6 Mar 2015 21:13:21 +0000 Subject: [PATCH] Update NPM Grunt packages: `compress`, `concat`, `copy`, `imagemin` and `uglify` Props netweb. Fixes #31489. git-svn-id: https://develop.svn.wordpress.org/trunk@31650 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 27337a1f7c..560fb1e6d1 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ "grunt-autoprefixer": "~2.2.0", "grunt-browserify": "^3.3.0", "grunt-contrib-clean": "~0.6.0", - "grunt-contrib-compress": "~0.12.0", - "grunt-contrib-concat": "~0.5.0", - "grunt-contrib-copy": "~0.7.0", + "grunt-contrib-compress": "~0.13.0", + "grunt-contrib-concat": "~0.5.1", + "grunt-contrib-copy": "~0.8.0", "grunt-contrib-cssmin": "~0.10.0", - "grunt-contrib-imagemin": "~0.9.1", + "grunt-contrib-imagemin": "~0.9.3", "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-qunit": "~0.5.2", - "grunt-contrib-uglify": "~0.6.0", + "grunt-contrib-uglify": "~0.8.0", "grunt-contrib-watch": "~0.6.1", "grunt-jsvalidate": "~0.2.2", "grunt-legacy-util": "^0.2.0",