Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Bump ws version to ~3.3.1 #587

Merged
merged 1 commit into from
Nov 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump ws version to ~3.3.1
Was previously ~2.3.1; Bumped due to potential DOS issue. See here: https://nodesecurity.io/advisories/550

There were some breaking changes in v3.0.0, however they don't seem to affect anything here. That being said, someone who's more familiar should probably take another look. Breaking changes are seen here: https://github.com/websockets/ws/releases/tag/3.0.0
  • Loading branch information
Matt Grande committed Nov 9, 2017
commit 07c9d21ae28d73115418ebcc8a8c941e2ce683be
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"indexof": "0.0.1",
"parseqs": "0.0.5",
"parseuri": "0.0.5",
"ws": "~2.3.1",
"ws": "~3.3.1",
"xmlhttprequest-ssl": "~1.5.4",
"yeast": "0.1.2"
},
Expand Down