fix(security): upgrade Next.js to 15.5.10 to address CVE-2025-59471

Fixes DoS vulnerability in Next.js Image Optimizer remotePatterns configuration. Upgrades from 14.2.35 to 15.5.10 along with matching eslint-config-next version.
This commit is contained in:
Alexsander Hamir 2026-01-27 17:13:57 -08:00
parent f50e7e71b2
commit f4dec24d08
2 changed files with 718 additions and 151 deletions

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,7 @@
"jwt-decode": "^4.0.0",
"lucide-react": "^0.513.0",
"moment": "^2.30.1",
"next": "^14.2.32",
"next": "^15.5.10",
"openai": "^4.93.0",
"papaparse": "^5.5.2",
"react": "^18",
@ -69,7 +69,7 @@
"autoprefixer": "^10.4.17",
"dotenv": "^17.2.3",
"eslint": "^8",
"eslint-config-next": "14.2.32",
"eslint-config-next": "15.5.10",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unused-imports": "^4.2.0",
"jsdom": "^27.0.0",