fix: update Next.js and React to patch security vulnerabilities (#6984)

This commit is contained in:
Matti Nannt
2025-12-15 19:27:45 +01:00
committed by GitHub
parent 06beb30bb2
commit 39499ffb95
2 changed files with 3 additions and 3 deletions

View File

@@ -101,7 +101,7 @@
"lucide-react": "0.507.0",
"markdown-it": "14.1.0",
"mime-types": "3.0.1",
"next": "15.5.7",
"next": "15.5.9",
"next-auth": "4.24.12",
"next-safe-action": "7.10.8",
"node-fetch": "3.3.2",

View File

@@ -41,8 +41,8 @@
"i18n:validate": "pnpm scan-translations"
},
"dependencies": {
"react": "19.1.2",
"react-dom": "19.1.2"
"react": "19.1.4",
"react-dom": "19.1.4"
},
"devDependencies": {
"@azure/microsoft-playwright-testing": "1.0.0-beta.7",