diff options
| author | Mark Otto <[email protected]> | 2014-10-28 22:57:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-28 22:57:26 -0700 |
| commit | c4b053a0131e93a206429ee2575dd67fd9508e12 (patch) | |
| tree | be93b1e96719a75830a6ea6277ed5c042e9dad75 /test-infra | |
| parent | bf3be5a456b3f6699a7832957dc0d1fbf6ac1590 (diff) | |
| parent | 45b59f4307da4c343c605abe41b4909ba632abf1 (diff) | |
| download | bootstrap-c4b053a0131e93a206429ee2575dd67fd9508e12.tar.xz bootstrap-c4b053a0131e93a206429ee2575dd67fd9508e12.zip | |
Merge branch 'master' into cursor_var
Diffstat (limited to 'test-infra')
| -rw-r--r-- | test-infra/npm-shrinkwrap.json | 56 |
1 files changed, 31 insertions, 25 deletions
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index e7a5e0df4..01f67b25a 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -1702,8 +1702,8 @@ "resolved": "https://registry.npmjs.org/bl/-/bl-0.9.3.tgz", "dependencies": { "readable-stream": { - "version": "1.0.33", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz", + "version": "1.0.32", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.32.tgz", "dependencies": { "core-util-is": { "version": "1.0.1", @@ -2173,6 +2173,10 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.0.tgz" }, + "vow": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.4.tgz" + }, "vow-queue": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.3.1.tgz" @@ -2559,13 +2563,7 @@ }, "vow-queue": { "version": "0.4.1", - "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.1.tgz", - "dependencies": { - "vow": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/vow/-/vow-0.4.6.tgz" - } - } + "resolved": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.1.tgz" } } }, @@ -3181,22 +3179,6 @@ } } }, - "markdown": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/markdown/-/markdown-0.5.0.tgz", - "dependencies": { - "nopt": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-2.1.2.tgz", - "dependencies": { - "abbrev": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.5.tgz" - } - } - } - } - }, "npm-shrinkwrap": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-4.0.0.tgz", @@ -3863,6 +3845,30 @@ } } }, + "remarkable": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.2.1.tgz", + "dependencies": { + "argparse": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.15.tgz", + "dependencies": { + "underscore": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz" + }, + "underscore.string": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz" + } + } + }, + "autolinker": { + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-0.12.3.tgz" + } + } + }, "time-grunt": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.0.0.tgz", |
