From 6de5d32712c078e4d004b61d6e553e0ee0551d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 01:04:35 +0000 Subject: [PATCH] Bump esbuild from 0.25.0 to 0.28.1 in /Build/Sources Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.0 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.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Build/Sources/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/Sources/package.json b/Build/Sources/package.json index 42c9c573..4f0b8460 100644 --- a/Build/Sources/package.json +++ b/Build/Sources/package.json @@ -7,7 +7,7 @@ "@eslint/eslintrc": "^3.0.2", "@eslint/js": "^9.0.0", "@stylistic/eslint-plugin": "^1.7.0", - "esbuild": "0.25.0", + "esbuild": "0.28.1", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-standard": "^17.1.0",