Skip to content

Commit c50e226

Browse files
committed
fix: update React/Next.js to patch critical security vulnerability
Updates vulnerable versions of React and/or Next.js to address critical security vulnerability in React Server Components. See: https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components Packages updated: - react: 19.1.0 → 19.1.2 - react-dom: updated to 19.1.2 (compatibility)
1 parent f6a7780 commit c50e226

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"oidc-provider": "^8.8.1",
7575
"prettier": "^2.8.1",
7676
"pretty-quick": "^3.1.3",
77-
"react": "19.1.0",
78-
"react-dom": "19.1.0",
77+
"react": "^19.1.2",
78+
"react-dom": "^19.1.2",
7979
"rollup": "^3.7.0",
8080
"rollup-plugin-analyzer": "^4.0.0",
8181
"rollup-plugin-delete": "^2.0.0",

0 commit comments

Comments
 (0)