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",