From 0b6eacbb069ed7cd7080da5dfea4e053bc51c79e Mon Sep 17 00:00:00 2001 From: Vercel Date: Mon, 15 Dec 2025 10:21:52 +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 9824091..ed91391 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "genkit": "^1.8.0", "html2canvas": "^1.4.1", "lucide-react": "^0.475.0", - "next": "15.3.3", + "next": "15.3.8", "patch-package": "^8.0.0", "react": "^18.3.1", "react-day-picker": "^8.10.1", @@ -68,4 +68,4 @@ "typescript": "^5" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" -} \ No newline at end of file +}