Skip to content

Commit 7c1681e

Browse files
authored
Fix React Server Components CVE vulnerabilities (#35)
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 f68549f commit 7c1681e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"class-variance-authority": "^0.7.0",
3333
"clsx": "^2.1.1",
3434
"lucide-react": "^0.523.0",
35-
"next": "^14.2.33",
35+
"next": "14.2.35",
3636
"next-auth": "5.0.0-beta.19",
3737
"next-themes": "^0.4.3",
3838
"openai": "^5.9.0",

0 commit comments

Comments
 (0)