From 9d238cb21ebbb1f33619dbdf9b75839b38402dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 23:16:50 +0000 Subject: [PATCH] Bump esbuild in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.24.0 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a94f981..05e5d05 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@babel/core": "7.25.2", "@babel/plugin-proposal-decorators": "7.24.7", "@swc/core": "1.7.26", - "esbuild": "0.24.0", + "esbuild": "0.28.1", "typescript": "5.6.2" } }