mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
upgrade: drivelist
to v5.0.10 (#1101)
This version contains a fix to omit drive letters assigned to partitions without a valid file system (read "valid for Windows"), causing our unmounting routine to fail in these cases. Change-Type: patch Changelog-Entry: Fix "Error: Command Failed" error when unmounting on Windows. Fixes: https://github.com/resin-io/etcher/issues/1019 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
cf4dc5ff37
commit
98f8c3f87f
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -271,9 +271,9 @@
|
||||
"resolved": "https://registry.npmjs.org/dev-null-stream/-/dev-null-stream-0.0.1.tgz"
|
||||
},
|
||||
"drivelist": {
|
||||
"version": "5.0.9",
|
||||
"from": "drivelist@5.0.9",
|
||||
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.0.9.tgz",
|
||||
"version": "5.0.10",
|
||||
"from": "drivelist@5.0.10",
|
||||
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.0.10.tgz",
|
||||
"dependencies": {
|
||||
"lodash": {
|
||||
"version": "4.17.4",
|
||||
|
@ -73,7 +73,7 @@
|
||||
"bluebird": "^3.0.5",
|
||||
"bootstrap-sass": "^3.3.5",
|
||||
"chalk": "^1.1.3",
|
||||
"drivelist": "^5.0.9",
|
||||
"drivelist": "^5.0.10",
|
||||
"electron-is-running-in-asar": "^1.0.0",
|
||||
"etcher-image-write": "^9.0.0",
|
||||
"etcher-latest-version": "^1.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user