mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
parent
4023fe5b59
commit
78ab59a55e
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user