From bc5ddcde77da0aa83b8454515aa90ade03f6007d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:40:34 +0000 Subject: [PATCH] Bump react-error-boundary from 6.1.1 to 6.1.2 Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.1.1...6.1.2) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb53140..3f9132c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "react": "^19.2.1", "react-day-picker": "^9.13.0", "react-dom": "^19.2.1", - "react-error-boundary": "^6.0.1", + "react-error-boundary": "^6.1.2", "recharts": "^3.8.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2", @@ -5521,9 +5521,9 @@ } }, "node_modules/react-error-boundary": { - "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==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.1.2.tgz", + "integrity": "sha512-3DpCr5HVdZ0caUjYE/kIHBEJN0mNP3ZCgf16c48uJ5TbWjorKVp+YG8W3XqlJ7vJAVNw6wNIImyPXmFydwmyng==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 36b81e7..1c68071 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react": "^19.2.1", "react-day-picker": "^9.13.0", "react-dom": "^19.2.1", - "react-error-boundary": "^6.0.1", + "react-error-boundary": "^6.1.2", "recharts": "^3.8.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2",