From 4f0af3ad53e39fcd5b38dcca239fc5cb4bbde036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:53:18 +0000 Subject: [PATCH] Bump react from 19.2.4 to 19.2.5 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.4 to 19.2.5. - [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.5/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.5 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 93a3d0d0..e48b1528 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.5", "react-dom": "^19.2.4", "react-select": "^5.10.2" }, @@ -15532,9 +15532,9 @@ } }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -31086,9 +31086,9 @@ } }, "react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==" + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==" }, "react-dom": { "version": "19.2.4", diff --git a/package.json b/package.json index 9dc1aca2..324bd118 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.5", "react-dom": "^19.2.4", "react-select": "^5.10.2" },