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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336
This commit is contained in:
snyk-bot
2022-11-22 01:21:57 +00:00
parent 6c44e5d911
commit c1168fabb2
2 changed files with 78 additions and 68 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
"dependencies": {
"color-convert": "^1.9.3",
"express": "^4.17.1",
"socket.io": "^3.0.0"
"socket.io": "^4.5.0"
}
}