Skip to content

Bump the npm-patching group with 69 updates - #129

Merged
lewisgoddard merged 1 commit into
cf-pagesfrom
dependabot/npm_and_yarn/npm-patching-b7231cab4c
Sep 2, 2026
Merged

Bump the npm-patching group with 69 updates#129
lewisgoddard merged 1 commit into
cf-pagesfrom
dependabot/npm_and_yarn/npm-patching-b7231cab4c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm-patching group with 69 updates:

Package From To
@simplewebauthn/server 13.3.2 13.3.3
otplib 13.4.1 13.5.0
pg 8.22.0 8.23.0
@types/pg 8.20.0 8.23.1
@types/node 26.1.2 26.4.0
@vitest/coverage-v8 4.1.10 4.1.11
vitest 4.1.10 4.1.11
wrangler 4.115.0 4.127.1
@cloudflare/workerd-darwin-64 1.20260722.1 1.20260828.1
@cloudflare/workerd-darwin-arm64 1.20260722.1 1.20260828.1
@cloudflare/workerd-linux-64 1.20260722.1 1.20260828.1
@cloudflare/workerd-linux-arm64 1.20260722.1 1.20260828.1
@cloudflare/workerd-windows-64 1.20260722.1 1.20260828.1
@jridgewell/sourcemap-codec 1.5.5 1.6.0
@noble/hashes 2.2.0 2.4.0
@otplib/core 13.4.1 13.5.0
@otplib/hotp 13.4.1 13.5.0
@otplib/plugin-base32-scure 13.4.1 13.5.0
@otplib/plugin-crypto-noble 13.4.1 13.5.0
@otplib/totp 13.4.1 13.5.0
@otplib/uri 13.4.1 13.5.0
@oxc-project/types 0.142.0 0.147.0
@peculiar/asn1-android 2.8.0 2.9.4
@peculiar/asn1-cms 2.8.0 2.9.4
@peculiar/asn1-csr 2.8.0 2.9.4
@peculiar/asn1-ecc 2.8.0 2.9.4
@peculiar/asn1-pfx 2.8.0 2.9.4
@peculiar/asn1-pkcs8 2.8.0 2.9.4
@peculiar/asn1-pkcs9 2.8.0 2.9.4
@peculiar/asn1-rsa 2.8.0 2.9.4
@peculiar/asn1-schema 2.8.0 2.9.4
@peculiar/asn1-x509 2.8.0 2.9.4
@peculiar/asn1-x509-attr 2.8.0 2.9.4
@rolldown/binding-android-arm64 1.2.1 1.2.6
@rolldown/binding-darwin-arm64 1.2.1 1.2.6
@rolldown/binding-darwin-x64 1.2.1 1.2.6
@rolldown/binding-freebsd-x64 1.2.1 1.2.6
@rolldown/binding-linux-arm-gnueabihf 1.2.1 1.2.6
@rolldown/binding-linux-arm64-gnu 1.2.1 1.2.6
@rolldown/binding-linux-arm64-musl 1.2.1 1.2.6
@rolldown/binding-linux-ppc64-gnu 1.2.1 1.2.6
@rolldown/binding-linux-s390x-gnu 1.2.1 1.2.6
@rolldown/binding-linux-x64-gnu 1.2.1 1.2.6
@rolldown/binding-linux-x64-musl 1.2.1 1.2.6
@rolldown/binding-openharmony-arm64 1.2.1 1.2.6
@rolldown/binding-win32-arm64-msvc 1.2.1 1.2.6
@rolldown/binding-win32-x64-msvc 1.2.1 1.2.6
@scure/base 2.2.0 2.4.0
@speed-highlight/core 1.2.17 1.2.24
@vitest/expect 4.1.10 4.1.11
@vitest/mocker 4.1.10 4.1.11
@vitest/pretty-format 4.1.10 4.1.11
@vitest/runner 4.1.10 4.1.11
@vitest/snapshot 4.1.10 4.1.11
@vitest/spy 4.1.10 4.1.11
@vitest/utils 4.1.10 4.1.11
es-module-lexer 2.3.1 2.3.2
magicast 0.5.3 0.5.4
miniflare 4.20260722.1 5.20260828.0-alpha
nanoid 3.3.16 3.3.18
pg-protocol 1.15.0 1.16.0
picomatch 4.0.5 4.0.7
postcss 8.5.25 8.5.26
pvutils 1.1.5 1.2.0
rolldown 1.2.1 1.2.6
tinyexec 1.2.4 1.3.0
undici 7.28.0 7.29.0
vite 8.2.0 8.2.2
workerd 1.20260722.1 1.20260828.1

