From 6d5c53198c9f3703ca75f648b885dce6cd09053e Mon Sep 17 00:00:00 2001 From: Vercel Date: Wed, 18 Feb 2026 20:47:21 +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 a3aabac..a2a223c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lucide-react": "^0.475.0", "markdown-to-jsx": "^7.7.4", "motion": "^12.4.10", - "next": "15.2.1", + "next": "15.2.8", "react": "19.0.0", "react-dom": "19.0.0", "react-latex-next": "^3.0.0", @@ -54,4 +54,4 @@ "@types/react": "19.0.10", "@types/react-dom": "19.0.4" } -} \ No newline at end of file +}