From fc274dbc9e830b8d6fa12779e8270063b2dd757d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:34:49 +0000 Subject: [PATCH] Bump react-is from 19.2.5 to 19.2.7 Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 19.2.5 to 19.2.7. - [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.7/packages/react-is) --- updated-dependencies: - dependency-name: react-is dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e7c334..3e1962d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@primer/react": "^38.22.0", "react": "^19.2.6", "react-dom": "^19.2.0", - "react-is": "^19.2.5", + "react-is": "^19.2.7", "react-router-dom": "^7.15.0", "styled-components": "^6.4.1", "web-vitals": "^5.1.0" @@ -6740,9 +6740,9 @@ } }, "node_modules/react-is": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.5.tgz", - "integrity": "sha512-Dn0t8IQhCmeIT3wu+Apm1/YVsJXsGWi6k4sPdnBIdqMVtHtv0IGi6dcpNpNkNac0zB2uUAqNX3MHzN8c+z2rwQ==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.7.tgz", + "integrity": "sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A==", "license": "MIT" }, "node_modules/react-refresh": { diff --git a/package.json b/package.json index f8b6d2a..c3a20b0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@primer/react": "^38.22.0", "react": "^19.2.6", "react-dom": "^19.2.0", - "react-is": "^19.2.5", + "react-is": "^19.2.7", "react-router-dom": "^7.15.0", "styled-components": "^6.4.1", "web-vitals": "^5.1.0" diff --git a/yarn.lock b/yarn.lock index 95072c4..cc26145 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3043,10 +3043,10 @@ react-is@^16.13.1: resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-is@^19.2.5: - version "19.2.5" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.5.tgz#7e7b54143e9313fed787b23fd4295d5a23872ad9" - integrity sha512-Dn0t8IQhCmeIT3wu+Apm1/YVsJXsGWi6k4sPdnBIdqMVtHtv0IGi6dcpNpNkNac0zB2uUAqNX3MHzN8c+z2rwQ== +react-is@^19.2.7: + version "19.2.7" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.2.7.tgz#57668ee86a78574a542b0a539455212b2c086df2" + integrity sha512-kZFnouyVv7eP/Phmrlo9FK+zcAdriZJvzxXHF1Sl1P377WSGe2G/JxVolhTrB/jeV47lKImhNUsijjHAAbcl/A== react-refresh@^0.18.0: version "0.18.0"