upgrade: etcher-image-write to v8.1.2 (#712)

This version contains a fix for incorrect validation errors being
reported when flashing bzip2 files due to incorrect slicing of the drive
stream when calculating the checksum.

See: https://github.com/resin-io-modules/etcher-image-write/pull/61
Change-Type: patch
Changelog-Entry: Fix incorrect validation errors when flashing bzip2 images.
Fixes: https://github.com/resin-io/etcher/issues/710
Fixes: https://github.com/resin-io/etcher/issues/709
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-09-22 13:17:10 -04:00 committed by GitHub
parent 6d767231f8
commit f9ce62d34f
2 changed files with 6 additions and 6 deletions

10
npm-shrinkwrap.json generated
View File

@ -409,9 +409,9 @@
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
},
"lodash": {
"version": "4.15.0",
"version": "4.16.1",
"from": "lodash@>=4.14.2 <5.0.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.15.0.tgz"
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.16.1.tgz"
},
"readable-stream": {
"version": "2.0.6",
@ -1415,9 +1415,9 @@
}
},
"etcher-image-write": {
"version": "8.1.0",
"from": "etcher-image-write@8.1.0",
"resolved": "https://registry.npmjs.org/etcher-image-write/-/etcher-image-write-8.1.0.tgz",
"version": "8.1.2",
"from": "etcher-image-write@8.1.2",
"resolved": "https://registry.npmjs.org/etcher-image-write/-/etcher-image-write-8.1.2.tgz",
"dependencies": {
"isarray": {
"version": "1.0.0",

View File

@ -69,7 +69,7 @@
"drivelist": "^3.3.4",
"electron-is-running-in-asar": "^1.0.0",
"etcher-image-stream": "^4.3.0",
"etcher-image-write": "^8.1.0",
"etcher-image-write": "^8.1.2",
"etcher-latest-version": "^1.0.0",
"file-tail": "^0.3.0",
"flexboxgrid": "^6.3.0",