Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the production-dependencies group with 16 updates in the / directory:

Package From To
@ardrive/turbo-sdk 1.36.0 1.39.2
@graphql-tools/schema 10.0.29 10.0.30
ethers 6.15.0 6.16.0
graphql-yoga 5.16.2 5.18.0
jsonwebtoken 9.0.2 9.0.3
@aws-sdk/util-locate-window 3.893.0 3.957.0
@multiformats/dns 1.0.10 1.0.11
@standard-schema/spec 1.0.0 1.1.0
@swc/helpers 0.5.17 0.5.18
asn1js 3.0.6 3.0.7
bowser 2.13.0 2.13.1
bufferutil 4.0.9 4.1.0
cborg 4.3.1 4.3.2
jayson 4.2.0 4.3.0
node-forge 1.3.1 1.3.3
rpc-websockets 9.3.1 9.3.2

Updates @ardrive/turbo-sdk from 1.36.0 to 1.39.2

Release notes

Sourced from @​ardrive/turbo-sdk's releases.

v1.39.2

1.39.2 (2025-12-15)

Bug Fixes

  • deps: bump dependencies above known security vulnerabilities PE-8785 (650c4ae)

v1.39.1

1.39.1 (2025-12-11)

Bug Fixes

  • deps: bump dependencies above known security vulnerabilities PE-8785 (55405b2)

v1.39.1-alpha.1

1.39.1-alpha.1 (2025-12-10)

Bug Fixes

  • deps: bump dependencies above known security vulnerabilities PE-8785 (55405b2)

v1.39.0

1.39.0 (2025-12-10)

Bug Fixes

  • git: add post publish step to produce dist tag with web bundle for jsdeliver (0dff815)

Features

  • base-ario: init SDK and CLI base-ario implementation PE-8763 (db2c745)

v1.39.0-alpha.1

1.39.0-alpha.1 (2025-12-10)

Bug Fixes

  • git: add post publish step to produce dist tag with web bundle for jsdeliver (0dff815)

Features

  • base-ario: init SDK and CLI base-ario implementation PE-8763 (db2c745)

... (truncated)

Changelog

Sourced from @​ardrive/turbo-sdk's changelog.

1.39.2 (2025-12-15)

Bug Fixes

  • deps: bump dependencies above known security vulnerabilities PE-8785 (650c4ae)

1.39.1 (2025-12-11)

Bug Fixes

  • deps: bump dependencies above known security vulnerabilities PE-8785 (55405b2)

1.39.0 (2025-12-10)

Bug Fixes

  • git: add post publish step to produce dist tag with web bundle for jsdeliver (0dff815)

Features

  • base-ario: init SDK and CLI base-ario implementation PE-8763 (db2c745)

1.38.2 (2025-12-09)

Bug Fixes

  • deps: bump several dependencies above known security vulnerabilities PE-8785 (fc8df83)

1.38.1 (2025-12-09)

Bug Fixes

  • bundle: remove web bundle from npm package, serve via GitHub releases (1e8ab07)

1.38.0 (2025-12-08)

Features

  • logger: default to non-dependency driven logger class PE-8777 (f2bdff2)

1.37.0 (2025-12-04)

... (truncated)

Commits
  • bb84b41 chore(release): 1.39.2 [skip ci]
  • 650c4ae fix(deps): bump dependencies above known security vulnerabilities PE-8785
  • 0f587b8 Merge pull request #360 from ardriveapp/alpha
  • 2b0e58f Merge pull request #361 from ardriveapp/dependabot/npm_and_yarn/npm_and_yarn-...
  • 338f6b9 chore(deps): bump next in the npm_and_yarn group across 1 directory
  • b1ea2f0 Merge pull request #362 from ardriveapp/reintegrate_main_to_alpha___________
  • 8f5cfa8 Merge branch 'main' into reintegrate_main_to_alpha___________
  • b5341ef Merge pull request #359 from ardriveapp/PE-8785-sec-updates___
  • 62eb6bf refactor: remove debug log causing circular structure error PE-8785
  • 33267f0 chore(deps): unresolve sol web.js PE-8785
  • Additional commits viewable in compare view

