From c587049e85a179e77927ea978fe13ca0dc000ac2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Sep 2021 00:24:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSH2-1656673 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 488c6ed..0709e65 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "async": ">=0.9.0", "file-size": ">=0.0.5", "moment": ">=2.7.0", - "ssh2": "~0.4.7", + "ssh2": "~1.0.0", "serializable": ">=1.0.0", "string-hash": ">=1.1.0", "osenv": ">=0.1.0",