Commit 818a0ba
Fix React Server Components CVE vulnerabilities (#49)
* 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>
* chore: prettier
* fix: types
---------
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
Co-authored-by: dudu0506 <[email protected]>1 parent 4778109 commit 818a0ba
File tree
4 files changed
+370
-88
lines changed- src
- app/polls/[id]
- types
4 files changed
+370
-88
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments