mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
upgrade: drivelist
to v5.0.8 (#1060)
Change-Type: patch Changelog-Entry: Fix 'MySQL' is not recognised as an internal or external command error on Windows. See: https://github.com/resin-io-modules/drivelist/issues/133 Fixes: https://github.com/resin-io/etcher/issues/1025 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
f0020d9fcf
commit
0187cb0b2d
16
npm-shrinkwrap.json
generated
16
npm-shrinkwrap.json
generated
@ -266,9 +266,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/dev-null-stream/-/dev-null-stream-0.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/dev-null-stream/-/dev-null-stream-0.0.1.tgz"
|
||||||
},
|
},
|
||||||
"drivelist": {
|
"drivelist": {
|
||||||
"version": "5.0.6",
|
"version": "5.0.8",
|
||||||
"from": "drivelist@5.0.6",
|
"from": "drivelist@5.0.8",
|
||||||
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.0.6.tgz",
|
"resolved": "https://registry.npmjs.org/drivelist/-/drivelist-5.0.8.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": {
|
"lodash": {
|
||||||
"version": "4.17.4",
|
"version": "4.17.4",
|
||||||
@ -512,16 +512,16 @@
|
|||||||
"from": "isarray@0.0.1",
|
"from": "isarray@0.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
|
||||||
},
|
},
|
||||||
"isstream": {
|
|
||||||
"version": "0.1.2",
|
|
||||||
"from": "isstream@>=0.1.1 <0.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz"
|
|
||||||
},
|
|
||||||
"isexe": {
|
"isexe": {
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"from": "isexe@>=1.1.1 <2.0.0",
|
"from": "isexe@>=1.1.1 <2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz"
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-1.1.2.tgz"
|
||||||
},
|
},
|
||||||
|
"isstream": {
|
||||||
|
"version": "0.1.2",
|
||||||
|
"from": "isstream@>=0.1.1 <0.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz"
|
||||||
|
},
|
||||||
"js-message": {
|
"js-message": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.5",
|
||||||
"from": "js-message@>=1.0.5",
|
"from": "js-message@>=1.0.5",
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
"bluebird": "^3.0.5",
|
"bluebird": "^3.0.5",
|
||||||
"bootstrap-sass": "^3.3.5",
|
"bootstrap-sass": "^3.3.5",
|
||||||
"chalk": "^1.1.3",
|
"chalk": "^1.1.3",
|
||||||
"drivelist": "^5.0.6",
|
"drivelist": "^5.0.8",
|
||||||
"electron-is-running-in-asar": "^1.0.0",
|
"electron-is-running-in-asar": "^1.0.0",
|
||||||
"etcher-image-write": "^9.0.0",
|
"etcher-image-write": "^9.0.0",
|
||||||
"etcher-latest-version": "^1.0.0",
|
"etcher-latest-version": "^1.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user