From b7acdc48088fa853a7b9f70fd0617752f31eb811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:20:04 +0000 Subject: [PATCH] chore(deps): bump esbuild Bumps the npm_and_yarn group with 1 update in the /infra/compiler directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.25.8 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.25.8...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- infra/compiler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/compiler/package.json b/infra/compiler/package.json index b5c419f..682a2fc 100644 --- a/infra/compiler/package.json +++ b/infra/compiler/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "chalk": "^5.4.1", - "esbuild": "^0.25.0", + "esbuild": "^0.28.1", "fdir": "^6.4.6", "type-fest": "^4.24.0" }