mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
upgrade: etcher-image-stream
to v3.1.2 (#658)
- https://github.com/resin-io-modules/etcher-image-stream/pull/27 Change-Type: patch Changelog-Entry: Fix incorrect estimated entry sizes in certain ZIP archives. Fixes: https://github.com/resin-io/etcher/issues/644 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
893f42a124
commit
e91ec71b29
16
npm-shrinkwrap.json
generated
16
npm-shrinkwrap.json
generated
@ -24,11 +24,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"adm-zip": {
|
||||
"version": "0.4.7",
|
||||
"from": "adm-zip@>=0.4.7 <0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.7.tgz"
|
||||
},
|
||||
"align-text": {
|
||||
"version": "0.1.4",
|
||||
"from": "align-text@>=0.1.3 <0.2.0",
|
||||
@ -1391,9 +1386,9 @@
|
||||
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
|
||||
},
|
||||
"etcher-image-stream": {
|
||||
"version": "3.1.1",
|
||||
"from": "etcher-image-stream@3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/etcher-image-stream/-/etcher-image-stream-3.1.1.tgz",
|
||||
"version": "3.1.2",
|
||||
"from": "etcher-image-stream@3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/etcher-image-stream/-/etcher-image-stream-3.1.2.tgz",
|
||||
"dependencies": {
|
||||
"yauzl": {
|
||||
"version": "2.6.0",
|
||||
@ -3904,6 +3899,11 @@
|
||||
"from": "node-int64@>=0.4.0 <0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
|
||||
},
|
||||
"node-stream-zip": {
|
||||
"version": "1.3.4",
|
||||
"from": "node-stream-zip@>=1.3.4 <2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.3.4.tgz"
|
||||
},
|
||||
"node-uuid": {
|
||||
"version": "1.4.7",
|
||||
"from": "node-uuid@>=1.4.0 <1.5.0",
|
||||
|
@ -66,7 +66,7 @@
|
||||
"chalk": "^1.1.3",
|
||||
"drivelist": "^3.3.0",
|
||||
"electron-is-running-in-asar": "^1.0.0",
|
||||
"etcher-image-stream": "^3.1.1",
|
||||
"etcher-image-stream": "^3.1.2",
|
||||
"etcher-image-write": "^7.0.1",
|
||||
"etcher-latest-version": "^1.0.0",
|
||||
"file-tail": "^0.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user