From 320428be894f33cf0b93992fd185d724c2c8a3df Mon Sep 17 00:00:00 2001 From: Vercel Date: Thu, 29 Jan 2026 01:42:40 +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 +- packages/web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index acdf713..2c28896 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "lucide-react": "^0.344.0", - "next": "^14.2.32", + "next": "14.2.35", "pdfjs-dist": "^4.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/web/package.json b/packages/web/package.json index e94e9db..21581b4 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -53,7 +53,7 @@ "framer-motion": "^12.23.24", "google-libphonenumber": "^3.2.43", "lucide-react": "^0.344.0", - "next": "^15.5.4", + "next": "15.5.9", "pdfjs-dist": "^4.0.0", "postgres": "^3.4.7", "react": "^18.3.1",