Upgrade next from 15.3.8 to 15.3.9 to fix HTTP request deserialization DoS vulnerability

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

16
package-lock.json generated
View File

@ -15,7 +15,7 @@
"dotenv": "^17.3.1",
"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"
@ -1496,9 +1496,9 @@
}
},
"node_modules/@next/env": {
"version": "15.3.8",
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.8.tgz",
"integrity": "sha512-SAfHg0g91MQVMPioeFeDjE+8UPF3j3BvHjs8ZKJAUz1BG7eMPvfCKOAgNWJ6s1MLNeP6O2InKQRTNblxPWuq+Q==",
"version": "15.3.9",
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.9.tgz",
"integrity": "sha512-I7wMCjlHc85EvAebNYJCRBZ+shdrGhcIXBviWmDzGYXwTQ+WrYpfg1LBOnTK1Bn3b+ud5apesNObXKEGqi/C3g==",
"license": "MIT"
},
"node_modules/@next/swc-darwin-arm64": {
@ -5358,12 +5358,12 @@
}
},
"node_modules/next": {
"version": "15.3.8",
"resolved": "https://registry.npmjs.org/next/-/next-15.3.8.tgz",
"integrity": "sha512-L+4c5Hlr84fuaNADZbB9+ceRX9/CzwxJ+obXIGHupboB/Q1OLbSUapFs4bO8hnS/E6zV/JDX7sG1QpKVR2bguA==",
"version": "15.3.9",
"resolved": "https://registry.npmjs.org/next/-/next-15.3.9.tgz",
"integrity": "sha512-bat50ogkh2esjfkbqmVocL5QunR9RGCSO2oQKFjKeDcEylIgw3JY6CMfGnzoVfXJ9SDLHI546sHmsk90D2ivwQ==",
"license": "MIT",
"dependencies": {
"@next/env": "15.3.8",
"@next/env": "15.3.9",
"@swc/counter": "0.1.3",
"@swc/helpers": "0.5.15",
"busboy": "1.6.0",

View File

@ -37,7 +37,7 @@
"dotenv": "^17.3.1",
"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"