From 69a6f0638ec54cc5d9f5189a3c4fa664751df496 Mon Sep 17 00:00:00 2001 From: Vercel Date: Thu, 11 Dec 2025 22:54:24 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79ed6fc..c31afa1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "lodash.camelcase": "4.3.0", "lodash.startcase": "4.4.0", "negotiator": "^1.0.0", - "next": "^14.2.15", + "next": "14.2.34", "next-mdx-remote": "^4.4.1", "react": "^18.3.1", "react-dom": "^18.3.1",