fix(backport): upgrade Next.js to 15.5.7 and React to 19.1.2 to fix CVE-2025-66478 and CVE-2025-55182 (#6944)

This commit is contained in:
Matti Nannt
2025-12-04 11:51:36 +01:00
committed by GitHub
parent b8b5d320bc
commit 06beb30bb2
3 changed files with 604 additions and 588 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
"lucide-react": "0.507.0",
"markdown-it": "14.1.0",
"mime-types": "3.0.1",
"next": "15.5.6",
"next": "15.5.7",
"next-auth": "4.24.12",
"next-safe-action": "7.10.8",
"node-fetch": "3.3.2",
+2 -2
View File
@@ -41,8 +41,8 @@
"i18n:validate": "pnpm scan-translations"
},
"dependencies": {
"react": "19.1.0",
"react-dom": "19.1.0"
"react": "19.1.2",
"react-dom": "19.1.2"
},
"devDependencies": {
"@azure/microsoft-playwright-testing": "1.0.0-beta.7",
+601 -585
View File
File diff suppressed because it is too large Load Diff