From 0dc26f28c6190b944fd68d14c6e8a6e3418d0a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 14:03:12 +0000 Subject: [PATCH] build(deps): bump react-is from 19.2.1 to 19.2.3 Bumps [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is) from 19.2.1 to 19.2.3. - [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.3/packages/react-is) --- updated-dependencies: - dependency-name: react-is dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f274806..59edbf95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "react-dom": "^19.2.0", "react-grid-layout": "^1.5.2", "react-i18next": "^16.3.3", - "react-is": "^19.2.0", + "react-is": "^19.2.3", "react-responsive": "^10.0.1", "react-router-dom": "^7.9.4", "react-simple-wysiwyg": "^3.4.1", @@ -10577,10 +10577,9 @@ } }, "node_modules/react-is": { - "version": "19.2.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.1.tgz", - "integrity": "sha512-L7BnWgRbMwzMAubQcS7sXdPdNLmKlucPlopgAzx7FtYbksWZgEWiuYM5x9T6UqS2Ne0rsgQTq5kY2SGqpzUkYA==", - "license": "MIT" + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.3.tgz", + "integrity": "sha512-qJNJfu81ByyabuG7hPFEbXqNcWSU3+eVus+KJs+0ncpGfMyYdvSmxiJxbWR65lYi1I+/0HBcliO029gc4F+PnA==" }, "node_modules/react-redux": { "version": "9.2.0", diff --git a/package.json b/package.json index acbb7189..368be267 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-dom": "^19.2.0", "react-grid-layout": "^1.5.2", "react-i18next": "^16.3.3", - "react-is": "^19.2.0", + "react-is": "^19.2.3", "react-responsive": "^10.0.1", "react-router-dom": "^7.9.4", "react-simple-wysiwyg": "^3.4.1",