From 2ec428b8c79d5ef4dce3b30bd48d282dfa37dac4 Mon Sep 17 00:00:00 2001 From: Vercel Date: Fri, 12 Dec 2025 03:30:29 +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 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 8b67527..1e3b494 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,7 @@ "lint": "next lint" }, "dependencies": { - "next": "^14.2.0", + "next": "14.2.35", "react": "^18.3.0", "react-dom": "^18.3.0", "@monaco-editor/react": "^4.6.0",