mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
upgrade: mountutils to v1.2.1 (#1623)
This version contains a fix to a set of very recurrent "Unmount failed" macOS errors. See: https://github.com/resin-io-modules/mountutils/pull/44 Change-Type: patch Changelog-Entry: Fix most "Unmount failed" errors on macOS. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
parent
09bf430a1e
commit
f53a0af150
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -4606,9 +4606,9 @@
|
||||
"resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-1.3.0.tgz"
|
||||
},
|
||||
"mountutils": {
|
||||
"version": "1.2.0",
|
||||
"from": "mountutils@1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.2.0.tgz",
|
||||
"version": "1.2.1",
|
||||
"from": "mountutils@1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.2.1.tgz",
|
||||
"dependencies": {
|
||||
"nan": {
|
||||
"version": "2.6.2",
|
||||
|
@ -62,7 +62,7 @@
|
||||
"lzma-native": "1.5.2",
|
||||
"mbr": "1.1.2",
|
||||
"mime-types": "2.1.15",
|
||||
"mountutils": "1.2.0",
|
||||
"mountutils": "1.2.1",
|
||||
"nan": "2.3.5",
|
||||
"node-ipc": "8.9.2",
|
||||
"node-stream-zip": "1.3.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user