From 80204bb1c1ff811c2c88866a023a6f0c632f6b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 09:50:46 +0000 Subject: [PATCH] chore(deps): bump undici Bumps the npm_and_yarn group with 1 update in the /apps/sim directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 7.25.0 to 7.28.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.25.0...v7.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/sim/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/package.json b/apps/sim/package.json index be49eca24d7..d44aee45225 100644 --- a/apps/sim/package.json +++ b/apps/sim/package.json @@ -190,7 +190,7 @@ "three": "0.177.0", "tldts": "7.0.30", "twilio": "5.9.0", - "undici": "7.25.0", + "undici": "7.28.0", "unpdf": "1.4.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz", "zod": "4.3.6",