From fa06eee38b069d0ded080489109e5ab1a78ed62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 10:12:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20react-error-boundary=20from?= =?UTF-8?q?=206.1.0=20to=206.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- bun.lock | 4 ++-- frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 34d6b22a9b..c3b75a891d 100644 --- a/bun.lock +++ b/bun.lock @@ -36,7 +36,7 @@ "next-themes": "^0.4.6", "react": "^19.1.1", "react-dom": "^19.2.3", - "react-error-boundary": "^6.0.0", + "react-error-boundary": "^6.1.1", "react-hook-form": "^7.68.0", "react-icons": "^5.5.0", "sonner": "^2.0.7", @@ -704,7 +704,7 @@ "react-dom": ["react-dom@19.2.3", "", { "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { "react": "^19.2.3" } }, "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg=="], - "react-error-boundary": ["react-error-boundary@6.1.0", "", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "sha512-02k9WQ/mUhdbXir0tC1NiMesGzRPaCsJEWU/4bcFrbY1YMZOtHShtZP6zw0SJrBWA/31H0KT9/FgdL8+sPKgHA=="], + "react-error-boundary": ["react-error-boundary@6.1.1", "", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0" } }, "sha512-BrYwPOdXi5mqkk5lw+Uvt0ThHx32rCt3BkukS4X23A2AIWDPSGX6iaWTc0y9TU/mHDA/6qOSGel+B2ERkOvD1w=="], "react-hook-form": ["react-hook-form@7.71.1", "", { "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w=="], diff --git a/frontend/package.json b/frontend/package.json index f3b8d23e24..281b91a00c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "next-themes": "^0.4.6", "react": "^19.1.1", "react-dom": "^19.2.3", - "react-error-boundary": "^6.0.0", + "react-error-boundary": "^6.1.1", "react-hook-form": "^7.68.0", "react-icons": "^5.5.0", "sonner": "^2.0.7",