diff options
| author | Chris Rebert <[email protected]> | 2015-01-20 13:05:38 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-20 13:05:58 -0800 |
| commit | 92b267f357c43148327e1247ac48c6eabc9891dd (patch) | |
| tree | 2ef5083ff2dae9602d8a980dcd52a80067a64ddb | |
| parent | 30b74105dd3d01dacfb0b232a671a8308c9fe588 (diff) | |
| download | bootstrap-92b267f357c43148327e1247ac48c6eabc9891dd.tar.xz bootstrap-92b267f357c43148327e1247ac48c6eabc9891dd.zip | |
update shrinkwrap
| -rw-r--r-- | test-infra/npm-shrinkwrap.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/test-infra/npm-shrinkwrap.json b/test-infra/npm-shrinkwrap.json index e9348fd23..d45418ca5 100644 --- a/test-infra/npm-shrinkwrap.json +++ b/test-infra/npm-shrinkwrap.json @@ -3295,6 +3295,30 @@ } } }, + "markdown-it": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-3.0.4.tgz", + "dependencies": { + "argparse": { + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", + "dependencies": { + "underscore": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz" + }, + "underscore.string": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz" + } + } + }, + "autolinker": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-0.15.2.tgz" + } + } + }, "npm-shrinkwrap": { "version": "200.0.0", "resolved": "https://registry.npmjs.org/npm-shrinkwrap/-/npm-shrinkwrap-200.0.0.tgz", @@ -4023,30 +4047,6 @@ } } }, - "remarkable": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/remarkable/-/remarkable-1.6.0.tgz", - "dependencies": { - "argparse": { - "version": "0.1.16", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz", - "dependencies": { - "underscore": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.7.0.tgz" - }, - "underscore.string": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz" - } - } - }, - "autolinker": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/autolinker/-/autolinker-0.15.2.tgz" - } - } - }, "time-grunt": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/time-grunt/-/time-grunt-1.0.0.tgz", |
