Skip to content

Commit c74237d

Browse files
fix(security): bump react and next (#2170)
1 parent 969ebe9 commit c74237d

File tree

6 files changed

+539
-269
lines changed

6 files changed

+539
-269
lines changed

.changeset/tender-humans-hide.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 ([CVE-2025-55182](https://github.com/facebook/react/security/advisories/GHSA-fv66-9v8q-g76r))

cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@
7777
"@trpc/server": "11.0.0",
7878
"@types/fs-extra": "^11.0.4",
7979
"@types/gradient-string": "^1.1.6",
80-
"@types/node": "^20.14.10",
80+
"@types/node": "^24.10.1",
8181
"better-auth": "^1.3",
8282
"drizzle-kit": "^0.30.5",
8383
"drizzle-orm": "^0.41.0",
8484
"mysql2": "^3.11.0",
85-
"next": "^15.2.3",
85+
"next": "^15.5.6",
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.0.0",
92-
"react-dom": "^19.0.0",
91+
"react": "^19.1.2",
92+
"react-dom": "^19.1.2",
9393
"superjson": "^2.2.1",
9494
"tailwindcss": "^4.0.15",
9595
"tsup": "^6.7.0",

cli/template/base/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
},
1313
"dependencies": {
1414
"@t3-oss/env-nextjs": "^0.12.0",
15-
"next": "^15.2.3",
16-
"react": "^19.0.0",
17-
"react-dom": "^19.0.0",
15+
"next": "^15.5.6",
16+
"react": "^19.1.2",
17+
"react-dom": "^19.1.2",
1818
"zod": "^3.24.2"
1919
},
2020
"devDependencies": {
21-
"@types/node": "^20.14.10",
22-
"@types/react": "^19.0.0",
23-
"@types/react-dom": "^19.0.0",
21+
"@types/node": "^24.10.1",
22+
"@types/react": "~19.1.0",
23+
"@types/react-dom": "~19.1.0",
2424
"typescript": "^5.8.2"
2525
}
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
5353
"@manypkg/cli": "^0.20.0",
5454
"@total-typescript/ts-reset": "^0.3.7",
55-
"@types/node": "^20.14.10",
55+
"@types/node": "^24.10.1",
5656
"eslint": "^9.23.0",
5757
"eslint-plugin-import-x": "^4.9.1",
5858
"eslint-plugin-isaacscript": "^4.0.0",

0 commit comments

Comments
 (0)