mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
upgrade: drivelist
to v3.2.4 (#600)
This version contains the following fixes: - Correctly handle mount points with spaces in GNU/Linux. - Correctly report drive sizes in macOS Sierra. Change-Type: patch Changelog-Entry: Upgrade `drivelist` to v3.2.4. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
09b0affe14
commit
b3f2a73f5d
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -1111,9 +1111,9 @@
|
||||
"resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz"
|
||||
},
|
||||
"drivelist": {
|
||||
"version": "3.2.2",
|
||||
"from": "drivelist@>=3.2.2 <4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-3.2.2.tgz",
|
||||
"version": "3.2.4",
|
||||
"from": "drivelist@3.2.4",
|
||||
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-3.2.4.tgz",
|
||||
"dependencies": {
|
||||
"lodash": {
|
||||
"version": "3.10.1",
|
||||
|
@ -63,7 +63,7 @@
|
||||
"bluebird": "^3.0.5",
|
||||
"bootstrap-sass": "^3.3.5",
|
||||
"chalk": "^1.1.3",
|
||||
"drivelist": "^3.2.2",
|
||||
"drivelist": "^3.2.4",
|
||||
"electron-is-running-in-asar": "^1.0.0",
|
||||
"etcher-image-stream": "^3.0.1",
|
||||
"etcher-image-write": "^6.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user