Skip to content

Bump ws, @privy-io/react-auth, @privy-io/wagmi, @wagmi/connectors, viem and wagmi in /frontend#26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/multi-f012ecd464
Open

Bump ws, @privy-io/react-auth, @privy-io/wagmi, @wagmi/connectors, viem and wagmi in /frontend#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/multi-f012ecd464

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown

Bumps ws to 8.20.1 and updates ancestor dependencies ws, @privy-io/react-auth, @privy-io/wagmi, @wagmi/connectors, viem and wagmi. These dependencies need to be updated together.

Updates ws from 8.18.2 to 8.20.1

Release notes

Sourced from ws's releases.

8.20.1

Bug fixes

  • Fixed an uninitialized memory disclosure issue in websocket.close() (c0327ec1).

Providing a TypedArray (e.g. Float32Array) as the reason argument for websocket.close(), rather than the supported string or Buffer types, caused uninitialized memory to be disclosed to the remote peer.

import { deepStrictEqual } from 'node:assert';
import { WebSocket, WebSocketServer } from 'ws';
const wss = new WebSocketServer(
{ port: 0, skipUTF8Validation: true },
function () {
const { port } = wss.address();
const ws = new WebSocket(ws://localhost:${port}, {
skipUTF8Validation: true
});
ws.on('close', function (code, reason) {
  deepStrictEqual(reason, Buffer.alloc(80));
});

}
);
wss.on('connection', function (ws) {
ws.close(1000, new Float32Array(20));
});

The issue was privately reported by Nikita Skovoroda.

8.20.0

Features

  • Added exports for the PerMessageDeflate class and utilities for the Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers (d3503c1f).

8.19.0

