From e2d84ec28841ee36458603d41827763fffa70d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:20:47 +0000 Subject: [PATCH] Bump esbuild from 0.20.1 to 0.25.0 in /Build/Sources Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.1 to 0.25.0. - [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.20.1...v0.25.0) --- updated-dependencies: - dependency-name: esbuild 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 ba0cb13c..42c9c573 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.20.1", + "esbuild": "0.25.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-standard": "^17.1.0",