From 139226157e43541f90991e1d4cf7b6cd3f4dbf07 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 19:47:46 -0800 Subject: [PATCH 1/2] bump grunt-contrib-uglify to ~0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ebba8c42d..91d807dea9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-less": "~0.12.0", "grunt-contrib-qunit": "~0.5.2", - "grunt-contrib-uglify": "~0.6.0", + "grunt-contrib-uglify": "~0.7.0", "grunt-contrib-watch": "~0.6.1", "grunt-csscomb": "~3.0.0", "grunt-exec": "~0.4.6", From d6ab6731e67e25d93e263bb70393071f5b3389ea Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Dec 2014 19:49:12 -0800 Subject: [PATCH 2/2] update shrinkwrap [skip sauce] [skip validator] --- test-infra/npm-shrinkwrap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index 4fcb9d134e..c0053f4be7 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -2398,8 +2398,8 @@ } }, "grunt-contrib-uglify": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.6.0.tgz", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.7.0.tgz", "dependencies": { "chalk": { "version": "0.5.1",