1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 20:15:31 -04:00

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 <vercel[bot]@users.noreply.github.com>
This commit is contained in:
Vercel
2025-12-12 02:12:46 +00:00
committed by Jake Jarvis
parent 343cb9ea24
commit 3d1dd92252
2 changed files with 60 additions and 61 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
"geist": "^1.5.1",
"html-entities": "^2.6.0",
"lucide-react": "0.556.0",
"next": "16.0.7",
"next": "16.0.10",
"react": "19.2.3",
"react-activity-calendar": "^3.0.1",
"react-countup": "^6.5.3",