Bump esbuild and astro

Bumps [esbuild](https://github.com/evanw/esbuild) to 0.28.1 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together.


Updates `esbuild` from 0.27.7 to 0.28.1
- [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.1)

Updates `astro` from 6.4.6 to 7.0.0
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@7.0.0/packages/astro)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: indirect
- dependency-name: astro
  dependency-version: 7.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-22 19:15:10 +00:00 committed by GitHub
parent fe0034fcf9
commit 06c1d1f7fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1449 additions and 1967 deletions

3414
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,6 +13,6 @@
"license": "ISC",
"type": "commonjs",
"dependencies": {
"astro": "^6.3.7"
"astro": "^7.0.0"
}
}