From eebd39de39f511421bf6d8f4cee38739f5c63363 Mon Sep 17 00:00:00 2001 From: Nathan Colosimo <110621881+NathanColosimo@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:51:22 -0700 Subject: [PATCH] Bump undici to 7.28.0 --- .changeset/bump-undici-7-28.md | 6 ++++++ pnpm-lock.yaml | 14 +++++++------- pnpm-workspace.yaml | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 .changeset/bump-undici-7-28.md diff --git a/.changeset/bump-undici-7-28.md b/.changeset/bump-undici-7-28.md new file mode 100644 index 0000000000..2c190d7831 --- /dev/null +++ b/.changeset/bump-undici-7-28.md @@ -0,0 +1,6 @@ +--- +'@workflow/world-local': patch +'@workflow/world-vercel': patch +--- + +Update `undici` to 7.28.0. diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c05cb04e62..030b242008 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,8 +49,8 @@ catalogs: specifier: ~3.0.1 version: 3.0.1 undici: - specifier: 7.26.0 - version: 7.26.0 + specifier: 7.28.0 + version: 7.28.0 vitest: specifier: ^4.0.18 version: 4.0.18 @@ -1364,7 +1364,7 @@ importers: version: 3.0.1 undici: specifier: 'catalog:' - version: 7.26.0 + version: 7.28.0 zod: specifier: 'catalog:' version: 4.3.6 @@ -1511,7 +1511,7 @@ importers: version: 1.6.0 undici: specifier: 'catalog:' - version: 7.26.0 + version: 7.28.0 zod: specifier: 'catalog:' version: 4.3.6 @@ -16679,8 +16679,8 @@ packages: resolution: {integrity: sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==} engines: {node: '>=20.18.1'} - undici@7.26.0: - resolution: {integrity: sha512-3O9Tf67pGhgOv9jM35AbhkXAKi13f3oy3aE4CSgr+TckGeY+/iu97ZXN+J7DpHPzLbVApFd1IFhcnBjREYXYcg==} + undici@7.28.0: + resolution: {integrity: sha512-cRZYrTDwWznlnRiPjggAGxZXanty6M8RV1ff8Wm4LWXBp7/IG8v5DnOm74DtUBp9OONpK75YlPnIjQqX0dBDtA==} engines: {node: '>=20.18.1'} unenv@2.0.0-rc.24: @@ -35616,7 +35616,7 @@ snapshots: undici@7.22.0: {} - undici@7.26.0: {} + undici@7.28.0: {} unenv@2.0.0-rc.24: dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dc8dc31baa..ab5000db84 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -21,7 +21,7 @@ catalog: semver: 7.7.4 typescript: ^5.9.3 ulid: ~3.0.1 - undici: 7.26.0 + undici: 7.28.0 vitest: ^4.0.18 zod: 4.3.6