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.
+7 -4
View File
@@ -3,6 +3,9 @@
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "^20.19.0 || ^22.13.0 || >=24"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
@@ -42,7 +45,7 @@
"wrap-ansi": "^10.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@eslint/js": "^10.0.1",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/router-plugin": "^1.164.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
@@ -50,8 +53,8 @@
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@vitejs/plugin-react": "^5.2.0",
"eslint": "^9.39.4",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
@@ -60,6 +63,6 @@
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^7.3.1"
"vite": "^8.0.3"
}
}
+502 -655
View File
File diff suppressed because it is too large Load Diff