fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for billchurch/webssh2: https://snyk.io/test/github/billchurch/webssh2
This commit is contained in:
parent
7b5224d7d1
commit
b8b2664a8b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
"express": "^4.16.1",
|
"express": "^4.16.1",
|
||||||
"express-session": "^1.15.6",
|
"express-session": "^1.15.6",
|
||||||
"morgan": "^1.9.0",
|
"morgan": "^1.9.0",
|
||||||
"read-config": "^1.6.0",
|
"read-config": "^2.0.0",
|
||||||
"socket.io": "^2.0.4",
|
"socket.io": "^2.0.4",
|
||||||
"ssh2": "^0.5.5",
|
"ssh2": "^0.5.5",
|
||||||
"validator": "^9.0.0"
|
"validator": "^9.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue