chore: upgrade vulnerable web dependencies

- Bump Axios, Vite, ESLint, TypeScript ESLint, and related lockfile entries.
- Add yaml as an explicit frontend dev dependency.
This commit is contained in:
wenjie
2026-04-24 10:40:20 +08:00
parent 2d67720022
commit 6651167dd8
2 changed files with 623 additions and 446 deletions

View File

@@ -18,7 +18,7 @@
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"antd": "^5.29.3",
"axios": "1.13.6",
"axios": "^1.15.2",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"i18next": "^23.16.8",
@@ -42,7 +42,7 @@
"yocto-queue": "^1.2.2"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@eslint/js": "^9.39.4",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@types/crypto-js": "^4.2.2",
"@types/js-cookie": "^3.0.6",
@@ -50,11 +50,11 @@
"@types/react-dom": "^18.3.7",
"@types/semver": "^7.7.1",
"@types/websocket": "^1.0.10",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.3",
"eslint": "^9.39.4",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
@@ -66,9 +66,10 @@
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "7.1.11",
"vite-tsconfig-paths": "^4.3.2"
"typescript-eslint": "^8.59.0",
"vite": "7.3.2",
"vite-tsconfig-paths": "^4.3.2",
"yaml": "^2.8.3"
},
"msw": {
"workerDirectory": [

1052
web/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff