Skip to content

Commit c603216

Browse files
chore(deps): update dependency ws to v8.18.3 (#158)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [ws](https://redirect.github.com/websockets/ws) | overrides | patch | [`8.18.2` -> `8.18.3`](https://renovatebot.com/diffs/npm/ws/8.18.2/8.18.3) | [![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.18.3`](https://redirect.github.com/websockets/ws/compare/8.18.2...dabbdec92f4c1f1777689733d477344e3c6c2e67) [Compare Source](https://redirect.github.com/websockets/ws/compare/8.18.2...8.18.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/solidity-empty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> ## Summary by Sourcery Chores: - Update ws from v8.18.2 to v8.18.3 in package.json and lockfile 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 20e8ccb commit c603216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"elliptic": "6.6.1",
3232
"semver": "7.7.2",
3333
"undici": "7.11.0",
34-
"ws": "8.18.2",
34+
"ws": "8.18.3",
3535
},
3636
"packages": {
3737
"@adraffy/ens-normalize": ["@adraffy/[email protected]", "", {}, "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw=="],
@@ -1438,7 +1438,7 @@
14381438

14391439
"wrappy": ["[email protected]", "", {}, "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="],
14401440

1441-
"ws": ["[email protected].2", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ=="],
1441+
"ws": ["[email protected].3", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg=="],
14421442

14431443
"y18n": ["[email protected]", "", {}, "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="],
14441444

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@graphprotocol/graph-cli": "0.96.0",
4949
"@graphprotocol/graph-ts": "0.38.0",
5050
"elliptic": "6.6.1",
51-
"ws": "8.18.2",
51+
"ws": "8.18.3",
5252
"adm-zip": "0.5.16",
5353
"cross-spawn": "7.0.6",
5454
"semver": "7.7.2",

0 commit comments

Comments
 (0)