upgrade: drivelist to v5.0.6 (#1020)

- https://github.com/resin-io-modules/drivelist/issues/130

Change-Type: patch
Changelog-Entry: Fix "This key is already associated with an element of this collection" error when multiple partitions point to the same drive letter on Windows.
Fixes: https://github.com/resin-io/etcher/issues/1004
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-01-12 15:21:58 -04:00 committed by GitHub
parent c707c76633
commit 2b4b1da492
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -266,9 +266,9 @@
"resolved": "https://registry.npmjs.org/dev-null-stream/-/dev-null-stream-0.0.1.tgz"
},
"drivelist": {
"version": "5.0.5",
"from": "drivelist@5.0.5",
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.0.5.tgz",
"version": "5.0.6",
"from": "drivelist@5.0.6",
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.0.6.tgz",
"dependencies": {
"lodash": {
"version": "4.17.4",

View File

@ -70,7 +70,7 @@
"bluebird": "^3.0.5",
"bootstrap-sass": "^3.3.5",
"chalk": "^1.1.3",
"drivelist": "^5.0.5",
"drivelist": "^5.0.6",
"electron-is-running-in-asar": "^1.0.0",
"etcher-image-stream": "^5.1.0",
"etcher-image-write": "^9.0.0",