From 66d1bc6dcad924345e65a16e6a4bbb5f5bf87f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:54:37 +0000 Subject: [PATCH] chore(deps): bump react-error-boundary from 6.1.0 to 6.1.1 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9b58830..22895d6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "nookies": "^2.5.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-error-boundary": "^6.1.0", + "react-error-boundary": "^6.1.1", "react-router-dom": "^6.27.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 04664e8..670c99d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6313,10 +6313,10 @@ react-dom@^18.3.1: loose-envify "^1.1.0" scheduler "^0.23.2" -react-error-boundary@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-6.1.0.tgz#d2965de0723d65d60d20aef2e120bd2c171ae4d7" - integrity sha512-02k9WQ/mUhdbXir0tC1NiMesGzRPaCsJEWU/4bcFrbY1YMZOtHShtZP6zw0SJrBWA/31H0KT9/FgdL8+sPKgHA== +react-error-boundary@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-6.1.1.tgz#491d655e86c32434ede852755bb649119fdddd89" + integrity sha512-BrYwPOdXi5mqkk5lw+Uvt0ThHx32rCt3BkukS4X23A2AIWDPSGX6iaWTc0y9TU/mHDA/6qOSGel+B2ERkOvD1w== react-is@^16.13.1: version "16.13.1"