From dba51468454a5a7822db04a363ba1ec04f772362 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:36:03 +0000 Subject: [PATCH] chore(deps): bump react-is from 19.2.5 to 19.2.6 in /ffm Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) 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-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] --- ffm/package-lock.json | 8 ++++---- ffm/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ffm/package-lock.json b/ffm/package-lock.json index 26d265b..6a0aa9d 100644 --- a/ffm/package-lock.json +++ b/ffm/package-lock.json @@ -12,7 +12,7 @@ "date-fns": "^2.30.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-is": "^19.2.4", + "react-is": "^19.2.6", "react-router-dom": "^7.13.0", "recharts": "^3.7.0" }, @@ -3179,9 +3179,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.6", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.6.tgz", + "integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==", "license": "MIT" }, "node_modules/react-redux": { diff --git a/ffm/package.json b/ffm/package.json index 7249fd0..17dffbd 100644 --- a/ffm/package.json +++ b/ffm/package.json @@ -15,7 +15,7 @@ "date-fns": "^2.30.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-is": "^19.2.4", + "react-is": "^19.2.6", "react-router-dom": "^7.13.0", "recharts": "^3.7.0" },