mirror of
https://github.com/balena-io/etcher.git
synced 2025-05-02 03:07:18 +00:00
upgrade: mountutils to v1.2.2 (#1712)
See: https://github.com/resin-io-modules/mountutils/pull/45 Change-Type: patch Changelog-Entry: Retry ejection various times before giving up on Windows. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
e654311997
commit
077eb5b079
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -4783,9 +4783,9 @@
|
|||||||
"resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-1.3.0.tgz"
|
"resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-1.3.0.tgz"
|
||||||
},
|
},
|
||||||
"mountutils": {
|
"mountutils": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"from": "mountutils@1.2.1",
|
"from": "mountutils@1.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.2.2.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"nan": {
|
"nan": {
|
||||||
"version": "2.6.2",
|
"version": "2.6.2",
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
"lzma-native": "1.5.2",
|
"lzma-native": "1.5.2",
|
||||||
"mbr": "1.1.2",
|
"mbr": "1.1.2",
|
||||||
"mime-types": "2.1.15",
|
"mime-types": "2.1.15",
|
||||||
"mountutils": "1.2.1",
|
"mountutils": "1.2.2",
|
||||||
"nan": "2.3.5",
|
"nan": "2.3.5",
|
||||||
"node-ipc": "8.9.2",
|
"node-ipc": "8.9.2",
|
||||||
"node-stream-zip": "1.3.4",
|
"node-stream-zip": "1.3.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user