-
Notifications
You must be signed in to change notification settings - Fork 61
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
fix(deps): update dependency ws to v8.17.1 - autoclosed #480
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
2c5957f
to
22b25c1
Compare
22b25c1
to
07d311d
Compare
07d311d
to
d58bfc7
Compare
d58bfc7
to
118eee6
Compare
118eee6
to
41f5e86
Compare
41f5e86
to
764c5de
Compare
764c5de
to
aad0bca
Compare
aad0bca
to
170482a
Compare
170482a
to
8ba2367
Compare
8ba2367
to
2b301f5
Compare
2b301f5
to
fae36a3
Compare
52d85b4
to
9c06abe
Compare
9c06abe
to
9972128
Compare
9972128
to
e1e8d50
Compare
e1e8d50
to
c706013
Compare
c706013
to
324f923
Compare
324f923
to
de15a97
Compare
de15a97
to
c90c9f9
Compare
c90c9f9
to
317e472
Compare
317e472
to
b9825cf
Compare
b9825cf
to
4d88cb7
Compare
4d88cb7
to
93111ba
Compare
93111ba
to
376c86f
Compare
This PR contains the following updates:
8.14.2
->8.17.1
Release Notes
websockets/ws (ws)
v8.17.1
Compare Source
Bug fixes
A request with a number of headers exceeding the[
server.maxHeadersCount
][server.maxHeadersCount]threshold could be used to crash a ws server.
The vulnerability was reported by Ryan LaPointe in https://github.com/websockets/ws/issues/2230.
In vulnerable versions of ws, the issue can be mitigated in the following ways:
[
--max-http-header-size=size
][--max-http-header-size=size] and/or the [maxHeaderSize
][maxHeaderSize] options sothat no more headers than the
server.maxHeadersCount
limit can be sent.server.maxHeadersCount
to0
so that no limit is applied.v8.17.0
Compare Source
Features
WebSocket
constructor now accepts thecreateConnection
option (#2219).Other notable changes
allowSynchronousEvents
option has been changed totrue
(#2221).This is a breaking change in a patch release. The assumption is that the option
is not widely used.
v8.16.0
Compare Source
Features
autoPong
option (01ba54e
).v8.15.1
Compare Source
Notable changes
allowMultipleEventsPerMicrotask
option has been renamed toallowSynchronousEvents
(4ed7fe5
).This is a breaking change in a patch release that could have been avoided with
an alias, but the renamed option was added only 3 days ago, so hopefully it
hasn't already been widely used.
v8.15.0
Compare Source
Features
allowMultipleEventsPerMicrotask
option (93e3552
).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.