Updates @graphql-tools/schema from 10.0.29 to 10.0.30

Changelog

Sourced from @​graphql-tools/schema's changelog.

10.0.30

Patch Changes

  • Updated dependencies [2118a80]:
    • @​graphql-tools/utils@​10.11.0
    • @​graphql-tools/merge@​9.1.6
Commits

Updates ethers from 6.15.0 to 6.16.0

Release notes

Sourced from ethers's releases.

ethers/v6.16.0 (2025-12-02 19:47)

  • Added utility method to split EIP-7594 BLOb proofs into its cells (88dfe96).
  • Update Alchemy URL endpoint for mainnet (#5052; 719b01d).
  • Fail on unsupported Etherscan networks immediately to better support the default provider (94b333b).
  • Added Filecoin network and Ankr endpoints (#5038; 986e827).
  • Moved to better API for EIP-7594 PeerDAS (#5062; 452b422).
  • Added initial EIP-7594 PeerDAS support (#5054, #5062; 6d64889).
  • Support RegExp engines with string length limitations (#4967; f0dfbe1).
  • Added Transaction and Signature support for non-canonical S values (#4223, #5013; 855d727).
  • Allow zero-width big-endian data for toBeHex and allow widths fo toBeArray (#5025; 540f30c).
Changelog

Sourced from ethers's changelog.

ethers/v6.16.0 (2025-12-02 19:47)

  • Added utility method to split EIP-7594 BLOb proofs into its cells (88dfe96).
  • Update Alchemy URL endpoint for mainnet (#5052; 719b01d).
  • Fail on unsupported Etherscan networks immediately to better support the default provider (94b333b).
  • Added Filecoin network and Ankr endpoints (#5038; 986e827).
  • Moved to better API for EIP-7594 PeerDAS (#5062; 452b422).
  • Added initial EIP-7594 PeerDAS support (#5054, #5062; 6d64889).
  • Support RegExp engines with string length limitations (#4967; f0dfbe1).
  • Added Transaction and Signature support for non-canonical S values (#4223, #5013; 855d727).
  • Allow zero-width big-endian data for toBeHex and allow widths fo toBeArray (#5025; 540f30c).
Commits
  • 98c49d0 admin: updated dist files
  • c4e840e tests: disable Blockscout temporaily
  • 88dfe96 Added utility method to split EIP-7594 BLOb proofs into its cells.
  • 7c5faf8 admin: updated dist files
  • 8192f5b docs: add link for EIP-7594
  • 10a912b docs: fixed typos (#5039)
  • 719b01d Update Alchemy URL endpoint for mainnet (#5052).
  • 94b333b Fail on unsupported Etherscan networks immediately to better support the defa...
  • 986e827 Added Filecoin network and Ankr endpoints (#5038).
  • 452b422 Moved to better API for EIP-7594 PeerDAS (#5062).
  • Additional commits viewable in compare view

Updates graphql-yoga from 5.16.2 to 5.18.0

Changelog

Sourced from graphql-yoga's changelog.

5.18.0

Minor Changes

  • #4312 3eabd17 Thanks @​ardatan! - Export GraphiQLRenderer type which is the signature for renderGraphiQL option of Yoga configuration

5.17.1

Patch Changes

5.17.0

Minor Changes

  • #4288 66c370c Thanks @​EmrysMyrddin! - Add experimental support for coordinate error attribute proposal.

    The coordinate attribute indicates the coordinate in the schema of the resolver which experienced the errors. It allows for an easier error source identification than with the path which can be difficult to walk, or even lead to unsolvable ambiguities when using Union or Interface types.

    Usage

    Since this is experimental, it has to be explicitly enabled by adding the appropriate plugin to the Yoga instance:

    import { createYoga, useErrorCoordinate } from 'graphql-yoga'
    import { schema } from './schema'
    export const yoga = createYoga({
    schema,
    plugins: [useErrorCoordinate()]
    })

    Once enabled, located errors will gain the coordinate attribute:

... (truncated)

Commits
  • 1c43572 chore(release): update monorepo packages versions (#4313)
  • 3eabd17 fix(apollo-sandbox-renderer): render the correct html endpoint, fix the margi...
  • c801618 chore(release): update monorepo packages versions (#4304)
  • c27f550 Bump @​whatwg-node/promise-helpers (#4302)
  • e1079f6 chore(release): update monorepo packages versions (#4300)
  • 66c370c feat(graphql-yoga): add support for experimental error coordinate (#4288)
  • 0517886 chore(deps): update dependency globby to v16 (#4289)
  • See full diff in compare view

Updates jsonwebtoken from 9.0.2 to 9.0.3

Changelog

Sourced from jsonwebtoken's changelog.

9.0.3 - 2025-12-04

  • updates jws version to 4.0.1.
Commits

Updates @aws-sdk/util-locate-window from 3.893.0 to 3.957.0

Release notes

Sourced from @​aws-sdk/util-locate-window's releases.

v3.957.0

3.957.0(2025-12-22)

Chores
  • move crc64NvmeCrtContainer to '@​aws-sdk/crc64-nvme' (#7600) (69196b71)
  • move e2e tests from cucumber to vitest (#7539) (561b8900)
  • build: replace lerna partial-tree build with turbo (#7597) (04bdba3e)
Documentation Changes
  • client-pcs: Change API Reference Documentation for default Mode in Accounting and SlurmRest (966f60ac)
New Features
  • client-config-service: Added supported resourceTypes for Config from July to November 2025 (2c7dab27)
  • client-ec2: Adds support for linkedGroupId on the CreatePlacementGroup and DescribePlacementGroups APIs. The linkedGroupId parameter is reserved for future use. (a492f734)
  • client-guardduty: Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior. (53e59c65)
  • middleware-flexible-checksums: use CRC64NVME JS implementation if CRT is not available (#7595) (4c6ad409)
Bug Fixes
  • middleware-flexible-checksums: advise user on InvalidChunkSizeError (#7598) (6fa3b4cc)

For list of updated packages, view updated-packages.md in assets-3.957.0.zip

v3.956.0

3.956.0(2025-12-19)

Chores
Documentation Changes
New Features
  • clients: update client endpoints as of 2025-12-19 (e0360a8f)
  • client-wickr: AWS Wickr now provides a suite of admin APIs to allow you to programmatically manage secure communication for Wickr networks at scale. These APIs enable you to automate administrative workflows including user lifecycle management, network configuration, and security group administration. (d105e0ef)
  • client-arc-region-switch: Automatic Plan Execution Reports allow customers to maintain a concise record of their Region switch Plan executions. This enables customer SREs and leadership to have a clear view of their recovery posture based on the generated reports for their Plan executions. (33dbf8d8)
  • client-workspaces-web: Add support for WebAuthn under user settings. (a42b84c4)

... (truncated)

Changelog

Sourced from @​aws-sdk/util-locate-window's changelog.

3.957.0 (2025-12-22)

Note: Version bump only for package @​aws-sdk/util-locate-window

3.953.0 (2025-12-16)

Note: Version bump only for package @​aws-sdk/util-locate-window

Commits

Updates @graphql-tools/executor from 1.4.13 to 1.5.0

Changelog

Sourced from @​graphql-tools/executor's changelog.

1.5.0

Minor Changes

  • #7588 2118a80 Thanks @​EmrysMyrddin! - Add optional schema coordinate in error extensions. This extension allows to precisely identify the source of the error by automated tools like tracing or monitoring.

    This new feature is opt-in, you have to enable it using schemaCoordinateInErrors executor option.

    Caution: This feature, when enabled, will expose information about your schema. If you need to keep your schema private and secret, you should strip this attribute at serialization time before sending errors to the client.

    import { parse } from 'graphql'
    import { normalizedExecutor } from '@graphql-tools/executor'
    import { getSchemaCoordinate } from '@graphql-tools/utils'
    import schema from './schema'
    const result = await normalizedExecutor({
    schema,
    document: parse(...),
    schemaCoordinateInErrors: true // enable adding schema coordinate to graphql errors
    })
    if (result.errors) {
    for (const error of result.errors) {
    console.log('Error in resolver ', error.coordinate, ':', error.message)
    // or with getSchemaCoordinate util, to workaround types if needed
    console.log('Error in resolver', getSchemaCoordinate(error), ':', error.message)
    }
    }

Patch Changes

  • Updated dependencies [2118a80]:
    • @​graphql-tools/utils@​10.11.0
Commits

Updates @graphql-tools/merge from 9.1.5 to 9.1.6

Changelog

Sourced from @​graphql-tools/merge's changelog.

9.1.6

Patch Changes

  • Updated dependencies [2118a80]:
    • @​graphql-tools/utils@​10.11.0
Commits

Updates @graphql-tools/utils from 10.10.3 to 10.11.0

Changelog

Sourced from @​graphql-tools/utils's changelog.

10.11.0

Minor Changes

  • #7588 2118a80 Thanks @​EmrysMyrddin! - Add optional schema coordinate in error extensions. This extension allows to precisely identify the source of the error by automated tools like tracing or monitoring.

    This new feature is opt-in, you have to enable it using schemaCoordinateInErrors executor option.

    Caution: This feature, when enabled, will expose information about your schema. If you need to keep your schema private and secret, you should strip this attribute at serialization time before sending errors to the client.

    import { parse } from 'graphql'
    import { normalizedExecutor } from '@graphql-tools/executor'
    import { getSchemaCoordinate } from '@graphql-tools/utils'
    import schema from './schema'
    const result = await normalizedExecutor({
    schema,
    document: parse(...),
    schemaCoordinateInErrors: true // enable adding schema coordinate to graphql errors
    })
    if (result.errors) {
    for (const error of result.errors) {
    console.log('Error in resolver ', error.coordinate, ':', error.message)
    // or with getSchemaCoordinate util, to workaround types if needed
    console.log('Error in resolver', getSchemaCoordinate(error), ':', error.message)
    }
    }

Commits

Updates @lit-labs/ssr-dom-shim from 1.4.0 to 1.5.0

Changelog

Sourced from @​lit-labs/ssr-dom-shim's changelog.

1.5.0

Minor Changes

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​lit-labs/ssr-dom-shim since your current version.


Updates @lit/reactive-element from 2.1.1 to 2.1.2

Changelog

Sourced from @​lit/reactive-element's changelog.

2.1.2

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​lit/reactive-element since your current version.


Updates @multiformats/dns from 1.0.10 to 1.0.11

Release notes

Sourced from @​multiformats/dns's releases.

v1.0.11

1.0.11 (2025-12-07)

Bug Fixes

Trivial Changes

  • bump @​types/sinon from 17.0.4 to 21.0.0 (#20) (3782b7d)
Changelog

Sourced from @​multiformats/dns's changelog.

1.0.11 (2025-12-07)

Bug Fixes

Trivial Changes

  • bump @​types/sinon from 17.0.4 to 21.0.0 (#20) (3782b7d)
Commits

Updates @standard-schema/spec from 1.0.0 to 1.1.0

Release notes

Sourced from @​standard-schema/spec's releases.

v1.1.0

Adds the Standard JSON Schema specification.

Please refer to the README and standardschema.dev for more details.

Commits

Updates @swc/helpers from 0.5.17 to 0.5.18

Commits

Updates asn1js from 3.0.6 to 3.0.7

Release notes

Sourced from asn1js's releases.

Release v3.0.7

What's Changed

New Contributors

Full Changelog: PeculiarVentures/ASN1.js@v3.0.6...v3.0.7

Commits
  • cd345ee 3.0.7
  • 455a0b3 ci: add GitHub Actions workflow for Node.js package publishing
  • e0e5e53 style: fix linter errors
  • 419007e chore(deps): remove .npmrc and update package-lock.json for dependency versions
  • 1751502 Merge pull request #123 from justin-tay/gh122
  • 176587e Merge pull request #126 from PeculiarVentures/donskov/website-deps-path-9/12
  • c64a72f chore(deps): update package-lock.json to add peer dependencies and new Rollup...
  • 3562f75 deps(website): fix npm audit issues
  • 6d3761e chore: update README files to enhance formatting and switch from Yarn to npm ...
  • 5c7a828 chore: update GitHub Actions publish directory for website deployment
  • Additional commits viewable in compare view

Updates bowser from 2.13.0 to 2.13.1

Release notes

Sourced from bowser's releases.

v2.13.1 🌈

Changes

Commits

Updates buffer from 5.7.1 to 6.0.3

Commits

Updates bufferutil from 4.0.9 to 4.1.0

Commits
  • 580a8a9 [dist] 4.1.0
  • b4cd4cd [lint] Fix prettier error
  • 2a16fa9 [pkg] Update node-gyp to version 12.1.0
  • 18f122a [minor] Support buffers greater than 2^32 bytes in length
  • 321fbe4 [perf] Do not make compiler life harder (#164)
  • 557a7af [ci] Build and deploy two platform-specific binaries for macOS
  • 33932c1 [build] Do not build a universal binary for macOS (#167)
  • ca57ce2 [ci] Build the prebuilt binary for macOS with the Intel runner image
  • 1b9081d [ci] Update actions/checkout action to v6
  • 31eb0ad [ci] Update actions/upload-artifact action to v5
  • Additional commits viewable in compare view

Updates cborg from 4.3.1 to 4.3.2

Release notes

Sourced from cborg's releases.

v4.3.2

4.3.2 (2025-12-04)

Trivial Changes

  • deps: bump actions/setup-node from 6.0.0 to 6.1.0 (#152) (03ac095)
Changelog

Sourced from cborg's changelog.

4.3.2 (2025-12-04)

Trivial Changes

  • deps: bump actions/setup-node from 6.0.0 to 6.1.0 (#152) (03ac095)
Commits

Updates engine.io-client from 6.6.3 to 6.6.4

Release notes

Sourced from engine.io-client's releases.

engine.io-client@6.6.4

This release contains a bump of:

  • ws from ~8.17.1 to ~8.18.3
  • debug from ~4.3.1 to ~4.4.1

Bug Fixes

Dependencies

Commits
  • 2bf16bd chore(release): engine.io-client@6.6.4
  • ad61607 docs(eio): fix link in the release notes
  • dd71792 chore(release): socket.io@4.8.2
  • bb0b480 fix(sio): improve io.close() function (#5344)
  • 161be91 test(sio): pin version of the client bundle in the tests
  • fd9d4ca chore(release): socket.io-client@4.8.2
  • 0a99ac4 chore(release): engine.io@6.6.5
  • 4338f47 ci(publish): use Node.js 24
  • 9199156 test(eio): fix flaky test
  • 5948416 test(redis-streams-emitter): migrate to Node.js test runner
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for engine.io-client since your current version.


Updates form-data from 2.5.5 to 3.0.4

Release notes

Sourced from form-data's releases.

v3.0.2

Fixes

  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA

v3.0.1

  • feat: add setBoundary method 55d90ce
  • Merge pull request #451 from arku/patch-1 d702625
  • Fix typo: ads -> adds 714ac8b

https://github.com/form-data/form-data/compare/v3.0....

Description has been truncated

…rectory with 38 updates

Bumps the production-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@ardrive/turbo-sdk](https://github.com/ardriveapp/turbo-sdk) | `1.36.0` | `1.39.2` |
| [@graphql-tools/schema](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/schema) | `10.0.29` | `10.0.30` |
| [ethers](https://github.com/ethers-io/ethers.js) | `6.15.0` | `6.16.0` |
| [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga) | `5.16.2` | `5.18.0` |
| [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) | `9.0.2` | `9.0.3` |
| [@aws-sdk/util-locate-window](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-locate-window) | `3.893.0` | `3.957.0` |
| [@multiformats/dns](https://github.com/multiformats/js-dns) | `1.0.10` | `1.0.11` |
| [@standard-schema/spec](https://github.com/standard-schema/standard-schema) | `1.0.0` | `1.1.0` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.17` | `0.5.18` |
| [asn1js](https://github.com/PeculiarVentures/asn1.js) | `3.0.6` | `3.0.7` |
| [bowser](https://github.com/lancedikson/bowser) | `2.13.0` | `2.13.1` |
| [bufferutil](https://github.com/websockets/bufferutil) | `4.0.9` | `4.1.0` |
| [cborg](https://github.com/rvagg/cborg) | `4.3.1` | `4.3.2` |
| [jayson](https://github.com/tedeh/jayson) | `4.2.0` | `4.3.0` |
| [node-forge](https://github.com/digitalbazaar/forge) | `1.3.1` | `1.3.3` |
| [rpc-websockets](https://github.com/elpheria/rpc-websockets) | `9.3.1` | `9.3.2` |



Updates `@ardrive/turbo-sdk` from 1.36.0 to 1.39.2
- [Release notes](https://github.com/ardriveapp/turbo-sdk/releases)
- [Changelog](https://github.com/ardriveapp/turbo-sdk/blob/main/CHANGELOG.md)
- [Commits](ardriveapp/turbo-sdk@v1.36.0...v1.39.2)

Updates `@graphql-tools/schema` from 10.0.29 to 10.0.30
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/schema/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/schema@10.0.30/packages/schema)

Updates `ethers` from 6.15.0 to 6.16.0
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.15.0...v6.16.0)

Updates `graphql-yoga` from 5.16.2 to 5.18.0
- [Release notes](https://github.com/graphql-hive/graphql-yoga/releases)
- [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/graphql-yoga/commits/graphql-yoga@5.18.0/packages/graphql-yoga)

Updates `jsonwebtoken` from 9.0.2 to 9.0.3
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v9.0.2...v9.0.3)

Updates `@aws-sdk/util-locate-window` from 3.893.0 to 3.957.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-locate-window/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.957.0/packages/util-locate-window)

Updates `@graphql-tools/executor` from 1.4.13 to 1.5.0
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/executor/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/executor@1.5.0/packages/executor)

Updates `@graphql-tools/merge` from 9.1.5 to 9.1.6
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/merge/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/merge@9.1.6/packages/merge)

Updates `@graphql-tools/utils` from 10.10.3 to 10.11.0
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/utils@10.11.0/packages/utils)

Updates `@lit-labs/ssr-dom-shim` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/labs/ssr-dom-shim/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/@lit/reactive-element@1.5.0/packages/labs/ssr-dom-shim)

Updates `@lit/reactive-element` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/reactive-element/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit@2.1.2/packages/reactive-element)

Updates `@multiformats/dns` from 1.0.10 to 1.0.11
- [Release notes](https://github.com/multiformats/js-dns/releases)
- [Changelog](https://github.com/multiformats/js-dns/blob/main/CHANGELOG.md)
- [Commits](multiformats/js-dns@v1.0.10...v1.0.11)

Updates `@standard-schema/spec` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/standard-schema/standard-schema/releases)
- [Commits](standard-schema/standard-schema@v1.0.0...v1.1.0)

Updates `@swc/helpers` from 0.5.17 to 0.5.18
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `asn1js` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/PeculiarVentures/asn1.js/releases)
- [Commits](PeculiarVentures/ASN1.js@v3.0.6...v3.0.7)

Updates `bowser` from 2.13.0 to 2.13.1
- [Release notes](https://github.com/lancedikson/bowser/releases)
- [Changelog](https://github.com/bowser-js/bowser/blob/master/CHANGELOG.md)
- [Commits](bowser-js/bowser@v2.13.0...v2.13.1)

Updates `buffer` from 5.7.1 to 6.0.3
- [Commits](feross/buffer@v5.7.1...v6.0.3)

Updates `bufferutil` from 4.0.9 to 4.1.0
- [Release notes](https://github.com/websockets/bufferutil/releases)
- [Commits](websockets/bufferutil@v4.0.9...v4.1.0)

Updates `cborg` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/rvagg/cborg/releases)
- [Changelog](https://github.com/rvagg/cborg/blob/master/CHANGELOG.md)
- [Commits](rvagg/cborg@v4.3.1...v4.3.2)

Updates `engine.io-client` from 6.6.3 to 6.6.4
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/engine.io-client@6.6.3...engine.io-client@6.6.4)

Updates `form-data` from 2.5.5 to 3.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v2.5.5...v3.0.4)

Updates `fs-extra` from 10.1.0 to 11.3.2
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@10.1.0...11.3.2)

Updates `hono` from 4.11.1 to 4.11.3
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.11.1...v4.11.3)

Updates `inherits` from 2.0.3 to 2.0.4
- [Commits](isaacs/inherits@v2.0.3...v2.0.4)

Updates `jayson` from 4.2.0 to 4.3.0
- [Commits](tedeh/jayson@v4.2.0...v4.3.0)

Updates `jwa` from 1.4.2 to 2.0.1
- [Release notes](https://github.com/brianloveswords/node-jwa/releases)
- [Commits](auth0/node-jwa@v1.4.2...v2.0.1)

Updates `jws` from 3.2.2 to 4.0.1
- [Release notes](https://github.com/brianloveswords/node-jws/releases)
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jws@v3.2.2...v4.0.1)

Updates `lit-element` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit-element/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/HEAD/packages/lit-element)

Updates `lit-html` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit-html/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit-element@3.3.2/packages/lit-html)

Updates `node-forge` from 1.3.1 to 1.3.3
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.3.1...v1.3.3)

Updates `rpc-websockets` from 9.3.1 to 9.3.2
- [Release notes](https://github.com/elpheria/rpc-websockets/releases)
- [Commits](elpheria/rpc-websockets@v9.3.1...v9.3.2)

Updates `socket.io-client` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/socket.io-client@4.8.1...socket.io-client@4.8.3)

Updates `socket.io-parser` from 4.2.4 to 4.2.5
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.4...socket.io-parser@4.2.5)

Updates `universalify` from 0.2.0 to 2.0.1
- [Release notes](https://github.com/RyanZim/universalify/releases)
- [Commits](RyanZim/universalify@v0.2.0...2.0.1)

Updates `util` from 0.10.4 to 0.12.5
- [Release notes](https://github.com/browserify/node-util/releases)
- [Changelog](https://github.com/browserify/node-util/blob/master/CHANGELOG.md)
- [Commits](browserify/node-util@v0.10.4...v0.12.5)

Updates `varint` from 5.0.2 to 6.0.0
- [Commits](chrisdickinson/varint@v5.0.2...v6.0.0)

Updates `x402-fetch` from 1.0.0 to 1.1.0
- [Commits](https://github.com/coinbase/x402/compare/npm-x402-fetch@v1.0.0...npm-x402-fetch@v1.1.0)

Updates `x402` from 1.0.1 to 1.1.0
- [Commits](https://github.com/coinbase/x402/compare/npm-x402@v1.0.1...npm-x402@v1.1.0)

---
updated-dependencies:
- dependency-name: "@ardrive/turbo-sdk"
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@graphql-tools/schema"
  dependency-version: 10.0.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ethers
  dependency-version: 6.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: graphql-yoga
  dependency-version: 5.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jsonwebtoken
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-locate-window"
  dependency-version: 3.957.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@graphql-tools/executor"
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@graphql-tools/merge"
  dependency-version: 9.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@graphql-tools/utils"
  dependency-version: 10.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@lit-labs/ssr-dom-shim"
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@lit/reactive-element"
  dependency-version: 2.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@multiformats/dns"
  dependency-version: 1.0.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@standard-schema/spec"
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@swc/helpers"
  dependency-version: 0.5.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: asn1js
  dependency-version: 3.0.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: bowser
  dependency-version: 2.13.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: buffer
  dependency-version: 6.0.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: bufferutil
  dependency-version: 4.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: cborg
  dependency-version: 4.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: engine.io-client
  dependency-version: 6.6.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: form-data
  dependency-version: 3.0.4
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: fs-extra
  dependency-version: 11.3.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: hono
  dependency-version: 4.11.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: inherits
  dependency-version: 2.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: jayson
  dependency-version: 4.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jwa
  dependency-version: 2.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: jws
  dependency-version: 4.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: lit-element
  dependency-version: 4.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lit-html
  dependency-version: 3.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: node-forge
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: rpc-websockets
  dependency-version: 9.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: socket.io-client
  dependency-version: 4.8.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: socket.io-parser
  dependency-version: 4.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: universalify
  dependency-version: 2.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: util
  dependency-version: 0.12.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: varint
  dependency-version: 6.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: x402-fetch
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: x402
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 29, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 29, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

3 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants