diff --git a/package-lock.json b/package-lock.json index 01848f5..d46ea50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -804,13 +804,13 @@ "dev": true }, "coveralls": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/coveralls/-/coveralls-3.0.4.tgz", - "integrity": "sha512-eyqUWA/7RT0JagiL0tThVhjbIjoiEUyWCjtUJoOPcWoeofP5WK/jb2OJYoBFrR6DvplR+AxOyuBqk4JHkk5ykA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/coveralls/-/coveralls-3.0.5.tgz", + "integrity": "sha512-/KD7PGfZv/tjKB6LoW97jzIgFqem0Tu9tZL9/iwBnBd8zkIZp7vT1ZSHNvnr0GSQMV/LTMxUstWg8WcDDUVQKg==", "dev": true, "requires": { "growl": "~> 1.10.0", - "js-yaml": "^3.11.0", + "js-yaml": "^3.13.1", "lcov-parse": "^0.0.10", "log-driver": "^1.2.7", "minimist": "^1.2.0", @@ -3962,6 +3962,17 @@ "ssh2": "0.8.4", "underscore": "1.9.1", "underscore.string": "3.3.5" + }, + "dependencies": { + "ssh2": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-0.8.4.tgz", + "integrity": "sha512-qztb9t4b34wJSiWVpeTMVVN/5KCuBoyctBc2BcSe/Uq4NRnF0gB16Iu5p72ILhdYATcMNwB5WppzPIEs/3wB8Q==", + "dev": true, + "requires": { + "ssh2-streams": "~0.4.4" + } + } } }, "split-string": { @@ -4000,9 +4011,9 @@ "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==" }, "ssh2": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-0.8.4.tgz", - "integrity": "sha512-qztb9t4b34wJSiWVpeTMVVN/5KCuBoyctBc2BcSe/Uq4NRnF0gB16Iu5p72ILhdYATcMNwB5WppzPIEs/3wB8Q==", + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/ssh2/-/ssh2-0.8.5.tgz", + "integrity": "sha512-TkvzxSYYUSQ8jb//HbHnJVui4fVEW7yu/zwBxwro/QaK2EGYtwB+8gdEChwHHuj142c5+250poMC74aJiwApPw==", "requires": { "ssh2-streams": "~0.4.4" } diff --git a/package.json b/package.json index 6e56fd7..24d50ec 100644 --- a/package.json +++ b/package.json @@ -45,14 +45,14 @@ "debug": "4.1.1", "load-module-pkg": "^1.0.0", "q": "1.5.x", - "ssh2": "0.8.4", + "ssh2": "0.8.5", "underscore": "1.9.1", "underscore.string": "3.3.5" }, "devDependencies": { "coffeelint": "^2.0.7", "coffeescript": "^2.1.1", - "coveralls": "3.0.4", + "coveralls": "3.0.5", "grunt": "^1.0.4", "grunt-bump": "0.8.0", "grunt-cli": "^1.2.0",