From 4cf6ba58341dbde122bf13e96b11e291b865faee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:53:44 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10de4b55..27c431f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "leaflet.pattern": "^0.1.0", "papaparse": "^5.5.3", "prop-types": "^15.8.1", - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.5", "react-select": "^5.10.2" }, @@ -15532,9 +15532,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" @@ -31086,9 +31086,9 @@ } }, "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==" }, "react-dom": { "version": "19.2.5", diff --git a/package.json b/package.json index 97ca40b2..e98b8ebf 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "leaflet.pattern": "^0.1.0", "papaparse": "^5.5.3", "prop-types": "^15.8.1", - "react": "^19.2.4", + "react": "^19.2.6", "react-dom": "^19.2.5", "react-select": "^5.10.2" },