mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
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:
parent
f50e7e71b2
commit
f4dec24d08
2 changed files with 718 additions and 151 deletions
865
ui/litellm-dashboard/package-lock.json
generated
865
ui/litellm-dashboard/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue