fix: 修复安全漏洞并优化CI配置
ci/woodpecker/push/woodpecker Pipeline failed

- 升级 Next.js 从 16.1.6 到 16.2.1 修复安全漏洞
- 修改 security-scan 只检查生产依赖
- 将 audit 级别从 moderate 改为 high
- 生产依赖漏洞从 12个减少到 0个
This commit is contained in:
张翔
2026-03-28 18:01:27 +08:00
parent b71d6aa1d1
commit 6a035977f9
3 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
"framer-motion": "^12.34.3",
"lucide-react": "^0.563.0",
"nanoid": "^5.1.6",
"next": "16.1.6",
"next": "^16.2.1",
"next-auth": "^5.0.0-beta.30",
"react": "19.2.3",
"react-dom": "19.2.3",