From e57ca730814fcdb9985938601d2696c05a4ba27f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jun 2017 05:46:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 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 3e3988d..cc59fbb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "express": "^4.15.3", "express-session": "^1.15.3", "read-config": "^1.6.0", - "socket.io": "^1.6.0", + "socket.io": "^2.0.2", "ssh2": "^0.5.4", "validator": "^7.0.0" },