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:
parent
2fc371f65a
commit
b1b7746c42
|
|
@ -17,7 +17,7 @@
|
||||||
"broadcast:distribute": "node scripts/distribute-broadcasts.js"
|
"broadcast:distribute": "node scripts/distribute-broadcasts.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "15.3.8",
|
"next": "15.3.9",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0"
|
"react-dom": "^19.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"better-sqlite3": "^12.6.2",
|
"better-sqlite3": "^12.6.2",
|
||||||
"express": "^5.2.1",
|
"express": "^5.2.1",
|
||||||
"imapflow": "^1.2.12",
|
"imapflow": "^1.2.12",
|
||||||
"next": "15.3.8",
|
"next": "15.3.9",
|
||||||
"nodemailer": "^8.0.1",
|
"nodemailer": "^8.0.1",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0"
|
"react-dom": "^19.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue