fix(security): 升级 next 15.3.8 → 15.3.9 修复 HTTP 请求反序列化 DoS 漏洞

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-03-11 07:41:43 +00:00
parent 2fc371f65a
commit b1b7746c42
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"broadcast:distribute": "node scripts/distribute-broadcasts.js"
},
"dependencies": {
"next": "15.3.8",
"next": "15.3.9",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},

View File

@ -33,7 +33,7 @@
"better-sqlite3": "^12.6.2",
"express": "^5.2.1",
"imapflow": "^1.2.12",
"next": "15.3.8",
"next": "15.3.9",
"nodemailer": "^8.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"