upgrade(package): Bump mountutils 1.3.8 -> 1.3.10 (#1983)

This updates `mountutils` from 1.3.8 -> 1.3.10;

- fix(linux): Fix partial unmounts on Linux
- fix(windows): Link to appropriate libraries

Change-Type: patch
Changelog-Entry: Fix incomplete unmounts after flashing on Linux
Fixes #1911
This commit is contained in:
Jonas Hermsmeier 2018-01-23 03:30:12 -08:00 committed by GitHub
parent ffbb62a280
commit 1f838b4b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@ -4324,8 +4324,8 @@
"resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-1.3.0.tgz"
},
"mountutils": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.3.8.tgz",
"version": "1.3.10",
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.3.10.tgz",
"dependencies": {
"bindings": {
"version": "1.3.0",

View File

@ -62,7 +62,7 @@
"lzma-native": "1.5.2",
"mbr": "1.1.2",
"mime-types": "2.1.15",
"mountutils": "1.3.8",
"mountutils": "1.3.10",
"nan": "2.3.5",
"node-ipc": "9.1.1",
"node-stream-zip": "1.3.7",