From 1fe1ea806f38432aa411795a5edead27ba52672c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:09:05 +0000 Subject: [PATCH] Bump react-error-boundary Bumps the frontend-minor-patch group in /lightrag_webui with 1 update: [react-error-boundary](https://github.com/bvaughn/react-error-boundary). Updates `react-error-boundary` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.0.0...6.0.1) --- updated-dependencies: - dependency-name: react-error-boundary dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-minor-patch ... Signed-off-by: dependabot[bot] --- lightrag_webui/bun.lock | 4 ++-- lightrag_webui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lightrag_webui/bun.lock b/lightrag_webui/bun.lock index b78d0816..ba1d54ea 100644 --- a/lightrag_webui/bun.lock +++ b/lightrag_webui/bun.lock @@ -48,7 +48,7 @@ "react": "^19.2.3", "react-dom": "^19.2.3", "react-dropzone": "^14.3.8", - "react-error-boundary": "^6.0.0", + "react-error-boundary": "^6.0.1", "react-i18next": "^16.5.0", "react-markdown": "^10.1.0", "react-number-format": "^5.4.4", @@ -1415,7 +1415,7 @@ "react-dropzone": ["react-dropzone@14.3.8", "", { "dependencies": { "attr-accept": "^2.2.4", "file-selector": "^2.1.0", "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">= 16.8 || 18.0.0" } }, "sha512-sBgODnq+lcA4P296DY4wacOZz3JFpD99fp+hb//iBO2HHnyeZU3FwWyXJ6salNpqQdsZrgMrotuko/BdJMV8Ug=="], - "react-error-boundary": ["react-error-boundary@6.0.0", "", { "dependencies": { "@babel/runtime": "^7.12.5" }, "peerDependencies": { "react": ">=16.13.1" } }, "sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA=="], + "react-error-boundary": ["react-error-boundary@6.0.1", "", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-zArgQpjJUN1ZLMEKWtifxQweW3yfvwL5j2nh3Pesze1qG6r5oCDMy/TA97bUF01wy4xCeeL4/pd8GHmvEsP3Bg=="], "react-i18next": ["react-i18next@16.5.0", "", { "dependencies": { "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "i18next": ">= 25.6.2", "react": ">= 16.8.0", "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-IMpPTyCTKxEj8klCrLKUTIUa8uYTd851+jcu2fJuUB9Agkk9Qq8asw4omyeHVnOXHrLgQJGTm5zTvn8HpaPiqw=="], diff --git a/lightrag_webui/package.json b/lightrag_webui/package.json index 5593f691..df2ac7a6 100644 --- a/lightrag_webui/package.json +++ b/lightrag_webui/package.json @@ -59,7 +59,7 @@ "react": "^19.2.3", "react-dom": "^19.2.3", "react-dropzone": "^14.3.8", - "react-error-boundary": "^6.0.0", + "react-error-boundary": "^6.0.1", "react-i18next": "^16.5.0", "react-markdown": "^10.1.0", "react-number-format": "^5.4.4",