From 511f312ebe7324d31a3beface0f2d7a71d2a93a3 Mon Sep 17 00:00:00 2001 From: Vercel Date: Thu, 11 Dec 2025 10:18:25 +0000 Subject: [PATCH] Update dependencies for React Flight RCE advisory Updated dependencies to fix Next.js 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 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 4e2eb94..9f244e6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@solana/kit": "^5.0.0", "@solana/web3.js": "^1.98.4", "@supabase/supabase-js": "^2.84.0", - "next": "16.0.3", + "next": "16.0.7", "react": "19.2.0", "react-dom": "19.2.0", "viem": "^2.39.3",