mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 105 forks source link

update ws to v6.2.1 #244

Closed sethvincent closed 5 years ago

sethvincent commented 5 years ago

This updates ws to the latest version. Tested locally and live reload still works as expected. Main motivation for updating it was to use a version higher than 3.3.0. The semver range currently used results in a security warning for ws related to: https://github.com/websockets/ws/commit/c4fe46608acd61fbf7397eadc47378903f95b78a

Probably low priority for a dev server but still nice to keep updated.

mattdesl commented 5 years ago

Thanks!