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-nginx/server/package.json to reduce vulnerabili…
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-REDIS-1255645
- https://snyk.io/vuln/SNYK-JS-XMLHTTPREQUESTSSL-1255647
  • Loading branch information
snyk-bot committed Apr 27, 2021
commit 5b43e5c87cf07c67056f22236d98c0de93b4fe66
4 changes: 2 additions & 2 deletions examples/cluster-nginx/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"license": "BSD",
"dependencies": {
"express": "4.13.4",
"socket.io": "^1.7.2",
"socket.io-redis": "^3.0.0"
"socket.io": "^3.0.0",
"socket.io-redis": "^5.4.0"
},
"scripts": {
"start": "node index.js"
Expand Down