bulwark
bulwark copied to clipboard
chore(deps): bump ws and puppeteer
Bumps ws to 7.5.10 and updates ancestor dependency puppeteer. These dependencies need to be updated together.
Updates ws
from 7.5.0 to 7.5.10
Release notes
Sourced from ws's releases.
7.5.10
Bug fixes
- Backported e55e5106 to the 7.x release line (22c28763).
7.5.9
Bug fixes
- Backported bc8bd34e to the 7.x release line (0435e6e1).
7.5.8
Bug fixes
- Backported 0fdcc0af to the 7.x release line (2758ed35).
- Backported d68ba9e1 to the 7.x release line (dc1781bc).
7.5.7
Bug fixes
- Backported 6946f5fe to the 7.x release line (1f72e2e1).
7.5.6
Bug fixes
- Backported b8186dd1 to the 7.x release line (73dec34b).
- Backported ed2b8039 to the 7.x release line (22a26afb).
7.5.5
Bug fixes
- Backported ec9377ca to the 7.x release line (0e274acd).
7.5.4
Bug fixes
- Backported 6a72da3e to the 7.x release line (76087fbf).
- Backported 869c9892 to the 7.x release line (27997933).
7.5.3
Bug fixes
- The
WebSocketServer
constructor now throws an error if more than one of thenoServer
,server
, andport
options are specefied (66e58d27).- Fixed a bug where a
'close'
event was emitted by aWebSocketServer
before the internal HTTP/S server was actually closed (5a587304).- Fixed a bug that allowed WebSocket connections to be established after
WebSocketServer.prototype.close()
was called (772236a1).7.5.2
Bug fixes
... (truncated)
Commits
d962d70
[dist] 7.5.1022c2876
[security] Fix crash when the Upgrade header cannot be read (#2231)8a78f87
[dist] 7.5.90435e6e
[security] Fix same host check for ws+unix: redirects4271f07
[dist] 7.5.8dc1781b
[security] Drop sensitive headers when following insecure redirects2758ed3
[fix] Abort the handshake if the Upgrade header is invalida370613
[dist] 7.5.71f72e2e
[security] Drop sensitive headers when following redirects (#2013)8ecd890
[dist] 7.5.6- Additional commits viewable in compare view
Updates puppeteer
from 10.0.0 to 22.11.1
Release notes
Sourced from puppeteer's releases.
puppeteer-core: v22.11.1
22.11.1 (2024-06-17)
Bug Fixes
- connection closed error should be a rejected promise (#12575) (e36ce8b)
- ensure selector parser falls back to CSS (#12585) (80783fe)
- implement nested selector parsing (#12587) (3874300)
- roll to Chrome 126.0.6478.61 (r1300313) (#12586) (772e088)
puppeteer: v22.11.1
22.11.1 (2024-06-17)
Miscellaneous Chores
- puppeteer: Synchronize puppeteer versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- puppeteer-core bumped from 22.11.0 to 22.11.1
puppeteer-core: v22.11.0
22.11.0 (2024-06-12)
Features
- allow creating ElementHandles from the accessibility tree snapshot (#12233) (0057f3f)
- roll to Chrome 126.0.6478.55 (r1300313) (#12572) (f5bc2b5)
Bug Fixes
puppeteer: v22.11.0
22.11.0 (2024-06-12)
Features
Dependencies
... (truncated)
Commits
9e12673
chore: release main (#12596)3874300
fix: implement nested selector parsing (#12587)80783fe
fix: ensure selector parser falls back to CSS (#12585)772e088
fix: roll to Chrome 126.0.6478.61 (r1300313) (#12586)fb7a6b4
docs: update the command for icacls (#12582)e36ce8b
fix: connection closed error should be a rejected promise (#12575)74d9969
chore: release main (#12573)5f2ee98
fix: do not wait for extension page targets on connect (#12574)0057f3f
feat: allow creating ElementHandles from the accessibility tree snapshot (#12...f5bc2b5
feat: roll to Chrome 126.0.6478.55 (r1300313) (#12572)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for puppeteer since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.