Skip to content

Commit fa81cd6

Browse files
authored
Fix React Server Components CVE vulnerabilities (#1)
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 3b40850 commit fa81cd6

File tree

2 files changed

+101
-41
lines changed

2 files changed

+101
-41
lines changed

package-lock.json

Lines changed: 100 additions & 40 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
@@ -70,7 +70,7 @@
7070
"jotai": "^2.15.1",
7171
"ky": "^1.14.0",
7272
"lucide-react": "^0.548.0",
73-
"next": "15.5.4",
73+
"next": "15.5.9",
7474
"next-themes": "^0.4.6",
7575
"nuqs": "^2.7.2",
7676
"random-word-slugs": "^0.1.7",

0 commit comments

Comments
 (0)