socketio / socket.io-redis-emitter

The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.
https://socket.io/docs/v4/redis-adapter/
MIT License
722 stars 121 forks source link

Severity issues: high #105

Closed hacsterLite closed 3 years ago

hacsterLite commented 3 years ago

node_modules/socket.io-emitter/node_modules/socket.io-parser uses ~4.0.4 need 4.1.1 https://github.com/advisories/GHSA-xfhh-g9f5-x4m4

node_modules/socket.io-emitter/node_modules/redis uses 3.0.2 need 3.1.2 https://github.com/advisories/GHSA-35q2-47q7-3pc3

darrachequesne commented 3 years ago

Hi! Which version of @socket.io/redis-emitter is impacted?

hacsterLite commented 3 years ago

Yes, sorry I used outdated socket.io-redis-emitter not @socket.io/redis-emitter :(

after upgrade all's fine 🌈