Skip to content

Commit a5e7d7a

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 4778109 commit a5e7d7a

File tree

2 files changed

+406
-131
lines changed

2 files changed

+406
-131
lines changed

package.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
{
2-
"version": "6.0.0",
3-
"private": true,
4-
"packageManager": "[email protected]",
5-
"scripts": {
6-
"dev": "next dev --turbo",
7-
"build": "next build",
8-
"start": "next start"
9-
},
10-
"dependencies": {
11-
"@farcaster/hub-nodejs": "^0.11.11",
12-
"@lens-protocol/client": "^2.2.0",
13-
"@types/node": "20.11.0",
14-
"@types/react": "18.2.47",
15-
"@types/react-dom": "18.2.18",
16-
"@types/uuid": "9.0.7",
17-
"@vercel/kv": "^1.0.1",
18-
"autoprefixer": "10.4.16",
19-
"clsx": "^2.1.0",
20-
"frames.js": "^0.19.3",
21-
"geist": "^1.2.1",
22-
"http-status-codes": "^2.3.0",
23-
"next": "latest",
24-
"postcss": "^8.4.33",
25-
"react": "18.2.0",
26-
"react-dom": "18.2.0",
27-
"satori": "^0.10.11",
28-
"sharp": "^0.33.2",
29-
"tailwindcss": "3.4.1",
30-
"typescript": "5.3.3",
31-
"urlcat": "^3.1.0",
32-
"uuid": "^9.0.1",
33-
"viem": "^2.13.6",
34-
"zod": "^3.23.8"
35-
},
36-
"devDependencies": {
37-
"@typescript-eslint/eslint-plugin": "^7.10.0",
38-
"@typescript-eslint/parser": "^7.10.0",
39-
"cspell": "^8.8.2",
40-
"eslint": "^8.56.0",
41-
"eslint-config-next": "13.5.2",
42-
"eslint-plugin-import": "^2.29.0",
43-
"eslint-plugin-no-relative-import-paths": "^1.5.3",
44-
"eslint-plugin-react": "^7.33.2",
45-
"eslint-plugin-react-hooks": "^4.6.0",
46-
"eslint-plugin-simple-import-sort": "^10.0.0",
47-
"eslint-plugin-unicorn": "^49.0.0",
48-
"eslint-plugin-unused-imports": "^3.0.0",
49-
"prettier": "^3.2.5",
50-
"prettier-plugin-tailwindcss": "^0.5.14"
51-
}
2+
"version": "6.0.0",
3+
"private": true,
4+
"packageManager": "[email protected]",
5+
"scripts": {
6+
"dev": "next dev --turbo",
7+
"build": "next build",
8+
"start": "next start"
9+
},
10+
"dependencies": {
11+
"@farcaster/hub-nodejs": "^0.11.11",
12+
"@lens-protocol/client": "^2.2.0",
13+
"@types/node": "20.11.0",
14+
"@types/react": "18.2.47",
15+
"@types/react-dom": "18.2.18",
16+
"@types/uuid": "9.0.7",
17+
"@vercel/kv": "^1.0.1",
18+
"autoprefixer": "10.4.16",
19+
"clsx": "^2.1.0",
20+
"frames.js": "^0.19.3",
21+
"geist": "^1.2.1",
22+
"http-status-codes": "^2.3.0",
23+
"next": "15.5.8",
24+
"postcss": "^8.4.33",
25+
"react": "18.2.0",
26+
"react-dom": "18.2.0",
27+
"satori": "^0.10.11",
28+
"sharp": "^0.33.2",
29+
"tailwindcss": "3.4.1",
30+
"typescript": "5.3.3",
31+
"urlcat": "^3.1.0",
32+
"uuid": "^9.0.1",
33+
"viem": "^2.13.6",
34+
"zod": "^3.23.8"
35+
},
36+
"devDependencies": {
37+
"@typescript-eslint/eslint-plugin": "^7.10.0",
38+
"@typescript-eslint/parser": "^7.10.0",
39+
"cspell": "^8.8.2",
40+
"eslint": "^8.56.0",
41+
"eslint-config-next": "13.5.2",
42+
"eslint-plugin-import": "^2.29.0",
43+
"eslint-plugin-no-relative-import-paths": "^1.5.3",
44+
"eslint-plugin-react": "^7.33.2",
45+
"eslint-plugin-react-hooks": "^4.6.0",
46+
"eslint-plugin-simple-import-sort": "^10.0.0",
47+
"eslint-plugin-unicorn": "^49.0.0",
48+
"eslint-plugin-unused-imports": "^3.0.0",
49+
"prettier": "^3.2.5",
50+
"prettier-plugin-tailwindcss": "^0.5.14"
51+
}
5252
}

0 commit comments

Comments
 (0)