Bump esbuild and vite

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


Updates `esbuild` from 0.21.5 to 0.25.8
- [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.21.5...v0.25.8)

Updates `vite` from 5.4.19 to 7.0.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.0.6/packages/vite)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.8
  dependency-type: indirect
- dependency-name: vite
  dependency-version: 7.0.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-01 02:38:42 +00:00 committed by GitHub
parent fa5b242783
commit dfaedcb9ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 250 additions and 136 deletions

View file

@ -11,6 +11,6 @@
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"vite": "^5.0.0"
"vite": "^7.0.6"
}
}