mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
upgrade: drivelist to v3.2.2 (#577)
This version contains a fix to check the removable state of drives without a file system in Windows. Link: https://github.com/resin-io-modules/drivelist/blob/master/CHANGELOG.md Change-Type: patch Changelog-Entry: Upgrade `drivelist` to v3.2.2. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
b965b5d835
commit
e696d0722d
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -1311,9 +1311,9 @@
|
||||
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"
|
||||
},
|
||||
"drivelist": {
|
||||
"version": "3.2.0",
|
||||
"from": "drivelist@>=3.2.0 <4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-3.2.0.tgz",
|
||||
"version": "3.2.2",
|
||||
"from": "drivelist@>=3.2.2 <4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-3.2.2.tgz",
|
||||
"dependencies": {
|
||||
"lodash": {
|
||||
"version": "3.10.1",
|
||||
|
@ -65,7 +65,7 @@
|
||||
"bluebird": "^3.0.5",
|
||||
"bootstrap-sass": "^3.3.5",
|
||||
"chalk": "^1.1.3",
|
||||
"drivelist": "^3.2.0",
|
||||
"drivelist": "^3.2.2",
|
||||
"electron-is-running-in-asar": "^1.0.0",
|
||||
"etcher-image-stream": "^2.3.0",
|
||||
"etcher-image-write": "^5.0.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user