You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catalyst has been upgraded to Next.js 15.5.9. This is a patch version upgrade that requires migration steps for existing stores to fix a security vulnerability.
6
+
7
+
## 🔒 Security Update
8
+
9
+
**This upgrade addresses a security vulnerability ([CVE-2025-55184 + CVE-2025-55183](https://nextjs.org/blog/security-update-2025-12-11))** that affects React Server Components. These vulnerabilities allow a Denial of Service attack and Source Code Exposure attach. This upgrade includes:
10
+
11
+
- Next.js 15.5.9 with the security patch
12
+
- React 19.1.4 and React DOM 19.1.4 with the security patch
13
+
14
+
**All users are strongly encouraged to upgrade immediately.**
15
+
16
+
## Key Changes
17
+
18
+
- ⚡ **Next.js 15.5.9**: Upgraded from Next.js 15.5.7 to 15.5.9
19
+
- ⚛️ **React 19**: Upgraded to React 19.1.4 and React DOM 19.1.4
20
+
21
+
## Migration Guide
22
+
23
+
### Update Dependencies
24
+
25
+
If you're maintaining a custom Catalyst store, update your `package.json`:
0 commit comments