From 9b110bd4635d845f6407514be47909d259f5295e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:33:57 +0000 Subject: [PATCH] Bump esbuild from 0.27.7 to 0.28.0 Bumps [esbuild](https://github.com/evanw/esbuild) from 0.27.7 to 0.28.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.7...v0.28.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77b1bcf..adbca38 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "chokidar": "^5.0.0", "clean-deep": "^3.4.0", "cpx2": "^8.0.0", - "esbuild": "^0.27.1", + "esbuild": "^0.28.0", "handlebars": "^4.7.8", "highlight.js": "^11.9.0", "htm": "^3.1.1",