From f06a8be140e86651f31eb570f43a85ce09e38b1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:38:38 +0000 Subject: [PATCH] chore(deps): 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.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7054afb..f4b3610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "i18next-http-backend": "^2.5.2", "isbot": "^5.1.35", "node-fetch": "^3.3.2", - "react": "^19.0.0", + "react": "^19.2.6", "react-country-flag": "^3.1.0", "react-dom": "^19.0.0", "react-ga4": "^2.1.0", @@ -7471,9 +7471,10 @@ } }, "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==", + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 05b338b..523fb33 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "i18next-http-backend": "^2.5.2", "isbot": "^5.1.35", "node-fetch": "^3.3.2", - "react": "^19.0.0", + "react": "^19.2.6", "react-country-flag": "^3.1.0", "react-dom": "^19.0.0", "react-ga4": "^2.1.0",