From b61fd5e67e03d479d14e422affd0c6ef6db31287 Mon Sep 17 00:00:00 2001 From: Vercel Date: Thu, 11 Dec 2025 22:44:25 +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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57ad0af..9535b6b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint": "^9.36.0", "eslint-config-next": "^15.5.4", "framer-motion": "^12.23.20", - "next": "^15.5.4", + "next": "15.5.8", "next-themes": "^0.4.6", "postcss": "^8.5.6", "react": "^19.1.1",