build(deps): Bump esbuild, vite and vite-plugin-node-polyfills

Removes [esbuild](https://github.com/evanw/esbuild). It's no longer used after updating ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-plugin-node-polyfills](https://github.com/davidmyersdev/vite-plugin-node-polyfills). These dependencies need to be updated together.


Removes `esbuild`

Updates `vite` from 7.3.2 to 8.0.16
- [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/v8.0.16/packages/vite)

Updates `vite-plugin-node-polyfills` from 0.25.0 to 0.28.0
- [Release notes](https://github.com/davidmyersdev/vite-plugin-node-polyfills/releases)
- [Commits](https://github.com/davidmyersdev/vite-plugin-node-polyfills/compare/v0.25.0...v0.28.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version:
  dependency-type: indirect
- dependency-name: vite
  dependency-version: 8.0.16
  dependency-type: direct:production
- dependency-name: vite-plugin-node-polyfills
  dependency-version: 0.28.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-12 22:15:47 +00:00
committed by GitHub
parent 856768c45e
commit 41ae9e374b
2 changed files with 595 additions and 866 deletions

1457
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -161,9 +161,9 @@
"semantic-ui-react": "^2.1.5",
"socket.io-client": "^4.8.3",
"validator": "^13.15.26",
"vite": "^7.3.2",
"vite": "^8.0.16",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-node-polyfills": "^0.28.0",
"vite-plugin-svgr": "^4.5.0",
"zxcvbn": "^4.4.2"
},