From 580929e9ba4cbb45c3694e8012f0a775c801d8aa Mon Sep 17 00:00:00 2001 From: Vercel Date: Thu, 11 Dec 2025 21:44:19 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8996e00..19fbc34 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "gray-matter": "^4.0.3", "html-react-parser": "^3.0.4", "motion": "^11.15.0", - "next": "^14.2.23", + "next": "14.2.34", "plaiceholder": "^2.5.0", "react": "18", "react-dom": "18", @@ -108,4 +108,4 @@ "node": "22.18.0", "yarn": "1.22.22" } -} \ No newline at end of file +}