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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416
This commit is contained in:
snyk-bot
2024-12-08 06:56:05 +00:00
parent 6c44e5d911
commit 98daa5b413
2 changed files with 286 additions and 192 deletions
+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.2",
"socket.io": "^3.0.0"
}
}