From 91fcddd1445370a81cc09660ed976699b605826e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:19:04 +0000 Subject: [PATCH] build(deps): bump react-dom from 19.2.4 to 19.2.5 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.4 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-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ebb75b..92071f2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "next-themes": "^0.4.6", "pg": "^8.16.2", "react": "19.2.5", - "react-dom": "19.2.4", + "react-dom": "19.2.5", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", "rehype-katex": "^7.0.1",