Skip to content

Commit 84e5505

Browse files
committed
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>
1 parent 15717d9 commit 84e5505

2 files changed

Lines changed: 84 additions & 43 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ai": "5.0.0-beta.34",
1818
"govuk-frontend": "^5.11.1",
1919
"lucide-react": "^0.539.0",
20-
"next": "15.4.6",
20+
"next": "15.4.10",
2121
"react": "19.1.0",
2222
"react-dom": "19.1.0",
2323
"react-markdown": "^10.1.0",
@@ -41,4 +41,4 @@
4141
"tailwindcss": "^4",
4242
"typescript": "^5"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)