upgrade: etcher-image-write to v8.1.3 (#719)

This version contains an important fix for the sporadic EPERM issues
encountered on Windows systems.

Fixes: https://github.com/resin-io/etcher/issues/627
Link: https://github.com/resin-io-modules/etcher-image-write/blob/master/CHANGELOG.md
Change-Type: patch
Changelog-Entry: Fix sporadic EPERM write errors on Windows.
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-09-25 21:50:54 -04:00 committed by GitHub
parent 66a810e764
commit 95aaea5a0f
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -1415,9 +1415,9 @@
}
},
"etcher-image-write": {
"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",
"version": "8.1.3",
"from": "etcher-image-write@8.1.3",
"resolved": "https://registry.npmjs.org/etcher-image-write/-/etcher-image-write-8.1.3.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.2",
"etcher-image-write": "^8.1.3",
"etcher-latest-version": "^1.0.0",
"file-tail": "^0.3.0",
"flexboxgrid": "^6.3.0",