From 196d76922e676945fe74019a4cdfbc73fe286dce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Nov 2017 05:46:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ws:20171108 Latest report for billchurch/webssh2: https://snyk.io/test/github/billchurch/webssh2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6702c6..26bcf55 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express-session": "^1.15.6", "morgan": "^1.9.0", "read-config": "^1.6.0", - "socket.io": "^1.7.4", + "socket.io": "^2.0.0", "ssh2": "^0.5.5", "validator": "^9.0.0" },