From 8c5219d19cac2913907c96fd98ee44eda723e85a Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 08:10:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70244606..07f0a512 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "node-uuid": "1.4.7", "path-extra": "3.0.0", "semver": "5.1.0", - "tunnel-ssh": "3.0.0-alpha", + "tunnel-ssh": "4.0.0", "underscore": "1.8.3", "winston": "git+https://github.com/dustinblackman/winston.git" },