Skip to content

Bump the npm_and_yarn group across 1 directory with 5 updates#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-042eeb05fe
Open

Bump the npm_and_yarn group across 1 directory with 5 updates#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-042eeb05fe

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the npm_and_yarn group with 5 updates in the / directory:

Package From To
ws 6.2.3 8.18.1
@wagmi/connectors 4.1.26 5.7.8
@wagmi/core 2.6.17 2.16.5
viem 2.9.26 2.23.5
wagmi 2.5.20 2.14.12

Updates ws from 6.2.3 to 8.18.1

Release notes

Sourced from ws's releases.

8.18.1

Bug fixes

  • The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via CITGM (021f7b8b).

8.18.0

Features

  • Added support for Blob (#2229).

8.17.1

Bug fixes

  • Fixed a DoS vulnerability (#2231).

A request with a number of headers exceeding the[server.maxHeadersCount][] threshold could be used to crash a ws server.

const http = require('http');
const WebSocket = require('ws');
const wss = new WebSocket.Server({ port: 0 }, function () {
const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split('');
const headers = {};
let count = 0;
for (let i = 0; i < chars.length; i++) {
if (count === 2000) break;
for (let j = 0; j &lt; chars.length; j++) {
  const key = chars[i] + chars[j];
  headers[key] = 'x';
if (++count === 2000) break;
}

}
headers.Connection = 'Upgrade';
headers.Upgrade = 'websocket';
headers['Sec-WebSocket-Key'] = 'dGhlIHNhbXBsZSBub25jZQ==';
headers['Sec-WebSocket-Version'] = '13';
const request = http.request({
headers: headers,
host: '127.0.0.1',
port: wss.address().port
</tr></table>

... (truncated)

Commits

Updates @wagmi/connectors from 4.1.26 to 5.7.8

Release notes

Sourced from @​wagmi/connectors's releases.

@​wagmi/connectors@​5.7.8

Patch Changes

@​wagmi/connectors@​5.7.7

Patch Changes

@​wagmi/connectors@​5.7.6

Patch Changes

@​wagmi/connectors@​5.7.5

Patch Changes

@​wagmi/connectors@​5.7.4

Patch Changes

@​wagmi/connectors@​5.7.3

Patch Changes

@​wagmi/connectors@​5.7.2

Patch Changes

@​wagmi/connectors@​5.7.1

Patch Changes

... (truncated)

Changelog

Sourced from @​wagmi/connectors's changelog.

5.7.8

Patch Changes

5.7.7

Patch Changes

5.7.6

Patch Changes

5.7.5

Patch Changes

5.7.4

Patch Changes

5.7.3

Patch Changes

5.7.2

Patch Changes

... (truncated)

Commits

Updates @wagmi/core from 2.6.17 to 2.16.5

Release notes

Sourced from @​wagmi/core's releases.

@​wagmi/core@​2.16.5

Patch Changes

@​wagmi/core@​2.16.4

Patch Changes

@​wagmi/core@​2.16.3

Patch Changes

@​wagmi/core@​2.16.2

Patch Changes

@​wagmi/core@​2.16.1

Patch Changes

@​wagmi/core@​2.16.0

Minor Changes

Patch Changes

@​wagmi/core@​2.15.2

Patch Changes

@​wagmi/core@​2.15.0

Minor Changes

@​wagmi/core@​2.14.6

Patch Changes

@​wagmi/core@​2.14.5

... (truncated)

Changelog

Sourced from @​wagmi/core's changelog.

2.16.5

Patch Changes

2.16.4

Patch Changes

2.16.3

Patch Changes

2.16.2

Patch Changes

2.16.1

Patch Changes

2.16.0

Minor Changes

Patch Changes

2.15.2

Patch Changes

2.15.1

Patch Changes

... (truncated)

Commits

Updates viem from 2.9.26 to 2.23.5

Release notes

Sourced from viem's releases.

viem@2.23.5

Patch Changes

viem@2.23.4

Patch Changes

viem@2.23.3

Patch Changes

viem@2.23.2

Patch Changes

... (truncated)

Commits

Updates wagmi from 2.5.20 to 2.14.12

Release notes

Sourced from wagmi's releases.

wagmi@2.14.12

Patch Changes

wagmi@2.14.11

Patch Changes

wagmi@2.14.10

Patch Changes

wagmi@2.14.9

Patch Changes

wagmi@2.14.8

Patch Changes

wagmi@2.14.7

Patch Changes

wagmi@2.14.6

Patch Changes

... (truncated)

Changelog

Sourced from wagmi's changelog.

2.14.12

Patch Changes

2.14.11

Patch Changes

2.14.10

Patch Changes

2.14.9

Patch Changes

2.14.8

Patch Changes

2.14.7

Patch Changes

2.14.6

Patch Changes

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ws](https://github.com/websockets/ws) | `6.2.3` | `8.18.1` |
| [@wagmi/connectors](https://github.com/wevm/wagmi/tree/HEAD/packages/connectors) | `4.1.26` | `5.7.8` |
| [@wagmi/core](https://github.com/wevm/wagmi/tree/HEAD/packages/core) | `2.6.17` | `2.16.5` |
| [viem](https://github.com/wevm/viem) | `2.9.26` | `2.23.5` |
| [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `2.5.20` | `2.14.12` |



Updates `ws` from 6.2.3 to 8.18.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@6.2.3...8.18.1)

Updates `@wagmi/connectors` from 4.1.26 to 5.7.8
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/connectors/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/@wagmi/connectors@5.7.8/packages/connectors)

Updates `@wagmi/core` from 2.6.17 to 2.16.5
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/@wagmi/core@2.16.5/packages/core)

Updates `viem` from 2.9.26 to 2.23.5
- [Release notes](https://github.com/wevm/viem/releases)
- [Commits](https://github.com/wevm/viem/compare/viem@2.9.26...viem@2.23.5)

Updates `wagmi` from 2.5.20 to 2.14.12
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/wagmi@2.14.12/packages/react)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@wagmi/connectors"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@wagmi/core"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: viem
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: wagmi
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
@netlify
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for xxbridge failed.

Name Link
🔨 Latest commit 54b0abc
🔍 Latest deploy log https://app.netlify.com/sites/xxbridge/deploys/67c63325988143000802e0b6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants