From ec2e1c47ede00bf691e7920c6c3929cfe7d91ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:54:18 +0000 Subject: [PATCH] Bump react from 19.2.5 to 19.2.6 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] --- package-lock.json | 20 ++++---------------- package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4774e02e3..b313d1b79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "path-to-regexp": "^8.2.0", "prism-react-renderer": "^2.4.1", "qs": "^6.15.0", - "react": "^19.2.5", + "react": "^19.2.6", "react-copy-to-clipboard": "github:zaphosting/react-copy-to-clipboard#master", "react-dom": "^19.2.5", "react-markdown": "^10.1.0", @@ -4832,9 +4832,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4848,9 +4845,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4864,9 +4858,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4880,9 +4871,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -18167,9 +18155,9 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "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 54dfafe03..ec957aac6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "path-to-regexp": "^8.2.0", "prism-react-renderer": "^2.4.1", "qs": "^6.15.0", - "react": "^19.2.5", + "react": "^19.2.6", "react-copy-to-clipboard": "github:zaphosting/react-copy-to-clipboard#master", "react-dom": "^19.2.5", "react-markdown": "^10.1.0",