Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: examples/cluster-httpd/server/package.json to reduce vulnerabili…
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336
  • Loading branch information
snyk-bot committed Nov 22, 2022
commit f76ec7204ce1330b88e970a8b46cbe1442391cbf
2 changes: 1 addition & 1 deletion examples/cluster-httpd/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "BSD",
"dependencies": {
"express": "4.13.4",
"socket.io": "^1.7.2",
"socket.io": "^2.5.0",
"socket.io-redis": "^3.0.0"
},
"scripts": {
Expand Down