chore(web): patch vulnerable frontend tooling dependencies (#2182)

- upgrade Vite, ESLint, React plugin, and related frontend packages to secure versions
- refresh the pnpm lockfile to pull in patched transitive dependencies
- raise the required Node.js version to match the patched toolchain
- update the web README with the new frontend runtime requirement
This commit is contained in:
wenjie
2026-03-30 15:29:43 +08:00
committed by GitHub
parent edda02ce67
commit f07a8a89d5
3 changed files with 510 additions and 660 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ When public access is enabled:
### Prerequisites
- Go `1.25+`
- Node.js `20+`
- Node.js 20.19+ or 22.13+
- `pnpm`
On macOS, the `web` Makefile enables `CGO_ENABLED=1` so tray-enabled launcher builds work as expected.