From 4b4e6ea035a2072005e14288f72e6ab80065ec28 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 2 Aug 2017 10:12:27 -0400 Subject: [PATCH] upgrade: drivelist to v5.1.3 (#1653) This version contains the following fixes: - Fix "Couldn't initialize the scanner: An unknown error occurred" error - Fix "Couldn't scan the drives: An unknown error occurred" where there is a mounted virtual drive See: https://github.com/resin-io-modules/drivelist/blob/master/CHANGELOG.md Change-Type: patch Changelog-Entry: Fix various drive scanning Windows errors. Fixes: https://github.com/resin-io/etcher/issues/1646 Fixes: https://github.com/resin-io/etcher/issues/1639 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 18db2ec2..2a5c12bb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1298,9 +1298,9 @@ "dev": true }, "drivelist": { - "version": "5.1.0", - "from": "drivelist@5.1.0", - "resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.1.0.tgz", + "version": "5.1.3", + "from": "drivelist@5.1.3", + "resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.1.3.tgz", "dependencies": { "lodash": { "version": "4.17.4", diff --git a/package.json b/package.json index 93efad6c..d9806921 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "bootstrap-sass": "3.3.6", "chalk": "1.1.3", "command-join": "2.0.0", - "drivelist": "5.1.0", + "drivelist": "5.1.3", "electron-is-running-in-asar": "1.0.0", "etcher-image-write": "9.1.3", "file-type": "4.1.0",