Skip to content

Commit 1833414

Browse files
authored
fix(security): patch CVE-2025-66478 Next.js RCE vulnerability (#736)
1 parent 6aa0550 commit 1833414

File tree

3 files changed

+1215
-1157
lines changed

3 files changed

+1215
-1157
lines changed

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"class-variance-authority": "^0.7.1",
1717
"clsx": "^2.1.1",
1818
"lucide-react": "^0.515.0",
19-
"next": "15.4.7",
19+
"next": "15.4.8",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0",
2222
"tailwind-merge": "^3.3.1",

examples/realtime-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@radix-ui/react-slot": "^1.2.3",
1414
"class-variance-authority": "^0.7.1",
1515
"clsx": "^2.1.1",
16-
"next": "15.4.7",
16+
"next": "15.4.8",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"tailwind-merge": "^3.3.0",

0 commit comments

Comments
 (0)