From 884720dd8d6a46b1d92a46ce7e8a51f13bf2cbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:06:31 +0000 Subject: [PATCH] Build(deps): Bump react-dom from 19.2.0 to 19.2.3 in /aastar-frontend Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.0 to 19.2.3. - [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.3/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- aastar-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aastar-frontend/package.json b/aastar-frontend/package.json index 33c1b6c6..ec9c4925 100644 --- a/aastar-frontend/package.json +++ b/aastar-frontend/package.json @@ -26,7 +26,7 @@ "axios": "^1.13.1", "next": "^16.1.1", "react": "19.2.0", - "react-dom": "19.2.0", + "react-dom": "19.2.3", "react-hot-toast": "^2.6.0", "react-qr-code": "^2.0.18", "typescript": "^5"