Features

  • Added the closeTimeout option (#2308).

Bug fixes

  • Handled a forthcoming breaking change in Node.js core (19984854).

... (truncated)

Commits
  • 5d9b316 [dist] 8.20.1
  • c0327ec [security] Fix uninitialized memory disclosure in websocket.close()
  • ce2a3d6 [ci] Test on node 26
  • 58e45b8 [ci] Do not test on node 25
  • 5f26c24 [ci] Run the lint step on node 24
  • 8439255 [dist] 8.20.0
  • d3503c1 [minor] Export the PerMessageDeflate class and header utils
  • 3ee5349 [api] Convert the isServer and maxPayload parameters to options
  • 91707b4 [doc] Add missing space
  • 8b55319 [pkg] Update eslint to version 10.0.1
  • Additional commits viewable in compare view

Updates @privy-io/react-auth from 2.21.3 to 3.28.0

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​privy-io/react-auth since your current version.


Updates @privy-io/wagmi from 1.0.6 to 4.0.10

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​privy-io/wagmi since your current version.


Updates @wagmi/connectors from 5.9.3 to 8.0.15

Release notes

Sourced from @​wagmi/connectors's releases.

@​wagmi/connectors@​8.0.15

Patch Changes

  • Bumped @metamask/connect-evm catalog version to 1.3.1. (#5123)

  • Improved the metaMask connector to answer pre-connect probe methods from an announced EIP-6963 MetaMask provider when available, avoiding an SDK import just to check extension state. (#5128)

  • Updated dependencies [df7bd38]:

    • @​wagmi/core@​3.5.0

@​wagmi/connectors@​8.0.14

Patch Changes

@​wagmi/connectors@​8.0.13

Patch Changes

@​wagmi/connectors@​8.0.12

Patch Changes

  • Breaking(wagmi/tempo): Bumped the accounts peer dependency range from ~0.8.1 to ~0.10. (#5112)

  • wagmi/tempo: Forwarded config transports to the underlying accounts provider. (#5112)

  • Updated dependencies [3829b3c]:

    • @​wagmi/core@​3.4.10

@​wagmi/connectors@​8.0.11

Patch Changes

  • Widened @metamask/connect-evm peer dependency range from ~1.0.0 to ^1.0.0 so consumers automatically pick up non-breaking 1.x releases (e.g. the bundle-size improvements in @metamask/connect-evm@1.1.0+, which transitively brings @metamask/connect-multichain@0.13.0 with lazy-loaded MWP infrastructure) without needing a manual overrides / resolutions entry. (#5107)

@​wagmi/connectors@​8.0.10

Patch Changes

@​wagmi/connectors@​8.0.9

Patch Changes

@​wagmi/connectors@​8.0.8

... (truncated)

Changelog

Sourced from @​wagmi/connectors's changelog.

8.0.15

Patch Changes

  • Bumped @metamask/connect-evm catalog version to 1.3.1. (#5123)

  • Improved the metaMask connector to answer pre-connect probe methods from an announced EIP-6963 MetaMask provider when available, avoiding an SDK import just to check extension state. (#5128)

  • Updated dependencies [df7bd38]:

    • @​wagmi/core@​3.5.0

8.0.14

Patch Changes

8.0.13

Patch Changes

8.0.12

Patch Changes

  • Breaking(wagmi/tempo): Bumped the accounts peer dependency range from ~0.8.1 to ~0.10. (#5112)

  • wagmi/tempo: Forwarded config transports to the underlying accounts provider. (#5112)

  • Updated dependencies [3829b3c]:

    • @​wagmi/core@​3.4.10

8.0.11

Patch Changes

  • Widened @metamask/connect-evm peer dependency range from ~1.0.0 to ^1.0.0 so consumers automatically pick up non-breaking 1.x releases (e.g. the bundle-size improvements in @metamask/connect-evm@1.1.0+, which transitively brings @metamask/connect-multichain@0.13.0 with lazy-loaded MWP infrastructure) without needing a manual overrides / resolutions entry. (#5107)

8.0.10

Patch Changes

8.0.9

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​wagmi/connectors since your current version.


Updates viem from 2.33.3 to 2.51.2

Release notes

Sourced from viem's releases.

viem@2.51.2

Patch Changes

viem@2.51.0

Minor Changes

Patch Changes

viem@2.50.4

Patch Changes

viem@2.50.3

Patch Changes

viem@2.49.3

Patch Changes

viem@2.49.2

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for viem since your current version.


Updates wagmi from 2.16.3 to 3.6.16

Release notes

Sourced from wagmi's releases.

wagmi@3.6.16

Patch Changes

wagmi@3.6.15

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()
  • Updated dependencies [f1e6d70, 4c44cd0]:

    • @​wagmi/core@​3.4.12
    • @​wagmi/connectors@​8.0.14

wagmi@3.6.14

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

wagmi@3.6.13

Patch Changes

  • Fixed useReadContracts to prefer an explicit chainId parameter over inferred or connected chain ids. (8c56235)

... (truncated)

Changelog

Sourced from wagmi's changelog.

3.6.16

Patch Changes

3.6.15

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()
  • Updated dependencies [f1e6d70, 4c44cd0]:

    • @​wagmi/core@​3.4.12
    • @​wagmi/connectors@​8.0.14

3.6.14

Patch Changes

  • Updated dependencies [9e8418a]:
    • @​wagmi/core@​3.4.11
    • @​wagmi/connectors@​8.0.13

3.6.13

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for wagmi 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 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.

…em and wagmi

Bumps [ws](https://github.com/websockets/ws) to 8.20.1 and updates ancestor dependencies [ws](https://github.com/websockets/ws), [@privy-io/react-auth](https://github.com/orgs/privy-io), [@privy-io/wagmi](https://github.com/orgs/privy-io), [@wagmi/connectors](https://github.com/wevm/wagmi/tree/HEAD/packages/connectors), [viem](https://github.com/wevm/viem) and [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react). These dependencies need to be updated together.


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

Updates `@privy-io/react-auth` from 2.21.3 to 3.28.0
- [Commits](https://github.com/orgs/privy-io/commits)

Updates `@privy-io/wagmi` from 1.0.6 to 4.0.10
- [Commits](https://github.com/orgs/privy-io/commits)

Updates `@wagmi/connectors` from 5.9.3 to 8.0.15
- [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@8.0.15/packages/connectors)

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

Updates `wagmi` from 2.16.3 to 3.6.16
- [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@3.6.16/packages/react)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.20.1
  dependency-type: indirect
- dependency-name: "@privy-io/react-auth"
  dependency-version: 3.28.0
  dependency-type: direct:production
- dependency-name: "@privy-io/wagmi"
  dependency-version: 4.0.10
  dependency-type: direct:production
- dependency-name: "@wagmi/connectors"
  dependency-version: 8.0.15
  dependency-type: direct:production
- dependency-name: viem
  dependency-version: 2.51.2
  dependency-type: direct:production
- dependency-name: wagmi
  dependency-version: 3.6.16
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 28, 2026
@netlify

netlify Bot commented May 28, 2026

Copy link
Copy Markdown

Deploy Preview for humanos-eth failed. Why did it fail? →

Name Link
🔨 Latest commit 57a107c
🔍 Latest deploy log https://app.netlify.com/projects/humanos-eth/deploys/6a18c8aba5b7d10008054748

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants