fix(build): 修复前端依赖安全门禁

同步缺失的 Vitest 锁文件,并将 Vitest、Vite 及受影响的传递依赖限制到已修复版本,避免严格 frozen install 和高危依赖审计阻塞 CI。\n\n验证:pnpm frozen install、lint、26 个前端测试、Go 测试、生产构建及 high 级依赖审计通过。
This commit is contained in:
2026-07-17 12:38:49 +08:00
parent 30ad0e9f2c
commit af13a0444e
4 changed files with 855 additions and 834 deletions
+1 -1
View File
@@ -44,6 +44,6 @@
"@types/react-dom": "^19.0.0",
"tailwindcss": "^4.3.0",
"typescript": "^5.8.0",
"vitest": "3.2.4"
"vitest": "3.2.6"
}
}