From 78ab59a55e1ce62f1fa4092638bdd484668cadbb Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sat, 22 Apr 2017 12:07:31 -0400 Subject: [PATCH] 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 --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 011085ef..d71a2b7f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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", diff --git a/package.json b/package.json index fdee6d64..020e212b 100644 --- a/package.json +++ b/package.json @@ -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",