From ee82c61d7fa08c6635604e9bd2a42c7cda2307d9 Mon Sep 17 00:00:00 2001 From: Vercel Date: Sat, 13 Dec 2025 06:19:39 +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 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 6d6339f..74578e8 100644 --- a/app/package.json +++ b/app/package.json @@ -21,7 +21,7 @@ "@solana/web3.js": "^1.98.4", "framer-motion": "^12.23.24", "lenis": "^1.3.15", - "next": "16.0.7", + "next": "16.0.10", "next-auth": "^5.0.0-beta.30", "react": "19.2.0", "react-dom": "19.2.0"