From 630e49318d2a5f642a8f40f7a8f6ce3f8ef73f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:58:46 +0000 Subject: [PATCH] Bump undici from 8.1.0 to 8.5.0 Bumps [undici](https://github.com/nodejs/undici) from 8.1.0 to 8.5.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v8.1.0...v8.5.0) --- updated-dependencies: - dependency-name: undici dependency-version: 8.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 14 +++++++------- pnpm-workspace.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c661cd8..b422fd3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,8 +16,8 @@ catalogs: specifier: ^2.2.3 version: 2.2.4 undici: - specifier: ^8.1.0 - version: 8.1.0 + specifier: ^8.5.0 + version: 8.5.0 importers: @@ -78,7 +78,7 @@ importers: dependencies: undici: specifier: 'catalog:' - version: 8.1.0 + version: 8.5.0 packages/bitcoinjs-message: dependencies: @@ -122,7 +122,7 @@ importers: version: 2.8.7 undici: specifier: 'catalog:' - version: 8.1.0 + version: 8.5.0 packages/electrum-client: {} @@ -1029,8 +1029,8 @@ packages: undici-types@7.16.0: resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} - undici@8.1.0: - resolution: {integrity: sha512-E9MkTS4xXLnRPYqxH2e6Hr2/49e7WFDKczKcCaFH4VaZs2iNvHMqeIkyUAD9vM8kujy9TjVrRlQ5KkdEJxB2pw==} + undici@8.5.0: + resolution: {integrity: sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==} engines: {node: '>=22.19.0'} valibot@1.3.1: @@ -1851,7 +1851,7 @@ snapshots: undici-types@7.16.0: {} - undici@8.1.0: {} + undici@8.5.0: {} valibot@1.3.1(typescript@6.0.3): optionalDependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 27cfe82..9de7960 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,7 +5,7 @@ catalog: '@noble/hashes': 2.2.0 '@scure/base': ^2.0.0 tiny-secp256k1: ^2.2.3 - undici: ^8.1.0 + undici: ^8.5.0 onlyBuiltDependencies: - '@biomejs/biome'