zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Update package.json to fix security vulnerability #121

Closed kellenproctor closed 6 years ago

kellenproctor commented 6 years ago

upgrading socketcluster-client from version 5.3.1 to 13.0.0 will remove an older dependency on "ws" which has a denial of service vulnerability. Making this change will solve issues #116 and #119, which have more detail on this issue. Personally, I'm just trying to get the gatsby v2 beta up and running on my local machine. Hope you have a great day!

zalmoxisus commented 6 years ago

Thanks! A lot has been changed since socketcluster@5, but the client part seems to be backward compatible.