From d5634977ce9f41cedaa3539a8f72f4f053d1f367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:08:30 +0000 Subject: [PATCH] build(deps): bump react from 19.2.5 to 19.2.6 in /single-page-app/ui Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.5 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] --- single-page-app/ui/package.json | 2 +- single-page-app/ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/single-page-app/ui/package.json b/single-page-app/ui/package.json index e0870034..9b7d52aa 100644 --- a/single-page-app/ui/package.json +++ b/single-page-app/ui/package.json @@ -15,7 +15,7 @@ "@emotion/styled": "^11.14.1", "framer-motion": "^12.38.0", "mdi-react": "^9.3.0", - "react": "^19.2.5", + "react": "^19.2.6", "react-dom": "^19.2.5", "react-icons": "^5.6.0", "react-router-dom": "^7.15.0" diff --git a/single-page-app/ui/yarn.lock b/single-page-app/ui/yarn.lock index 5b60cb83..785b87ac 100644 --- a/single-page-app/ui/yarn.lock +++ b/single-page-app/ui/yarn.lock @@ -4050,10 +4050,10 @@ react-router@7.15.0: cookie "^1.0.1" set-cookie-parser "^2.6.0" -react@^19.2.5: - version "19.2.5" - resolved "https://registry.yarnpkg.com/react/-/react-19.2.5.tgz#c888ab8b8ef33e2597fae8bdb2d77edbdb42858b" - integrity sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA== +react@^19.2.6: + version "19.2.6" + resolved "https://registry.yarnpkg.com/react/-/react-19.2.6.tgz#3dadb8e12b2a7934c1d5317973e5dce1301f9a4d" + integrity sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q== reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9: version "1.0.10"