Skip to content

Commit a9b2be1

Browse files
Fix React Server Components CVE vulnerabilities (#662)
fix: 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: KenJonesPizza <[email protected]>
1 parent 616ac6a commit a9b2be1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"date-fns": "4.1.0",
2929
"groq": "4.10.3",
3030
"intl-segmenter-polyfill": "0.4.4",
31-
"next": "15.5.8",
31+
"next": "15.5.9",
3232
"next-sanity": "11.5.5",
3333
"next-sanity-image": "6.2.0",
3434
"react": "19.2.1",

0 commit comments

Comments
 (0)