Skip to content

Commit 9692c66

Browse files
committed
security: upgrade React and Next.js to patch vulnerabilities
- Upgrade Next.js from 15.5.4 to 15.5.9 - Upgrade React from 19.1.0 to 19.1.4 - Upgrade React-dom from 19.1.0 to 19.1.4 Fixes CVE-2025-55182 (React2Shell RCE), CVE-2025-55184, CVE-2025-67779 (DoS), and CVE-2025-55183 (Source Code Exposure)
1 parent 49f1ca3 commit 9692c66

File tree

2 files changed

+569
-569
lines changed

2 files changed

+569
-569
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"geist": "latest",
4848
"input-otp": "1.4.1",
4949
"lucide-react": "^0.454.0",
50-
"next": "15.5.4",
50+
"next": "15.5.9",
5151
"next-themes": "^0.4.6",
52-
"react": "19.1.0",
52+
"react": "19.1.4",
5353
"react-day-picker": "9.8.0",
54-
"react-dom": "19.1.0",
54+
"react-dom": "19.1.4",
5555
"react-hook-form": "^7.60.0",
5656
"react-resizable-panels": "^2.1.7",
5757
"recharts": "2.15.4",
@@ -71,4 +71,4 @@
7171
"tw-animate-css": "1.3.3",
7272
"typescript": "^5"
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)