From 847b41f49adf3f23fd0219928a2da68106f3d0dc Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 14 Apr 2017 23:45:21 -0400 Subject: [PATCH] upgrade: `etcher-image-write` to v9.1.1 (#1306) This version includes a fix to throw an `EUNPLUGGED` error instead of an `UNKNOWN` one when unplugging an SD Card from an internal reader on Windows. Change-Type: patch Changelog-Entry: Fix "UNKNOWN: unknown error" error when unplugging an SD Card from an internal reader on Windows. See: https://github.com/resin-io-modules/etcher-image-write/pull/97 Signed-off-by: Juan Cruz Viotti --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9c8fbb7d..d6a94228 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2193,9 +2193,9 @@ "dev": true }, "etcher-image-write": { - "version": "9.1.0", - "from": "etcher-image-write@9.1.0", - "resolved": "https://registry.npmjs.org/etcher-image-write/-/etcher-image-write-9.1.0.tgz", + "version": "9.1.1", + "from": "etcher-image-write@9.1.1", + "resolved": "https://registry.npmjs.org/etcher-image-write/-/etcher-image-write-9.1.1.tgz", "dependencies": { "bluebird": { "version": "3.5.0", diff --git a/package.json b/package.json index 6a2a3391..14ccf90c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "command-join": "^2.0.0", "drivelist": "^5.0.16", "electron-is-running-in-asar": "^1.0.0", - "etcher-image-write": "^9.1.0", + "etcher-image-write": "^9.1.1", "etcher-latest-version": "^1.0.0", "file-type": "^4.1.0", "flexboxgrid": "^6.3.0",