From 918ba63605c3a514f872d817bce24e9de3e9329c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:52:59 +0000 Subject: [PATCH] Bump react-error-boundary from 6.0.3 to 6.1.0 in the react group Bumps the react group with 1 update: [react-error-boundary](https://github.com/bvaughn/react-error-boundary). Updates `react-error-boundary` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.0.3...6.1.0) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react ... 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 7c13960e..0447ef62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "pino": "^10.1.1", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-error-boundary": "^6.0.3", + "react-error-boundary": "^6.1.0", "react-markdown": "^10.1.0", "sanitize-data": "^1.0.5", "zod": "^4.3.5" @@ -19064,9 +19064,9 @@ } }, "node_modules/react-error-boundary": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.3.tgz", - "integrity": "sha512-5guqn2UYpCFjE8UDMA8J7Kke+YSGBFrKQRJb3XdcaGZXYINZfQXgBt3ifY6MvjkN7QROc5A8zclyoSCwrcRUKw==", + "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==", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 88e2c061..5de14904 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "pino": "^10.1.1", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-error-boundary": "^6.0.3", + "react-error-boundary": "^6.1.0", "react-markdown": "^10.1.0", "sanitize-data": "^1.0.5", "zod": "^4.3.5"