Skip to content

Commit 62ed08e

Browse files
chore(deps): update dependency ws to v8.19.0 (#1512)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [ws](https://redirect.github.com/websockets/ws) | overrides | minor | [`8.18.3` → `8.19.0`](https://renovatebot.com/diffs/npm/ws/8.18.3/8.19.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/websockets/ws/badge)](https://securityscorecards.dev/viewer/?uri=github.com/websockets/ws) | --- ### Release Notes <details> <summary>websockets/ws (ws)</summary> ### [`v8.19.0`](https://redirect.github.com/websockets/ws/releases/tag/8.19.0) [Compare Source](https://redirect.github.com/websockets/ws/compare/8.18.3...8.19.0) ### Features - Added the `closeTimeout` option ([#&#8203;2308](https://redirect.github.com/websockets/ws/issues/2308)). ### Bug fixes - Handled a forthcoming breaking change in Node.js core ([`1998485`](https://redirect.github.com/websockets/ws/commit/19984854)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update ws to 8.19.0 via overrides to pick up the new closeTimeout option and a Node.js compatibility fix. Only package.json and bun.lock changed; no app code changes. <sup>Written for commit bd1c507. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25372f8 commit 62ed08e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
],
7878
"overrides": {
7979
"elliptic": "6.6.1",
80-
"ws": "8.18.3",
80+
"ws": "8.19.0",
8181
"adm-zip": "0.5.16",
8282
"react-is": "19.2.3",
8383
"undici": "7.16.0"

0 commit comments

Comments
 (0)