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.8. This is a patch version upgrade that requires migration steps for existing stores to fix a security vulnerability.
10
+
11
+
## 🔒 Critical Security Update
12
+
13
+
**This upgrade addresses a critical 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:
14
+
- Next.js 15.5.8 with the security patch
15
+
- React 19.1.3 and React DOM 19.1.3 with the security patch
16
+
17
+
**All users are strongly encouraged to upgrade immediately.**
18
+
19
+
## Key Changes
20
+
- ⚡ **Next.js 15.5.8**: Upgraded from Next.js 15.5.7 to 15.5.8
21
+
- ⚛️ **React 19**: Upgraded to React 19.1.3 and React DOM 19.1.3
22
+
23
+
## Migration Guide
24
+
25
+
### Update Dependencies
26
+
27
+
If you're maintaining a custom Catalyst store, update your `package.json`:
0 commit comments