From 13269e755ecc9ef2f8cd875fc06ed2d85d24b1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:32:55 +0000 Subject: [PATCH] Bump react-error-boundary from 6.0.2 to 6.0.3 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.2 to 6.0.3 - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07d47197..f194b58b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "pino": "^10.1.0", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-error-boundary": "^6.0.2", + "react-error-boundary": "^6.0.3", "react-markdown": "^10.1.0", "sanitize-data": "^1.0.5", "zod": "^4.3.5" @@ -19084,13 +19084,12 @@ } }, "node_modules/react-error-boundary": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.2.tgz", - "integrity": "sha512-yvWErn55ag/ywZEFqYpXYX9rxIDPIabXIX25F184KY3F5Szk2x/cVieOflw5R47ltN3KzWOw82Lmlb4vNjyn9A==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.3.tgz", + "integrity": "sha512-5guqn2UYpCFjE8UDMA8J7Kke+YSGBFrKQRJb3XdcaGZXYINZfQXgBt3ifY6MvjkN7QROc5A8zclyoSCwrcRUKw==", "license": "MIT", "peerDependencies": { - "react": "^18.0.0 || ^19.0.0", - "react-dom": "^18.0.0 || ^19.0.0" + "react": "^18.0.0 || ^19.0.0" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index 39a57544..9471acfa 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "pino": "^10.1.0", "react": "^19.2.3", "react-dom": "^19.2.3", - "react-error-boundary": "^6.0.2", + "react-error-boundary": "^6.0.3", "react-markdown": "^10.1.0", "sanitize-data": "^1.0.5", "zod": "^4.3.5"