chore(deps-dev): bump esbuild (#91)

Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild).


Updates `esbuild` from 0.25.12 to 0.28.0
- [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.12...v0.28.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-14 18:29:24 +01:00
committed by GitHub
parent d54a05944c
commit e67e7f8425

View File

@@ -6,7 +6,7 @@
"build": "node bin/build.js"
},
"devDependencies": {
"esbuild": "^0.25.5",
"esbuild": "^0.28.0",
"prettier": "^3.5.3"
}
}