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
This commit is contained in:
snyk-bot 2017-06-03 05:46:03 +00:00
parent 9dace2501c
commit e57ca73081

View file

@ -33,7 +33,7 @@
"express": "^4.15.3", "express": "^4.15.3",
"express-session": "^1.15.3", "express-session": "^1.15.3",
"read-config": "^1.6.0", "read-config": "^1.6.0",
"socket.io": "^1.6.0", "socket.io": "^2.0.2",
"ssh2": "^0.5.4", "ssh2": "^0.5.4",
"validator": "^7.0.0" "validator": "^7.0.0"
}, },