From 48bba0cf4f497cbb8baa3e0ca4371bbb7a1f7c76 Mon Sep 17 00:00:00 2001 From: Vercel Date: Fri, 13 Feb 2026 18:07:47 +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 96e0a36..8ac4db8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@auth/prisma-adapter": "^1.0.0", "@prisma/client": "^6.13.0", - "next": "15.4.6", + "next": "15.4.10", "next-auth": "^5.0.0-beta.16", "nodemailer": "^6.9.0", "react": "^19",