upgrade: mountutils to v1.0.3 (#1266)

This version contains a fix to make the module work fine on a
concatenated JavaScript file.

See: https://github.com/resin-io-modules/mountutils/pull/23
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-04-07 12:55:22 -04:00 committed by GitHub
parent ff495a45a8
commit 2411a7677d
2 changed files with 8 additions and 7 deletions

13
npm-shrinkwrap.json generated
View File

@ -3555,7 +3555,8 @@
"isstream": { "isstream": {
"version": "0.1.2", "version": "0.1.2",
"from": "isstream@>=0.1.1 <0.2.0", "from": "isstream@>=0.1.1 <0.2.0",
"resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz" "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
"dev": true
}, },
"jju": { "jju": {
"version": "1.3.0", "version": "1.3.0",
@ -4797,14 +4798,14 @@
"resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-1.3.0.tgz" "resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-1.3.0.tgz"
}, },
"mountutils": { "mountutils": {
"version": "1.0.2", "version": "1.0.3",
"from": "mountutils@1.0.2", "from": "mountutils@1.0.3",
"resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.0.2.tgz", "resolved": "https://registry.npmjs.org/mountutils/-/mountutils-1.0.3.tgz",
"dependencies": { "dependencies": {
"nan": { "nan": {
"version": "2.5.1", "version": "2.6.1",
"from": "nan@>=2.5.1 <3.0.0", "from": "nan@>=2.5.1 <3.0.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.5.1.tgz" "resolved": "https://registry.npmjs.org/nan/-/nan-2.6.1.tgz"
} }
} }
}, },

View File

@ -86,7 +86,7 @@
"lodash": "^4.5.1", "lodash": "^4.5.1",
"lodash-deep": "^2.0.0", "lodash-deep": "^2.0.0",
"lzma-native": "^1.5.2", "lzma-native": "^1.5.2",
"mountutils": "^1.0.2", "mountutils": "^1.0.3",
"node-ipc": "^8.9.2", "node-ipc": "^8.9.2",
"node-stream-zip": "^1.3.4", "node-stream-zip": "^1.3.4",
"path-is-inside": "^1.0.2", "path-is-inside": "^1.0.2",