From 526307d0ad1ec20d384e19ab5918d0b1f462f18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 06:44:03 +0000 Subject: [PATCH] Bump react from 19.2.4 to 19.2.6 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.4 to 19.2.6. - [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.6/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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 994cff25a4..8d4569afa9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "clsx": "^2.1.1", "file-loader": "^6.2.0", "prism-react-renderer": "^2.4.1", - "react": "^19.0.0", + "react": "^19.2.6", "react-dom": "^19.2.4", "react-github-btn": "^1.4.0", "react-google-charts": "^5.2.1", @@ -18062,9 +18062,9 @@ } }, "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.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "engines": { "node": ">=0.10.0" } @@ -33297,9 +33297,9 @@ } }, "react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==" + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==" }, "react-dom": { "version": "19.2.4", diff --git a/package.json b/package.json index 575f1b1d98..404724c68b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "clsx": "^2.1.1", "file-loader": "^6.2.0", "prism-react-renderer": "^2.4.1", - "react": "^19.0.0", + "react": "^19.2.6", "react-dom": "^19.2.4", "react-github-btn": "^1.4.0", "react-google-charts": "^5.2.1",