fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
- https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867
- https://snyk.io/vuln/SNYK-JS-SEND-7926862
- https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
This commit is contained in:
snyk-bot
2024-09-12 08:32:55 +00:00
parent 6c44e5d911
commit 8e46270870
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "my first socket.io app",
"dependencies": {
"color-convert": "^1.9.3",
"express": "^4.17.1",
"express": "^4.21.0",
"socket.io": "^3.0.0"
}
}