Compare commits

..
Author SHA1 Message Date
snyk-bot 9066a3b328 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-QS-3153490
2022-12-05 01:20:50 +00:00
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "my first socket.io app", "description": "my first socket.io app",
"dependencies": { "dependencies": {
"color-convert": "^1.9.3", "color-convert": "^1.9.3",
"express": "^4.17.1", "express": "^4.17.3",
"socket.io": "^3.0.0" "socket.io": "^3.0.0"
} }
} }