Skip to content

Commit 60453c3

Browse files
authored
Fix React Server Components CVE vulnerabilities (#23)
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 410f1f3 commit 60453c3

2 files changed

Lines changed: 41 additions & 41 deletions

File tree

docs/package-lock.json

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"postinstall": "fumadocs-mdx"
1010
},
1111
"dependencies": {
12-
"next": "15.2.2",
12+
"next": "15.2.8",
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",
1515
"fumadocs-ui": "15.0.17",

0 commit comments

Comments
 (0)