Skip to content

Commit 8972460

Browse files
fix: upgrade Next.js to 15.5.7 (CVE-2025-66478) (#135)
- Patches CVE-2025-66478 (CVSS 10.0) - critical RCE vulnerability in React Server Components - Upgrades Next.js 15.1.6 → 15.5.7 - No code changes needed outside of dependencies
1 parent 13fa6b6 commit 8972460

File tree

2 files changed

+241
-249
lines changed

2 files changed

+241
-249
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@ai-sdk/openai": "^1.1.9",
26-
"@next/third-parties": "^15.1.6",
26+
"@next/third-parties": "^15.1.9",
2727
"@radix-ui/react-collapsible": "^1.1.2",
2828
"@radix-ui/react-dialog": "^1.1.6",
2929
"@radix-ui/react-dropdown-menu": "^2.1.6",
@@ -50,7 +50,7 @@
5050
"hast-util-to-jsx-runtime": "^2.3.2",
5151
"katex": "^0.16.21",
5252
"lucide-react": "^0.474.0",
53-
"next": "15.1.6",
53+
"next": "15.5.7",
5454
"next-themes": "^0.4.4",
5555
"openai": "^4.83.0",
5656
"react": "^19.0.0",
@@ -71,7 +71,7 @@
7171
"@eslint/js": "^9.19.0",
7272
"@fumadocs/cli": "^0.1.1",
7373
"@jest/globals": "^30.2.0",
74-
"@next/eslint-plugin-next": "^15.1.6",
74+
"@next/eslint-plugin-next": "^15.5.7",
7575
"@tailwindcss/postcss": "^4.0.0",
7676
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
7777
"@types/hast": "^3.0.4",
@@ -86,7 +86,7 @@
8686
"@typescript-eslint/parser": "^8.22.0",
8787
"dotenv": "^16.4.7",
8888
"eslint": "^8.57.1",
89-
"eslint-config-next": "15.1.6",
89+
"eslint-config-next": "15.5.7",
9090
"eslint-config-prettier": "^10.0.1",
9191
"eslint-plugin-only-warn": "^1.1.0",
9292
"eslint-plugin-react": "^7.37.4",

0 commit comments

Comments
 (0)