mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-22 18:45:19 +02: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:
parent
dba1efb1e1
commit
a3ae8cf184
4 changed files with 157 additions and 86 deletions
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@nextui-org/react": "^2.4.8",
|
||||
"framer-motion": "^11.11.11",
|
||||
"next": "^14.2.25",
|
||||
"next": "14.2.35",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-markdown": "^9.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue