From 06c0e883fad0ed36989a2b16bb65a81338b0df4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:48:28 -0700 Subject: [PATCH] chore(deps): bump lucide-react from 1.32.0 to 1.38.0 (#12313) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.32.0 to 1.38.0.
Release notes

Sourced from lucide-react's releases.

Version 1.38.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/1.36.0...1.38.0

Version 1.37.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/1.35.0...1.37.0

Version 1.36.0

What's Changed

... (truncated)

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f658db0b99..250a7e0238 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1099,8 +1099,8 @@ importers: specifier: 0.48.0 version: 0.48.0(typescript@7.0.2) lucide-react: - specifier: ^1.32.0 - version: 1.32.0(react@19.2.8) + specifier: ^1.38.0 + version: 1.38.0(react@19.2.8) mermaid: specifier: ^11.17.2 version: 11.17.2 @@ -6825,8 +6825,8 @@ packages: lru_map@0.4.1: resolution: {integrity: sha512-I+lBvqMMFfqaV8CJCISjI3wbjmwVu/VyOoU7+qtu9d7ioW5klMgsTTiUOUp+DJvfTTzKXoPbyC6YfgkNcyPSOg==} - lucide-react@1.32.0: - resolution: {integrity: sha512-txX56hMFnRxPi1f9/nH69YN8uvAO6a7Y1KSWKjCDAtdD9+soEgmWuCt6iRm1pkxUZo2+YntSdsE1L6bIuKoY8Q==} + lucide-react@1.38.0: + resolution: {integrity: sha512-xZCyBd/wiVUDactoCc+42TjL0aB7EBOXsuX+tjz+W/sGzw2KhHpL1NOH3FIaVUcpimvUBpIYfz34Ofj9S5JEzQ==} peerDependencies: react: ^19.2.8 @@ -14064,7 +14064,7 @@ snapshots: lru_map@0.4.1: {} - lucide-react@1.32.0(react@19.2.8): + lucide-react@1.38.0(react@19.2.8): dependencies: react: 19.2.8 diff --git a/ui/package.json b/ui/package.json index d9b1bf32a5..16cb5e9669 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,7 @@ "cmdk": "^1.1.1", "i18next": "^26.3.6", "lexical": "0.48.0", - "lucide-react": "^1.32.0", + "lucide-react": "^1.38.0", "mermaid": "^11.17.2", "motion": "^12.42.2", "radix-ui": "^1.6.7",