Updates @simplewebauthn/server from 13.3.2 to 13.3.3

Release notes

Sourced from @​simplewebauthn/server's releases.

v13.3.3

Changes:

  • [server] Updated MDS blob signature verification to support more algorithms (#788)
  • [server] Updated MetadataService to know about the new FIDO MDS blob trust anchor certificate (#789)
Changelog

Sourced from @​simplewebauthn/server's changelog.

v13.3.3

Changes:

  • [server] Updated MDS blob signature verification to support more algorithms (#788)
  • [server] Updated MetadataService to know about the new FIDO MDS blob trust anchor certificate (#789)
Commits

Updates otplib from 13.4.1 to 13.5.0

Release notes

Sourced from otplib's releases.

v13.5.0

What's Changed

Full Changelog: yeojz/otplib@v13.4.1...v13.5.0


Important behaviour change in this bugfix release.

[!NOTE] This is a bugfix release but has potentially breaking behaviour for library users passing invalid inputs (which is more likely in non-TypeScript or loosely-typed environments).

This release (#874) makes hash algorithm validation consistent and strict across all crypto plugins. Previously, an unrecognised algorithm string was handled differently by each plugin:

input noble node web
'SHA1' silently computed SHA-512 worked (OpenSSL alias tolerance) threw a raw TypeError
'totally-bogus' silently computed SHA-512 threw threw

All three now reject anything outside sha1/sha256/sha512 (case-insensitive, single-separator aliases like SHA-1 or sha_256 accepted) by throwing the new AlgorithmUnsupportedError, instead of silently substituting a different digest.

A library dependents passing a correctly-spelled algorithm name ('sha1', 'SHA1', 'sha-256', etc.) sees no change other than clearer, stricter errors on genuinely invalid input. In TypeScript-strict environments this is mostly moot as algorithm is typed as 'sha1' | 'sha256' | 'sha512', so a hardcoded typo like 'SHA1' won't compile. It can still surface if the value comes from outside the type system (e.g. JSON.parse, process.env, or an as HashAlgorithm cast).

If you were relying on noble's old silent fallback to SHA-512 for a misspelled or unrecognised algorithm string, tokens generated/verified that way will stop matching after upgrading with no error on the old side, just tokens that quietly stop verifying.

To recover

  • Change algorithm to sha512,
  • or re-enroll the affected accounts.

See "Existing enrollments stopped verifying after an upgrade" for details.

Commits

Updates pg from 8.22.0 to 8.23.0

Changelog

Sourced from pg's changelog.

[email protected]

Commits

Updates @types/pg from 8.20.0 to 8.23.1

Commits

Updates @types/node from 26.1.2 to 26.4.0

Commits

Updates @types/pg from 8.20.0 to 8.23.1

Commits

Updates @vitest/coverage-v8 from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

Updates wrangler from 4.115.0 to 4.127.1

Release notes

Sourced from wrangler's releases.

[email protected]

Patch Changes

[email protected]

Minor Changes

  • #15356 fe265f8 Thanks @​rubuy-74! - Add support for configuring a per-workflow max concurrency limit via workflows[].concurrency.limit in your Wrangler config.

    The limit is the maximum number of Workflow instances that can run concurrently. It is validated as a positive integer and persisted on deploy; the ceiling is enforced server-side. Concurrency is ignored in local development.

    {
      "workflows": [
        {
          "binding": "MY_WORKFLOW",
          "name": "my-workflow",
          "class_name": "MyWorkflow",
          "concurrency": { "limit": 10 }
        }
      ]
    }

Patch Changes

  • #15367 412c79e Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

... (truncated)

Commits

Updates @cloudflare/workerd-darwin-64 from 1.20260722.1 to 1.20260828.1

Release notes

Sourced from @​cloudflare/workerd-darwin-64's releases.

v1.20260828.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260827.1...v1.20260828.1

v1.20260827.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260826.1...v1.20260827.1

v1.20260826.1

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20260825.1...v1.20260826.1

v1.20260825.1

What's Changed

... (truncated)

Commits
  • 8ea6349 Release 2026-08-28
  • 97fa7e1 Merge pull request #7133 from cloudflare/jasnell/streams-test-consolidation
  • ff6cbe5 Merge pull request #7135 from kflansburg/fix/workers-ai-model-types-6698
  • 2c003d7 Remove unreachable invalid-chunk fallback in identity byteSize
  • fd17dd0 Expand identity suite per review: reason types, strategy size pin
  • b016556 Restore non-identity stream tests pending readable/body suites
  • 8d50557 Fixup issue in TS ITS and expand tests
  • 41df2bd Use a single module list for ITS
  • a008aae Complete the test audit and move to new test suite
  • 8a055d5 Expand test coverage
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-darwin-arm64 from 1.20260722.1 to 1.20260828.1

Release notes

Sourced from @​cloudflare/workerd-darwin-arm64's releases.

v1.20260828.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260827.1...v1.20260828.1

v1.20260827.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260826.1...v1.20260827.1

v1.20260826.1

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20260825.1...v1.20260826.1

v1.20260825.1

What's Changed

... (truncated)

Commits
  • 8ea6349 Release 2026-08-28
  • 97fa7e1 Merge pull request #7133 from cloudflare/jasnell/streams-test-consolidation
  • ff6cbe5 Merge pull request #7135 from kflansburg/fix/workers-ai-model-types-6698
  • 2c003d7 Remove unreachable invalid-chunk fallback in identity byteSize
  • fd17dd0 Expand identity suite per review: reason types, strategy size pin
  • b016556 Restore non-identity stream tests pending readable/body suites
  • 8d50557 Fixup issue in TS ITS and expand tests
  • 41df2bd Use a single module list for ITS
  • a008aae Complete the test audit and move to new test suite
  • 8a055d5 Expand test coverage
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-linux-64 from 1.20260722.1 to 1.20260828.1

Release notes

Sourced from @​cloudflare/workerd-linux-64's releases.

v1.20260828.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260827.1...v1.20260828.1

v1.20260827.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260826.1...v1.20260827.1

v1.20260826.1

What's Changed

New Contributors

Full Changelog: cloudflare/workerd@v1.20260825.1...v1.20260826.1

v1.20260825.1

What's Changed

... (truncated)

Commits
  • 8ea6349 Release 2026-08-28
  • 97fa7e1 Merge pull request #7133 from cloudflare/jasnell/streams-test-consolidation
  • ff6cbe5 Merge pull request #7135 from kflansburg/fix/workers-ai-model-types-6698
  • 2c003d7 Remove unreachable invalid-chunk fallback in identity byteSize
  • fd17dd0 Expand identity suite per review: reason types, strategy size pin
  • b016556 Restore non-identity stream tests pending readable/body suites
  • 8d50557 Fixup issue in TS ITS and expand tests
  • 41df2bd Use a single module list for ITS
  • a008aae Complete the test audit and move to new test suite
  • 8a055d5 Expand test coverage
  • Additional commits viewable in compare view

Updates @cloudflare/workerd-linux-arm64 from 1.20260722.1 to 1.20260828.1

Release notes

Sourced from @​cloudflare/workerd-linux-arm64's releases.

v1.20260828.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260827.1...v1.20260828.1

v1.20260827.1

What's Changed

Full Changelog: cloudflare/workerd@v1.20260826.1...v1.20260827.1

v1...

Description has been truncated

Bumps the npm-patching group with 69 updates:

| Package | From | To |
| --- | --- | --- |
| [@simplewebauthn/server](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/server) | `13.3.2` | `13.3.3` |
| [otplib](https://github.com/yeojz/otplib/tree/HEAD/packages/otplib) | `13.4.1` | `13.5.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.22.0` | `8.23.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.20.0` | `8.23.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.2` | `26.4.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.1.10` | `4.1.11` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.115.0` | `4.127.1` |
| [@cloudflare/workerd-darwin-64](https://github.com/cloudflare/workerd) | `1.20260722.1` | `1.20260828.1` |
| [@cloudflare/workerd-darwin-arm64](https://github.com/cloudflare/workerd) | `1.20260722.1` | `1.20260828.1` |
| [@cloudflare/workerd-linux-64](https://github.com/cloudflare/workerd) | `1.20260722.1` | `1.20260828.1` |
| [@cloudflare/workerd-linux-arm64](https://github.com/cloudflare/workerd) | `1.20260722.1` | `1.20260828.1` |
| [@cloudflare/workerd-windows-64](https://github.com/cloudflare/workerd) | `1.20260722.1` | `1.20260828.1` |
| [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec) | `1.5.5` | `1.6.0` |
| [@noble/hashes](https://github.com/paulmillr/noble-hashes) | `2.2.0` | `2.4.0` |
| [@otplib/core](https://github.com/yeojz/otplib/tree/HEAD/packages/core) | `13.4.1` | `13.5.0` |
| [@otplib/hotp](https://github.com/yeojz/otplib/tree/HEAD/packages/hotp) | `13.4.1` | `13.5.0` |
| [@otplib/plugin-base32-scure](https://github.com/yeojz/otplib/tree/HEAD/packages/plugin-base32-scure) | `13.4.1` | `13.5.0` |
| [@otplib/plugin-crypto-noble](https://github.com/yeojz/otplib/tree/HEAD/packages/plugin-crypto-noble) | `13.4.1` | `13.5.0` |
| [@otplib/totp](https://github.com/yeojz/otplib/tree/HEAD/packages/totp) | `13.4.1` | `13.5.0` |
| [@otplib/uri](https://github.com/yeojz/otplib/tree/HEAD/packages/uri) | `13.4.1` | `13.5.0` |
| [@oxc-project/types](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxc-types) | `0.142.0` | `0.147.0` |
| [@peculiar/asn1-android](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/android) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-cms](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/cms) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-csr](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/csr) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-ecc](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/ecc) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-pfx](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/pfx) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-pkcs8](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/pkcs8) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-pkcs9](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/pkcs9) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-rsa](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/rsa) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-schema](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/schema) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-x509](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/x509) | `2.8.0` | `2.9.4` |
| [@peculiar/asn1-x509-attr](https://github.com/PeculiarVentures/asn1-schema/tree/HEAD/packages/x509-attr) | `2.8.0` | `2.9.4` |
| [@rolldown/binding-android-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-darwin-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-darwin-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-freebsd-x64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-linux-arm-gnueabihf](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-linux-arm64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-linux-arm64-musl](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-linux-ppc64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-linux-s390x-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-linux-x64-gnu](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-linux-x64-musl](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-openharmony-arm64](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-win32-arm64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@rolldown/binding-win32-x64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [@scure/base](https://github.com/paulmillr/scure-base) | `2.2.0` | `2.4.0` |
| [@speed-highlight/core](https://github.com/speed-highlight/core) | `1.2.17` | `1.2.24` |
| [@vitest/expect](https://github.com/vitest-dev/vitest/tree/HEAD/packages/expect) | `4.1.10` | `4.1.11` |
| [@vitest/mocker](https://github.com/vitest-dev/vitest/tree/HEAD/packages/mocker) | `4.1.10` | `4.1.11` |
| [@vitest/pretty-format](https://github.com/vitest-dev/vitest/tree/HEAD/packages/pretty-format) | `4.1.10` | `4.1.11` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.1.10` | `4.1.11` |
| [@vitest/snapshot](https://github.com/vitest-dev/vitest/tree/HEAD/packages/snapshot) | `4.1.10` | `4.1.11` |
| [@vitest/spy](https://github.com/vitest-dev/vitest/tree/HEAD/packages/spy) | `4.1.10` | `4.1.11` |
| [@vitest/utils](https://github.com/vitest-dev/vitest/tree/HEAD/packages/utils) | `4.1.10` | `4.1.11` |
| [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `2.3.1` | `2.3.2` |
| [magicast](https://github.com/unjs/magicast) | `0.5.3` | `0.5.4` |
| [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare) | `4.20260722.1` | `5.20260828.0-alpha` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.16` | `3.3.18` |
| [pg-protocol](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-protocol) | `1.15.0` | `1.16.0` |
| [picomatch](https://github.com/micromatch/picomatch) | `4.0.5` | `4.0.7` |
| [postcss](https://github.com/postcss/postcss) | `8.5.25` | `8.5.26` |
| [pvutils](https://github.com/PeculiarVentures/pvutils) | `1.1.5` | `1.2.0` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.2.1` | `1.2.6` |
| [tinyexec](https://github.com/tinylibs/tinyexec) | `1.2.4` | `1.3.0` |
| [undici](https://github.com/nodejs/undici) | `7.28.0` | `7.29.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.0` | `8.2.2` |
| [workerd](https://github.com/cloudflare/workerd) | `1.20260722.1` | `1.20260828.1` |


Updates `@simplewebauthn/server` from 13.3.2 to 13.3.3
- [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases)
- [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v13.3.3/packages/server)

Updates `otplib` from 13.4.1 to 13.5.0
- [Release notes](https://github.com/yeojz/otplib/releases)
- [Commits](https://github.com/yeojz/otplib/commits/v13.5.0/packages/otplib)

Updates `pg` from 8.22.0 to 8.23.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

Updates `@types/pg` from 8.20.0 to 8.23.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@types/node` from 26.1.2 to 26.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/pg` from 8.20.0 to 8.23.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `@vitest/coverage-v8` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/coverage-v8)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

Updates `wrangler` from 4.115.0 to 4.127.1
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

Updates `@cloudflare/workerd-darwin-64` from 1.20260722.1 to 1.20260828.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260722.1...v1.20260828.1)

Updates `@cloudflare/workerd-darwin-arm64` from 1.20260722.1 to 1.20260828.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260722.1...v1.20260828.1)

Updates `@cloudflare/workerd-linux-64` from 1.20260722.1 to 1.20260828.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260722.1...v1.20260828.1)

Updates `@cloudflare/workerd-linux-arm64` from 1.20260722.1 to 1.20260828.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260722.1...v1.20260828.1)

Updates `@cloudflare/workerd-windows-64` from 1.20260722.1 to 1.20260828.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260722.1...v1.20260828.1)

Updates `@jridgewell/sourcemap-codec` from 1.5.5 to 1.6.0
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/sourcemap-codec/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/sourcemap-codec/1.6.0/packages/sourcemap-codec)

Updates `@noble/hashes` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/paulmillr/noble-hashes/releases)
- [Changelog](https://github.com/paulmillr/noble-hashes/blob/main/CHANGELOG.md)
- [Commits](paulmillr/noble-hashes@2.2.0...2.4.0)

Updates `@otplib/core` from 13.4.1 to 13.5.0
- [Release notes](https://github.com/yeojz/otplib/releases)
- [Commits](https://github.com/yeojz/otplib/commits/v13.5.0/packages/core)

Updates `@otplib/hotp` from 13.4.1 to 13.5.0
- [Release notes](https://github.com/yeojz/otplib/releases)
- [Commits](https://github.com/yeojz/otplib/commits/v13.5.0/packages/hotp)

Updates `@otplib/plugin-base32-scure` from 13.4.1 to 13.5.0
- [Release notes](https://github.com/yeojz/otplib/releases)
- [Commits](https://github.com/yeojz/otplib/commits/v13.5.0/packages/plugin-base32-scure)

Updates `@otplib/plugin-crypto-noble` from 13.4.1 to 13.5.0
- [Release notes](https://github.com/yeojz/otplib/releases)
- [Commits](https://github.com/yeojz/otplib/commits/v13.5.0/packages/plugin-crypto-noble)

Updates `@otplib/totp` from 13.4.1 to 13.5.0
- [Release notes](https://github.com/yeojz/otplib/releases)
- [Commits](https://github.com/yeojz/otplib/commits/v13.5.0/packages/totp)

Updates `@otplib/uri` from 13.4.1 to 13.5.0
- [Release notes](https://github.com/yeojz/otplib/releases)
- [Commits](https://github.com/yeojz/otplib/commits/v13.5.0/packages/uri)

Updates `@oxc-project/types` from 0.142.0 to 0.147.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.147.0/npm/oxc-types)

Updates `@peculiar/asn1-android` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/android)

Updates `@peculiar/asn1-cms` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/cms)

Updates `@peculiar/asn1-csr` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/csr)

Updates `@peculiar/asn1-ecc` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/ecc)

Updates `@peculiar/asn1-pfx` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/pfx)

Updates `@peculiar/asn1-pkcs8` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/pkcs8)

Updates `@peculiar/asn1-pkcs9` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/pkcs9)

Updates `@peculiar/asn1-rsa` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/rsa)

Updates `@peculiar/asn1-schema` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/schema)

Updates `@peculiar/asn1-x509` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/x509)

Updates `@peculiar/asn1-x509-attr` from 2.8.0 to 2.9.4
- [Release notes](https://github.com/PeculiarVentures/asn1-schema/releases)
- [Commits](https://github.com/PeculiarVentures/asn1-schema/commits/v2.9.4/packages/x509-attr)

Updates `@rolldown/binding-android-arm64` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-linux-ppc64-gnu` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-linux-s390x-gnu` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `@scure/base` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/paulmillr/scure-base/releases)
- [Changelog](https://github.com/paulmillr/scure-base/blob/main/CHANGELOG.md)
- [Commits](paulmillr/scure-base@2.2.0...2.4.0)

Updates `@speed-highlight/core` from 1.2.17 to 1.2.24
- [Release notes](https://github.com/speed-highlight/core/releases)
- [Commits](speed-highlight/core@v1.2.17...v1.2.24)

Updates `@vitest/expect` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/expect)

Updates `@vitest/mocker` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/mocker)

Updates `@vitest/pretty-format` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/pretty-format)

Updates `@vitest/runner` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/runner)

Updates `@vitest/snapshot` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/snapshot)

Updates `@vitest/spy` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/spy)

Updates `@vitest/utils` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/utils)

Updates `es-module-lexer` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](guybedford/es-module-lexer@2.3.1...2.3.2)

Updates `magicast` from 0.5.3 to 0.5.4
- [Release notes](https://github.com/unjs/magicast/releases)
- [Changelog](https://github.com/unjs/magicast/blob/main/CHANGELOG.md)
- [Commits](unjs/magicast@v0.5.3...v0.5.4)

Updates `miniflare` from 4.20260722.1 to 5.20260828.0-alpha
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/miniflare)

Updates `nanoid` from 3.3.16 to 3.3.18
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.16...3.3.18)

Updates `pg-protocol` from 1.15.0 to 1.16.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg-protocol)

Updates `picomatch` from 4.0.5 to 4.0.7
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.5...4.0.7)

Updates `postcss` from 8.5.25 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.25...8.5.26)

Updates `pvutils` from 1.1.5 to 1.2.0
- [Release notes](https://github.com/PeculiarVentures/pvutils/releases)
- [Changelog](https://github.com/PeculiarVentures/pvutils/blob/master/CHANGELOG.md)
- [Commits](PeculiarVentures/pvutils@v1.1.5...v1.2.0)

Updates `rolldown` from 1.2.1 to 1.2.6
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.6/packages/rolldown)

Updates `tinyexec` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/tinylibs/tinyexec/releases)
- [Commits](tinylibs/tinyexec@1.2.4...1.3.0)

Updates `undici` from 7.28.0 to 7.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.28.0...v7.29.0)

Updates `vite` from 8.2.0 to 8.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite)

Updates `workerd` from 1.20260722.1 to 1.20260828.1
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20260722.1...v1.20260828.1)

---
updated-dependencies:
- dependency-name: "@simplewebauthn/server"
  dependency-version: 13.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: otplib
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: pg
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@types/pg"
  dependency-version: 8.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@types/pg"
  dependency-version: 8.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: wrangler
  dependency-version: 4.127.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@cloudflare/workerd-darwin-64"
  dependency-version: 1.20260828.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@cloudflare/workerd-darwin-arm64"
  dependency-version: 1.20260828.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@cloudflare/workerd-linux-64"
  dependency-version: 1.20260828.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@cloudflare/workerd-linux-arm64"
  dependency-version: 1.20260828.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@cloudflare/workerd-windows-64"
  dependency-version: 1.20260828.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@noble/hashes"
  dependency-version: 2.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@otplib/core"
  dependency-version: 13.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@otplib/hotp"
  dependency-version: 13.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@otplib/plugin-base32-scure"
  dependency-version: 13.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@otplib/plugin-crypto-noble"
  dependency-version: 13.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@otplib/totp"
  dependency-version: 13.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@otplib/uri"
  dependency-version: 13.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@oxc-project/types"
  dependency-version: 0.147.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-android"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-cms"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-csr"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-ecc"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-pfx"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-pkcs8"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-pkcs9"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-rsa"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-schema"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-x509"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@peculiar/asn1-x509-attr"
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-linux-ppc64-gnu"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-linux-s390x-gnu"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@scure/base"
  dependency-version: 2.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: "@speed-highlight/core"
  dependency-version: 1.2.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@vitest/expect"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@vitest/mocker"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@vitest/pretty-format"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@vitest/runner"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@vitest/snapshot"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@vitest/spy"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: "@vitest/utils"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: es-module-lexer
  dependency-version: 2.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: magicast
  dependency-version: 0.5.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: miniflare
  dependency-version: 5.20260828.0-alpha
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm-patching
- dependency-name: nanoid
  dependency-version: 3.3.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: pg-protocol
  dependency-version: 1.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: picomatch
  dependency-version: 4.0.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: pvutils
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: rolldown
  dependency-version: 1.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: tinyexec
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: undici
  dependency-version: 7.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm-patching
- dependency-name: workerd
  dependency-version: 1.20260828.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm-patching
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2026
@lewisgoddard
lewisgoddard merged commit f059a44 into cf-pages Sep 2, 2026
5 checks passed
@lewisgoddard
lewisgoddard deleted the dependabot/npm_and_yarn/npm-patching-b7231cab4c branch September 2, 2026 00:02
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.

1 participant