0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

update shrinkwrap

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2014-12-28 18:45:56 -08:00
parent 93cd02cd29
commit 6099bfdea8

View File

@ -3884,46 +3884,16 @@
} }
}, },
"load-grunt-tasks": { "load-grunt-tasks": {
"version": "1.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-1.0.0.tgz", "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-2.0.0.tgz",
"dependencies": { "dependencies": {
"findup-sync": { "findup-sync": {
"version": "0.1.3", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz", "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz"
"dependencies": {
"glob": {
"version": "3.2.11",
"resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz",
"dependencies": {
"inherits": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"minimatch": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz",
"dependencies": {
"lru-cache": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz"
},
"sigmund": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
}
}
}
}
},
"lodash": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
}
}
}, },
"multimatch": { "multimatch": {
"version": "1.0.1", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-1.0.1.tgz", "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-2.0.0.tgz",
"dependencies": { "dependencies": {
"array-differ": { "array-differ": {
"version": "1.0.0", "version": "1.0.0",
@ -3940,16 +3910,22 @@
} }
}, },
"minimatch": { "minimatch": {
"version": "1.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
"dependencies": { "dependencies": {
"lru-cache": { "brace-expansion": {
"version": "2.5.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.5.0.tgz" "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",
}, "dependencies": {
"sigmund": { "balanced-match": {
"version": "1.0.0", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
}
}
} }
} }
} }