upgrade: umount to v1.1.4 (#817)

- This new version passes `force` to `diskutil unmountDisk`

Change-Type: patch
Changelog-Entry: Fix `at least one volume could not be unmounted` error in OS X.
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2016-11-02 00:04:36 -04:00 committed by GitHub
parent 0c66fb65f4
commit 428dbeaf55
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -5132,9 +5132,9 @@
"resolved": "https://registry.npmjs.org/umd/-/umd-3.0.1.tgz"
},
"umount": {
"version": "1.1.3",
"from": "umount@>=1.1.3 <2.0.0",
"resolved": "https://registry.npmjs.org/umount/-/umount-1.1.3.tgz",
"version": "1.1.4",
"from": "umount@1.1.4",
"resolved": "https://registry.npmjs.org/umount/-/umount-1.1.4.tgz",
"dependencies": {
"lodash": {
"version": "3.10.1",

View File

@ -88,7 +88,7 @@
"sudo-prompt": "^6.1.0",
"tail": "^1.1.0",
"trackjs": "^2.1.16",
"umount": "^1.1.3",
"umount": "^1.1.4",
"username": "^2.1.0",
"yargs": "^4.6.0"
},