From bed3187b19745e3b0a55104507d74dea697fddf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:58:48 +0000 Subject: [PATCH] Bump react-error-boundary from 6.1.0 to 6.1.1 in /react Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.1.0...6.1.1) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- react/package-lock.json | 8 ++++---- react/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react/package-lock.json b/react/package-lock.json index 355c754..d51750f 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -18,7 +18,7 @@ "react": "^19.2.4", "react-apexcharts": "^1.9.0", "react-dom": "^19.2.4", - "react-error-boundary": "^6.1.0", + "react-error-boundary": "^6.1.1", "react-router": "^7.13.0" }, "devDependencies": { @@ -13541,9 +13541,9 @@ } }, "node_modules/react-error-boundary": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.1.0.tgz", - "integrity": "sha512-02k9WQ/mUhdbXir0tC1NiMesGzRPaCsJEWU/4bcFrbY1YMZOtHShtZP6zw0SJrBWA/31H0KT9/FgdL8+sPKgHA==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.1.1.tgz", + "integrity": "sha512-BrYwPOdXi5mqkk5lw+Uvt0ThHx32rCt3BkukS4X23A2AIWDPSGX6iaWTc0y9TU/mHDA/6qOSGel+B2ERkOvD1w==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0" diff --git a/react/package.json b/react/package.json index 0382139..bdd4217 100644 --- a/react/package.json +++ b/react/package.json @@ -35,7 +35,7 @@ "react": "^19.2.4", "react-apexcharts": "^1.9.0", "react-dom": "^19.2.4", - "react-error-boundary": "^6.1.0", + "react-error-boundary": "^6.1.1", "react-router": "^7.13.0" }, "devDependencies": {