fix: complete CVE-2025-55182 security fix for React and Next.js#5390
fix: complete CVE-2025-55182 security fix for React and Next.js#5390
Conversation
Updates all remaining vulnerable versions to address CVE-2025-55182: - React 19.1.1 -> 19.1.2 (28 packages/examples) - React 19.2.0 -> 19.2.1 (next-appkit-headless example) - Next.js 15.3.5 -> 15.3.6 (pay-test-exchange app) - Next.js 15.6.0-canary.29 -> 15.5.7 (laboratory app, next-appkit-headless example) This completes the fix started in PR #5387 which only updated React in demo and laboratory apps. Reference: https://vercel.com/changelog/cve-2025-55182 Co-Authored-By: Ben Kremer <ben@reown.com>
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
10 Skipped Deployments
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Visual Regression Test Results ✅ Passed✨ No visual changes detected Chromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=481 |
📦 Bundle Size Check✅ All bundles are within size limits 📊 View detailed bundle sizes> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit > size-limit |
Coverage Report
File CoverageNo changed files found. |
Description
Updates all remaining vulnerable React and Next.js versions to address CVE-2025-55182, a critical security vulnerability in React Server Components.
This completes the fix started in PR #5387 which only updated React in demo and laboratory apps. The following updates are included:
Reference: https://vercel.com/changelog/cve-2025-55182
Type of change
Associated Issues
Addresses CVE-2025-55182
Human Review Checklist
Checklist
Link to Devin run: https://app.devin.ai/sessions/69dd50767d0740fcb79b75b91cc32b7b
Requested by: Ben Kremer (@bkrem)