upgrade: mountutils to v1.0.6 (#1345)

- https://github.com/resin-io-modules/mountutils/pull/26

Change-Type: patch
Changelog-Entry: Fix "Unmount failed" on Windows where the PC is connected to network drives.
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-04-22 12:07:31 -04:00 committed by GitHub
parent 4023fe5b59
commit 78ab59a55e
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -4812,9 +4812,9 @@
"resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-1.3.0.tgz"
},
"mountutils": {
"version": "1.0.5",
"from": "mountutils@1.0.5",
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.0.5.tgz",
"version": "1.0.6",
"from": "mountutils@1.0.6",
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.0.6.tgz",
"dependencies": {
"nan": {
"version": "2.6.1",

View File

@ -83,7 +83,7 @@
"lodash": "^4.5.1",
"lzma-native": "^1.5.2",
"mime-types": "^2.1.15",
"mountutils": "^1.0.5",
"mountutils": "^1.0.6",
"node-ipc": "^8.9.2",
"node-stream-zip": "^1.3.4",
"path-is-inside": "^1.0.2",