From 952f7c05b86436040428a143e58d0be93c934d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 01:22:51 +0000 Subject: [PATCH] Bump react from 19.2.4 to 19.2.5 in the patch group Bumps the patch group with 1 update: [react](https://github.com/facebook/react/tree/HEAD/packages/react). Updates `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:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0906d166..8e04342e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "remark-math": "^6.0.0" }, "devDependencies": { - "react": "^19.2.4" + "react": "^19.2.5" } }, "node_modules/@babel/runtime": { @@ -7307,9 +7307,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 44fd0abe..e18c93fe 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "remark-math": "^6.0.0" }, "devDependencies": { - "react": "^19.2.4" + "react": "^19.2.5" } }