From 4fbd46a466209a207a3ad58c8b6bb92dccbddcc1 Mon Sep 17 00:00:00 2001 From: Vercel Date: Sat, 20 Dec 2025 09:22:26 +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 3c3dbb0..c81f65f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "lucide-react": "^0.390.0", "mdast-util-toc": "^7.1.0", "motion": "^12.6.2", - "next": "14.2.10", + "next": "14.2.35", "next-contentlayer": "^0.3.4", "next-sitemap": "^4.2.3", "next-themes": "^0.3.0", @@ -140,4 +140,4 @@ "prettier -w" ] } -} \ No newline at end of file +}