Skip to content

Commit 2c1554a

Browse files
authored
fix: CVE-2025-55182 in React (#507)
1 parent 2f4f250 commit 2c1554a

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

frontend/bun.lock

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

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"input-otp": "^1.4.2",
2929
"lucide-react": "^0.555.0",
3030
"next-themes": "^0.4.6",
31-
"react": "^19.2.0",
32-
"react-dom": "^19.2.0",
31+
"react": "^19.2.1",
32+
"react-dom": "^19.2.1",
3333
"react-hook-form": "^7.67.0",
3434
"react-i18next": "^16.3.5",
3535
"react-markdown": "^10.1.0",

0 commit comments

Comments
 (0)