From cb11772bc6172cabf9bb8bafaafe040558d648b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:54:39 +0000 Subject: [PATCH] Bump @lobehub/icons from 5.2.0 to 5.10.0 in /apps/desktop Bumps [@lobehub/icons](https://github.com/lobehub/lobe-icons) from 5.2.0 to 5.10.0. - [Release notes](https://github.com/lobehub/lobe-icons/releases) - [Changelog](https://github.com/lobehub/lobe-icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/lobehub/lobe-icons/compare/v5.2.0...v5.10.0) --- updated-dependencies: - dependency-name: "@lobehub/icons" dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/desktop/package-lock.json | 21 +++++---------------- apps/desktop/package.json | 2 +- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index f6b9c00af..b189e57e3 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -18,7 +18,7 @@ "@fontsource-variable/space-grotesk": "^5.2.10", "@linear/sdk": "^84.0.0", "@lobehub/fluent-emoji": "^4.1.0", - "@lobehub/icons": "^5.2.0", + "@lobehub/icons": "^5.10.0", "@lobehub/icons-static-svg": "^1.84.0", "@lobehub/ui": "^5.6.3", "@modelcontextprotocol/sdk": "^1.29.0", @@ -303,9 +303,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -319,9 +316,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -335,9 +329,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -351,9 +342,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -2555,15 +2543,16 @@ } }, "node_modules/@lobehub/icons": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@lobehub/icons/-/icons-5.2.0.tgz", - "integrity": "sha512-dDp/5wQWuhfAItrrdXmIYPQMFFqlE+0tk3EplivEm3HDf33W4al+7Y815y/MPIACHhg9fNCu8+HKo0Sn9JVOaw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@lobehub/icons/-/icons-5.10.0.tgz", + "integrity": "sha512-CIpjkISCLRK7haDtSugGFd0o3odaJts8ewJOkUiEFtns3xvsqbl8i24eowBnjw+yMDQVQyNONlhqTD58YC6Ljg==", "license": "MIT", "workspaces": [ "packages/*" ], "dependencies": { "antd-style": "^4.1.0", + "es-toolkit": "^1.45.1", "lucide-react": "^0.469.0", "polished": "^4.3.1" }, diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 3186479fd..293c02885 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -63,7 +63,7 @@ "@fontsource-variable/space-grotesk": "^5.2.10", "@linear/sdk": "^84.0.0", "@lobehub/fluent-emoji": "^4.1.0", - "@lobehub/icons": "^5.2.0", + "@lobehub/icons": "^5.10.0", "@lobehub/icons-static-svg": "^1.84.0", "@lobehub/ui": "^5.6.3", "@modelcontextprotocol/sdk": "^1.29.0",