From 50f957083a07b9c0ef6797a3f52127f9da68a7df Mon Sep 17 00:00:00 2001 From: Vercel Date: Thu, 29 Jan 2026 19:37:50 +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 ad8b960a..294bbd70 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "lucide-react": "^0.462.0", "medium-blogs-fetcher": "^1.0.5", "motion": "^12.19.1", - "next": "16.0.7", + "next": "16.0.10", "next-auth": "^4.24.11", "next-mdx-remote": "^5.0.0", "next-themes": "^0.3.0", @@ -222,7 +222,7 @@ "@commitlint/config-conventional": "^20.0.0", "@eslint/js": "^9.9.0", "@lhci/cli": "^0.13.0", - "@next/bundle-analyzer": "^16.0.7", + "@next/bundle-analyzer": "^16.0.7", "@rsbuild/core": "^1.5.6", "@rsbuild/plugin-react": "^1.0.8", "@rspack/cli": "^1.0.8",