donejs / done-serve

DoneJS development server
https://www.npmjs.com/package/done-serve
MIT License
7 stars 5 forks source link

update deps to resolve security vulnerabilities (fixes #115) #116

Closed christopherjbaker closed 6 years ago

christopherjbaker commented 6 years ago

The tests are passing, though I'm not sure the exact consequences of the socket.io upgrade. Is there a backend that connects to this, or is it fully self-contained? Is that logic sufficiently tested?

matthewp commented 6 years ago

It's only used by the tests, to make sure that we proxy socket.io requests to the backend server. So this is good, thanks!