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",