fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SOCKETIO-1024859
This commit is contained in:
snyk-bot
2021-01-07 23:58:46 +00:00
parent 81bd82831e
commit 7a50e936cc
2 changed files with 96 additions and 159 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
"dependencies": {
"color-convert": "^1.9.3",
"express": "^4.17.1",
"socket.io": "^2.3.0"
"socket.io": "^2.4.0"
}
}