From 63f11273775e1685378ccd926cde12f3f3abd7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:37:36 +0000 Subject: [PATCH] chore(deps): bump react-dom from 18.3.1 to 19.2.5 in /tap-dashboard Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.2.5. - [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.5/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tap-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-dashboard/package.json b/tap-dashboard/package.json index f61cb3f1..916f24cf 100644 --- a/tap-dashboard/package.json +++ b/tap-dashboard/package.json @@ -34,7 +34,7 @@ "otplib": "^12.0.1", "pg": "^8.20.0", "react": "^18.2.0", - "react-dom": "^18.2.0", + "react-dom": "^19.2.5", "recharts": "^2.10.0", "resend": "^6.9.3", "stripe": "^20.4.1",