Skip to content

Commit 75e8042

Browse files
committed
chore: bump react to 19.2.3 for security fix
Addresses React Server Components vulnerabilities (CVE-2025-55184, CVE-2025-67779, CVE-2025-55183) disclosed on December 11, 2025. Updates react, react-dom, @types/react, @types/react-dom from 19.2.1 to 19.2.3.
1 parent 700e5e6 commit 75e8042

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"next-mdx-remote": "^5.0.0",
2020
"postcss-flexbugs-fixes": "^5.0.2",
2121
"postcss-preset-env": "^9.6.0",
22-
"react": "19.2.1",
23-
"react-dom": "19.2.1",
22+
"react": "19.2.3",
23+
"react-dom": "19.2.3",
2424
"react-intersection-observer": "^9.14.0",
2525
"rehype-highlight": "^7.0.1",
2626
"remark-gfm": "^4.0.0",
@@ -31,16 +31,16 @@
3131
"devDependencies": {
3232
"@types/klaw-sync": "^6.0.5",
3333
"@types/node": "20.14.13",
34-
"@types/react": "19.2.1",
35-
"@types/react-dom": "19.2.1",
34+
"@types/react": "19.2.3",
35+
"@types/react-dom": "19.2.3",
3636
"@types/xml2js": "^0.4.14",
3737
"eslint": "^8",
3838
"eslint-config-next": "15.5.7",
3939
"prettier": "3.4.2",
4040
"typescript": "5.5.4"
4141
},
4242
"overrides": {
43-
"@types/react": "19.2.1",
44-
"@types/react-dom": "19.2.1"
43+
"@types/react": "19.2.3",
44+
"@types/react-dom": "19.2.3"
4545
}
4646
}

0 commit comments

Comments
 (0)