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 <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-08-02 10:12:27 -04:00 committed by GitHub
parent 861b8a4450
commit 4b4e6ea035
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -1298,9 +1298,9 @@
"dev": true "dev": true
}, },
"drivelist": { "drivelist": {
"version": "5.1.0", "version": "5.1.3",
"from": "drivelist@5.1.0", "from": "drivelist@5.1.3",
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.1.0.tgz", "resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.1.3.tgz",
"dependencies": { "dependencies": {
"lodash": { "lodash": {
"version": "4.17.4", "version": "4.17.4",

View File

@ -51,7 +51,7 @@
"bootstrap-sass": "3.3.6", "bootstrap-sass": "3.3.6",
"chalk": "1.1.3", "chalk": "1.1.3",
"command-join": "2.0.0", "command-join": "2.0.0",
"drivelist": "5.1.0", "drivelist": "5.1.3",
"electron-is-running-in-asar": "1.0.0", "electron-is-running-in-asar": "1.0.0",
"etcher-image-write": "9.1.3", "etcher-image-write": "9.1.3",
"file-type": "4.1.0", "file-type": "4.1.0",