1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

update shrinkwrap

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2014-12-28 19:37:16 -08:00
parent f5dad0fa39
commit a462676075

View File

@@ -344,12 +344,12 @@
} }
}, },
"grunt-contrib-compress": { "grunt-contrib-compress": {
"version": "0.12.0", "version": "0.13.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-0.12.0.tgz", "resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-0.13.0.tgz",
"dependencies": { "dependencies": {
"archiver": { "archiver": {
"version": "0.11.0", "version": "0.13.0",
"resolved": "https://registry.npmjs.org/archiver/-/archiver-0.11.0.tgz", "resolved": "https://registry.npmjs.org/archiver/-/archiver-0.13.0.tgz",
"dependencies": { "dependencies": {
"async": { "async": {
"version": "0.9.0", "version": "0.9.0",
@@ -360,16 +360,26 @@
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz" "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.5.tgz"
}, },
"glob": { "glob": {
"version": "3.2.11", "version": "4.2.2",
"resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-4.2.2.tgz",
"dependencies": { "dependencies": {
"inflight": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
}
}
},
"inherits": { "inherits": {
"version": "2.0.1", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
}, },
"minimatch": { "minimatch": {
"version": "0.3.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
"dependencies": { "dependencies": {
"lru-cache": { "lru-cache": {
"version": "2.5.0", "version": "2.5.0",
@@ -380,6 +390,16 @@
"resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz" "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.0.tgz"
} }
} }
},
"once": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
"dependencies": {
"wrappy": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
}
}
} }
} }
}, },
@@ -414,8 +434,8 @@
} }
}, },
"tar-stream": { "tar-stream": {
"version": "0.4.7", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz", "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.1.1.tgz",
"dependencies": { "dependencies": {
"bl": { "bl": {
"version": "0.9.3", "version": "0.9.3",
@@ -437,6 +457,28 @@
} }
} }
}, },
"readable-stream": {
"version": "1.0.33",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz",
"dependencies": {
"core-util-is": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz"
},
"inherits": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
},
"isarray": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
},
"string_decoder": {
"version": "0.10.31",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
}
}
},
"xtend": { "xtend": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz" "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz"