From 95891f978eb7ec72bb4bf185c35a3978d0e06de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 23:28:20 +0000 Subject: [PATCH] build(deps): bump react from 19.2.4 to 19.2.5 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) 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) --- updated-dependencies: - dependency-name: react 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 5c95c05..6ebb75b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "next": "16.2.3", "next-themes": "^0.4.6", "pg": "^8.16.2", - "react": "19.2.4", + "react": "19.2.5", "react-dom": "19.2.4", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0",