diff --git a/bun.lock b/bun.lock index 0e95cb0e33..d615340ad9 100644 --- a/bun.lock +++ b/bun.lock @@ -35,7 +35,7 @@ "lucide-react": "^0.562.0", "next-themes": "^0.4.6", "react": "^19.1.1", - "react-dom": "^19.2.3", + "react-dom": "^19.2.4", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.68.0", "react-icons": "^5.5.0", @@ -702,7 +702,7 @@ "react": ["react@19.2.3", "", {}, "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA=="], - "react-dom": ["react-dom@19.2.3", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.3" } }, "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg=="], + "react-dom": ["react-dom@19.2.4", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.4" } }, "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ=="], "react-error-boundary": ["react-error-boundary@6.1.0", "", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "sha512-02k9WQ/mUhdbXir0tC1NiMesGzRPaCsJEWU/4bcFrbY1YMZOtHShtZP6zw0SJrBWA/31H0KT9/FgdL8+sPKgHA=="], diff --git a/frontend/package.json b/frontend/package.json index 0040e7ff03..c578014122 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "lucide-react": "^0.562.0", "next-themes": "^0.4.6", "react": "^19.1.1", - "react-dom": "^19.2.3", + "react-dom": "^19.2.4", "react-error-boundary": "^6.0.0", "react-hook-form": "^7.68.0", "react-icons": "^5.5.0",