Skip to content

Commit be9bcf3

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 9be591c commit be9bcf3

2 files changed

Lines changed: 46 additions & 61 deletions

File tree

package-lock.json

Lines changed: 45 additions & 60 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
@@ -27,7 +27,7 @@
2727
"class-variance-authority": "^0.7.0",
2828
"clsx": "^2.1.1",
2929
"embla-carousel-react": "^8.1.3",
30-
"next": "^14.2.29",
30+
"next": "14.2.35",
3131
"next-themes": "^0.3.0",
3232
"react": "^18",
3333
"react-dom": "^18",

0 commit comments

Comments
 (0)