From c4d0c1305945c7b8e48be9cb02b5539b0abb94f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:26:40 +0000 Subject: [PATCH] Bump react-error-boundary from 4.0.13 to 4.1.2 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 4.0.13 to 4.1.2. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.0.13...4.1.2) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 29fbbe4333..a46505c797 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-beautiful-dnd": "^13.1.1", "react-circular-progressbar": "^2.1.0", "react-dom": "^17.0.2", - "react-error-boundary": "^4.0.13", + "react-error-boundary": "^4.1.2", "react-ga4": "^2.1.0", "react-google-recaptcha": "^3.1.0", "react-helmet": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 87164f031a..3f8379cb0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7807,10 +7807,10 @@ react-dom@^17.0.2: object-assign "^4.1.1" scheduler "^0.20.2" -react-error-boundary@^4.0.13: - version "4.0.13" - resolved "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-4.0.13.tgz" - integrity sha512-b6PwbdSv8XeOSYvjt8LpgpKrZ0yGdtZokYwkwV2wlcZbxgopHX/hgPl5VgpnoVOWd868n1hktM8Qm4b+02MiLQ== +react-error-boundary@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-4.1.2.tgz#bc750ad962edb8b135d6ae922c046051eb58f289" + integrity sha512-GQDxZ5Jd+Aq/qUxbCm1UtzmL/s++V7zKgE8yMktJiCQXCCFZnMZh9ng+6/Ne6PjNSXH0L9CjeOEREfRnq6Duag== dependencies: "@babel/runtime" "^7.12.5"