From d00c33c930d970685cb5e2257a36f7d2dab97155 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 6 Apr 2015 21:38:32 -0700 Subject: [PATCH 1/2] Bump grunt-contrib-connect to ~0.10.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4158a9a74..12c969f182 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.13.0", "grunt-contrib-concat": "~0.5.1", - "grunt-contrib-connect": "~0.9.0", + "grunt-contrib-connect": "~0.10.1", "grunt-contrib-copy": "~0.8.0", "grunt-contrib-csslint": "~0.4.0", "grunt-contrib-cssmin": "~0.12.2", From e3695d6ea4a3f549cf891c60e30bdb93e7390c8d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 6 Apr 2015 21:39:54 -0700 Subject: [PATCH 2/2] update shrinkwrap --- 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 381062de1e..87e3ec02aa 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -603,8 +603,8 @@ } }, "grunt-contrib-connect": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-0.9.0.tgz", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/grunt-contrib-connect/-/grunt-contrib-connect-0.10.1.tgz", "dependencies": { "async": { "version": "0.9.0",