From f3f2ac3d9aad9158529cc8d296f54c8560d4377b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 18:06:09 +0000 Subject: [PATCH] Bump lucide-react in /lightrag_webui in the ui-components group Bumps the ui-components group in /lightrag_webui with 1 update: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react). Updates `lucide-react` from 0.560.0 to 0.562.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.562.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ui-components ... 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 dafa75b4..c6ae866b 100644 --- a/lightrag_webui/bun.lock +++ b/lightrag_webui/bun.lock @@ -42,7 +42,7 @@ "graphology-layout-noverlap": "^0.4.2", "i18next": "^25.7.3", "katex": "^0.16.25", - "lucide-react": "^0.560.0", + "lucide-react": "^0.562.0", "mermaid": "^11.12.1", "minisearch": "^7.2.0", "react": "^19.2.3", @@ -1199,7 +1199,7 @@ "lru-cache": ["lru-cache@5.1.1", "", { "dependencies": { "yallist": "^3.0.2" } }, "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w=="], - "lucide-react": ["lucide-react@0.560.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-NwKoUA/aBShsdL8WE5lukV2F/tjHzQRlonQs7fkNGI1sCT0Ay4a9Ap3ST2clUUkcY+9eQ0pBe2hybTQd2fmyDA=="], + "lucide-react": ["lucide-react@0.562.0", "", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw=="], "magic-string": ["magic-string@0.30.21", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.5" } }, "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ=="], diff --git a/lightrag_webui/package.json b/lightrag_webui/package.json index f72c6b29..5ad98e83 100644 --- a/lightrag_webui/package.json +++ b/lightrag_webui/package.json @@ -54,7 +54,7 @@ "i18next": "^25.7.3", "katex": "^0.16.25", "mermaid": "^11.12.1", - "lucide-react": "^0.560.0", + "lucide-react": "^0.562.0", "minisearch": "^7.2.0", "react": "^19.2.3", "react-dom": "^19.2.3",