diff options
| author | Chris Rebert <[email protected]> | 2014-12-29 12:00:47 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-29 12:00:47 -0800 |
| commit | 9e66526766ca0d1ca639a53dd6e830efdb2d83c0 (patch) | |
| tree | fbd43e188b46482f4b532b4fa01883fa736f3fe6 | |
| parent | 995c7683307b2e39d8505989615967b5d7843caa (diff) | |
| download | bootstrap-9e66526766ca0d1ca639a53dd6e830efdb2d83c0.tar.xz bootstrap-9e66526766ca0d1ca639a53dd6e830efdb2d83c0.zip | |
update shrinkwrap
| -rw-r--r-- | test-infra/npm-shrinkwrap.json | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index c0053f4be..855ccee2a 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -3170,16 +3170,16 @@ } }, "grunt-jscs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.0.0.tgz", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-1.1.0.tgz", "dependencies": { "hooker": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz" }, "jscs": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.8.1.tgz", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/jscs/-/jscs-1.9.0.tgz", "dependencies": { "colors": { "version": "1.0.3", @@ -3197,6 +3197,10 @@ "version": "1.1.0-dev-harmony", "resolved": "https://registry.npmjs.org/esprima-harmony-jscs/-/esprima-harmony-jscs-1.1.0-dev-harmony.tgz" }, + "estraverse": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.8.0.tgz" + }, "exit": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz" @@ -3239,6 +3243,10 @@ } } }, + "regenerate": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.0.1.tgz" + }, "strip-json-comments": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.2.tgz" @@ -3247,6 +3255,10 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.2.0.tgz" }, + "unicode-6.3.0": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/unicode-6.3.0/-/unicode-6.3.0-0.1.5.tgz" + }, "vow-fs": { "version": "0.3.4", "resolved": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.4.tgz", |
