diff options
| author | Chris Rebert <[email protected]> | 2015-04-06 21:55:43 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-06 21:55:43 -0700 |
| commit | 2e6511bb51d23b1f54d2a2ed32282e4a50ba959a (patch) | |
| tree | c9634fdaa1f2419cc35d0aa941129a7addc0e852 | |
| parent | dbf025b4ab5657cc05313607acd4bb80cf5811e7 (diff) | |
| parent | e3695d6ea4a3f549cf891c60e30bdb93e7390c8d (diff) | |
| download | bootstrap-2e6511bb51d23b1f54d2a2ed32282e4a50ba959a.tar.xz bootstrap-2e6511bb51d23b1f54d2a2ed32282e4a50ba959a.zip | |
Merge pull request #16246 from twbs/bump-connect
Bump grunt-contrib-connect to ~0.10.1
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | test-infra/npm-shrinkwrap.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index a4158a9a7..12c969f18 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", diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index 381062de1..87e3ec02a 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", |
