From f3c4af72725d7be037c7b757c09e9e8fde6d136b Mon Sep 17 00:00:00 2001 From: Vercel Date: Fri, 19 Dec 2025 20:45:02 +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 acd4d5b..19e422e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@sentry/node": "^10.19.0", "ai": "^5.0.71", "fuse.js": "^7.1.0", - "next": "^14.2.0", + "next": "14.2.35", "next-auth": "^5.0.0-beta.29", "react": "^18.3.0", "react-dom": "^18.3.0", @@ -44,4 +44,4 @@ "prisma": "^5.19.0", "@prisma/client": "^5.19.0" } -} \ No newline at end of file +}