From 10dce8697a8f873ce88bfc58d5f3464e2153711a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 02:33:28 +0000 Subject: [PATCH] chore(deps): bump react from 19.2.3 to 19.2.4 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.3 to 19.2.4. - [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.4/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-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 b0583d7..53121eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tanstack/react-query": "^5.90.19", "clsx": "^2.1.0", "dayjs": "^1.11.19", - "react": "^19.2.1", + "react": "^19.2.4", "react-dom": "^19.2.3", "react-router-dom": "^7.12.0" }, @@ -4754,9 +4754,9 @@ } }, "node_modules/react": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", - "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index e34382d..bc62a6a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@tanstack/react-query": "^5.90.19", "clsx": "^2.1.0", "dayjs": "^1.11.19", - "react": "^19.2.1", + "react": "^19.2.4", "react-dom": "^19.2.3", "react-router-dom": "^7.12.0" },