upgrade: drivelist to v5.1.5 (#1692)

See https://github.com/resin-io-modules/drivelist/pull/206

Change-Type: patch
Changelog-Entry: Fix "Couldn't scan the drives: An unknown error occurred" error when there is a drive locked with BitLocker.
Fixes: https://github.com/resin-io/etcher/issues/1687
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-08-21 17:59:16 -04:00 committed by GitHub
parent 63d030d4c9
commit f9d7dd2977
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

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

View File

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