Skip to content

Commit 8f3959a

Browse files
authored
Merge pull request #2 from lazy-hq/vercel/nextjsreact-flight-packages-fo-27qp5b
Fix React Server Components RCE vulnerability
2 parents bf4111d + 9497e3d commit 8f3959a

File tree

2 files changed

+852
-852
lines changed

2 files changed

+852
-852
lines changed

apps/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"fumadocs-mdx": "12.0.2",
2121
"fumadocs-ui": "15.8.3",
2222
"lucide-react": "^0.544.0",
23-
"next": "15.5.4",
23+
"next": "15.5.7",
2424
"next-themes": "^0.4.6",
25-
"react": "^19.2.0",
26-
"react-dom": "^19.2.0",
25+
"react": "^19.2.1",
26+
"react-dom": "^19.2.1",
2727
"shiki": "^3.16.0",
2828
"tailwind-merge": "^3.3.1"
2929
},
3030
"devDependencies": {
3131
"@tailwindcss/postcss": "^4.1.14",
3232
"@types/mdx": "^2.0.13",
3333
"@types/node": "24.6.2",
34-
"@types/react": "^19.2.0",
35-
"@types/react-dom": "^19.2.0",
34+
"@types/react": "^19.2.1",
35+
"@types/react-dom": "^19.2.1",
3636
"postcss": "^8.5.6",
3737
"tailwindcss": "^4.1.14",
3838
"tw-animate-css": "^1.4.0",

0 commit comments

Comments
 (0)