diff options
| author | Chris Rebert <[email protected]> | 2014-06-19 16:04:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-19 16:04:40 -0700 |
| commit | 856bc8694c7eed0bd5499daf733754da7c6ce977 (patch) | |
| tree | eb35dd719b214c41e34c271ee4a23dabce3eef69 | |
| parent | 14829474052cc30ca89c72e035f5b88978af6eb5 (diff) | |
| download | bootstrap-856bc8694c7eed0bd5499daf733754da7c6ce977.tar.xz bootstrap-856bc8694c7eed0bd5499daf733754da7c6ce977.zip | |
bump npm-shrinkwrap to ~3.1.4
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | test-infra/npm-shrinkwrap.json | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 6776b772e..46d0c7c9f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "grunt-sed": "~0.1.1", "load-grunt-tasks": "~0.5.0", "markdown": "~0.5.0", - "npm-shrinkwrap": "~3.1.3", + "npm-shrinkwrap": "~3.1.4", "time-grunt": "~0.3.2" }, "engines": { diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index 6fc43f39c..508c0baac 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -1,7 +1,7 @@ { "name": "bootstrap", "version": "3.1.1", - "npm-shrinkwrap-version": "3.1.3", + "npm-shrinkwrap-version": "3.1.4", "dependencies": { "btoa": { "version": "1.1.2", @@ -2976,8 +2976,8 @@ } }, "npm-shrinkwrap": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-3.1.3.tgz", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-3.1.4.tgz", "dependencies": { "array-find": { "version": "0.1.1", |
