From 479355aa5ad7339c828f89464d92ff52650a2023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:58:26 +0000 Subject: [PATCH] chore(deps): bump react-dom from 19.2.4 to 19.2.7 in /ui Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.4 to 19.2.7. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 9ad260c..ee5fb5a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ "next": "16.1.6", "next-intl": "^4.6.1", "react": "19.2.7", - "react-dom": "19.2.4", + "react-dom": "19.2.7", "react-hook-form": "^7.69.0", "recharts": "^3.6.0", "socket.io-client": "^4.8.3",