From e089876cc0a87a1a179087450a8fff4e0f07a670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 07:04:09 +0000 Subject: [PATCH] Dependency (dependabot/npm): Bump react in /Website Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) from 19.2.7 to 19.2.8. - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Website/package.json | 2 +- Website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Website/package.json b/Website/package.json index d67c61a495..d5a862c98d 100644 --- a/Website/package.json +++ b/Website/package.json @@ -23,7 +23,7 @@ "@mdx-js/react": "^3.1.1", "clsx": "^2.0.0", "prism-react-renderer": "^2.4.1", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "react-image-gallery": "^2.1.2" }, diff --git a/Website/yarn.lock b/Website/yarn.lock index a535d4aed6..67209a50c5 100644 --- a/Website/yarn.lock +++ b/Website/yarn.lock @@ -7784,10 +7784,10 @@ react-router@5.3.4, react-router@^5.3.4: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react@^19.2.7: - version "19.2.7" - resolved "https://registry.yarnpkg.com/react/-/react-19.2.7.tgz#1f47a1bfc06f8ec885752c6f4af14369a9f8260b" - integrity sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ== +react@^19.2.8: + version "19.2.8" + resolved "https://registry.yarnpkg.com/react/-/react-19.2.8.tgz#a80663dbb58d69c6fe3fd291d3cb324e8a7dff2d" + integrity sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw== readable-stream@^2.0.1: version "2.3.8"