Files
snex.io/package.json
T
snyk-bot 5956b5ea62 fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:debug:20170905
2023-12-06 14:30:18 +00:00

11 lines
209 B
JSON

{
"name": "socket-chat-example",
"version": "0.0.1",
"description": "my first socket.io app",
"dependencies": {
"color-convert": "^1.9.3",
"express": "^4.17.1",
"socket.io": "^3.0.5"
}
}