From 241ebd1f6879b5167568fdf92f7ffd18a8d1aa46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:59:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20react-dom=20from=2019.2.3=20?= =?UTF-8?q?to=2019.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.3 to 19.2.4. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",