diff options
| author | XhmikosR <[email protected]> | 2014-07-22 08:30:35 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-07-22 08:31:36 +0300 |
| commit | 97cb2803d7698bdafc57820017ab8550b031d121 (patch) | |
| tree | 1d631fffc3f23be4e2336f6ad6e2f18f4112f2cc /test-infra | |
| parent | 88b4016ce68f24822c8c6083616493ee0989411c (diff) | |
| download | bootstrap-97cb2803d7698bdafc57820017ab8550b031d121.tar.xz bootstrap-97cb2803d7698bdafc57820017ab8550b031d121.zip | |
Run `grunt`.
Diffstat (limited to 'test-infra')
| -rw-r--r-- | test-infra/npm-shrinkwrap.json | 52 |
1 files changed, 41 insertions, 11 deletions
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index 4bf8c32d5..234105321 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -346,24 +346,54 @@ } }, "grunt-contrib-concat": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.4.0.tgz", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.5.0.tgz", "dependencies": { "chalk": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz", "dependencies": { "ansi-styles": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz" }, - "has-color": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz" + "escape-string-regexp": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.1.tgz" + }, + "has-ansi": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz", + "dependencies": { + "ansi-regex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + } + } }, "strip-ansi": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz" + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz", + "dependencies": { + "ansi-regex": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz" + } + } + }, + "supports-color": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz" + } + } + }, + "source-map": { + "version": "0.1.37", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.37.tgz", + "dependencies": { + "amdefine": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-0.1.0.tgz" } } } |
