From 306092a2926e24f799c1a68d109153ef19b33853 Mon Sep 17 00:00:00 2001 From: Vercel Date: Wed, 24 Dec 2025 03:31:22 +0000 Subject: [PATCH] Fix React Server Components CVE vulnerabilities Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel --- examples/serve-astack/frontend/package.json | 2 +- website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/serve-astack/frontend/package.json b/examples/serve-astack/frontend/package.json index 2492385..aa4018f 100644 --- a/examples/serve-astack/frontend/package.json +++ b/examples/serve-astack/frontend/package.json @@ -17,7 +17,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.263.1", - "next": ">=15.5.7", + "next": "15.5.9", "react": "19.1.0", "react-dom": "19.1.0", "react-markdown": "^10.1.0", diff --git a/website/package.json b/website/package.json index 9111105..fcef21d 100644 --- a/website/package.json +++ b/website/package.json @@ -16,7 +16,7 @@ "lint": "next lint" }, "dependencies": { - "next": ">=15.5.7", + "next": "15.5.9", "react": "^19.0.0", "react-dom": "^19.0.0", "react-syntax-highlighter": "^15.6.1"