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

updated debug to fix ms vuln #64

Closed shian15810 closed 7 years ago

shian15810 commented 7 years ago

debug@2.6.4 depended on a version of ms which reported by snyk to be vulnerable albeit false positive, but this still break ci and build process as reported in https://github.com/visionmedia/debug/issues/469.

holm commented 7 years ago

Any chance to get this merged?

darrachequesne commented 7 years ago

@shian15810 @holm ~2.6.4 should already install 2.6.8, shouldn't it? Or am I missing something?

evilsoft commented 7 years ago

That seems legit!

shian15810 commented 7 years ago

Updated both debug and socket.io-parser to newest. Sorry for the delay, was on vacation last week.

darrachequesne commented 7 years ago

Thanks!