From 25e16b7016388ecfac44dc9d84b37b7c9a9828af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 15:01:55 +0000 Subject: [PATCH] build(deps): bump react-error-boundary in /log-analyzer Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 6.1.0 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.0...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] --- log-analyzer/package-lock.json | 8 ++++---- log-analyzer/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/log-analyzer/package-lock.json b/log-analyzer/package-lock.json index 42760c69..88a0fe05 100644 --- a/log-analyzer/package-lock.json +++ b/log-analyzer/package-lock.json @@ -21,7 +21,7 @@ "lucide-react": "^0.554.0", "react": "^19.1.0", "react-dom": "^19.1.0", - "react-error-boundary": "^6.0.0", + "react-error-boundary": "^6.1.2", "react-hot-toast": "^2.6.0", "react-i18next": "^16.4.0", "react-router-dom": "~7.15.1", @@ -9561,9 +9561,9 @@ } }, "node_modules/react-error-boundary": { - "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==", + "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/log-analyzer/package.json b/log-analyzer/package.json index 258442e8..65cb9de3 100644 --- a/log-analyzer/package.json +++ b/log-analyzer/package.json @@ -48,7 +48,7 @@ "lucide-react": "^0.554.0", "react": "^19.1.0", "react-dom": "^19.1.0", - "react-error-boundary": "^6.0.0", + "react-error-boundary": "^6.1.2", "react-hot-toast": "^2.6.0", "react-i18next": "^16.4.0", "react-router-dom": "~7.15.1",