From 1b87626bf1d7ff065d15180e0b9d8e8e626b5882 Mon Sep 17 00:00:00 2001 From: Vercel Date: Tue, 6 Jan 2026 16:27: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 --- packages/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 69dda48..da64363 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -22,7 +22,7 @@ "blo": "~1.2.0", "daisyui": "5.0.9", "kubo-rpc-client": "~5.0.2", - "next": "^15.1.6", + "next": "15.1.11", "next-nprogress-bar": "~2.3.13", "next-themes": "~0.3.0", "qrcode.react": "~4.0.1",