Skip to content

Commit 4709861

Browse files
authored
fix(security): bump react and next (#2174)
1 parent c74237d commit 4709861

File tree

5 files changed

+384
-1459
lines changed

5 files changed

+384
-1459
lines changed

.changeset/quick-snakes-give.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
fix(security): bump react and next ([BLOG](https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components#update-instructions))

cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@
8282
"drizzle-kit": "^0.30.5",
8383
"drizzle-orm": "^0.41.0",
8484
"mysql2": "^3.11.0",
85-
"next": "^15.5.6",
85+
"next": "^15.5.9",
8686
"next-auth": "^4.24.7",
8787
"postgres": "^3.4.4",
8888
"prettier": "^3.5.3",
8989
"prettier-plugin-tailwindcss": "^0.6.11",
9090
"prisma": "^6.6.0",
91-
"react": "^19.1.2",
92-
"react-dom": "^19.1.2",
91+
"react": "^19.2.3",
92+
"react-dom": "^19.2.3",
9393
"superjson": "^2.2.1",
9494
"tailwindcss": "^4.0.15",
9595
"tsup": "^6.7.0",

cli/template/base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies": {
1414
"@t3-oss/env-nextjs": "^0.12.0",
15-
"next": "^15.5.6",
16-
"react": "^19.1.2",
17-
"react-dom": "^19.1.2",
15+
"next": "^15.5.9",
16+
"react": "^19.2.3",
17+
"react-dom": "^19.2.3",
1818
"zod": "^3.24.2"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)