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:
Juan Cruz Viotti 2017-07-24 09:36:31 -03:00 committed by GitHub
parent 09bf430a1e
commit f53a0af150
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -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",

View File

@ -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",