From 14d0339f6e6720785161a96b98cbf3c306bf2844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:08:54 +0000 Subject: [PATCH] chore(deps): bump lucide from 0.469.0 to 1.35.0 in /toolknit-desktop Bumps [lucide](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide) from 0.469.0 to 1.35.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.35.0/packages/lucide) --- updated-dependencies: - dependency-name: lucide dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- toolknit-desktop/package-lock.json | 8 ++++---- toolknit-desktop/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/toolknit-desktop/package-lock.json b/toolknit-desktop/package-lock.json index 7ad2f18..d1e7390 100644 --- a/toolknit-desktop/package-lock.json +++ b/toolknit-desktop/package-lock.json @@ -28,7 +28,7 @@ "js-md2": "^0.2.2", "jszip": "^3.10.1", "katex": "^0.18.4", - "lucide": "^0.469.0", + "lucide": "^1.35.0", "markdown-it": "^15.0.0", "markdown-it-task-lists": "^2.1.1", "mermaid": "^11.17.0", @@ -3178,9 +3178,9 @@ "license": "MIT" }, "node_modules/lucide": { - "version": "0.469.0", - "resolved": "https://registry.npmmirror.com/lucide/-/lucide-0.469.0.tgz", - "integrity": "sha512-ZmMtOekJ6g1UFqTvV9aWbkk+u/QxpfDpgUrbNj8jJEK+CtBdHVQ4akCA0TcTyeOvnL8RWo271UzFTimBRT0gKw==", + "version": "1.35.0", + "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.35.0.tgz", + "integrity": "sha512-wsO/gl+aXKQ5SHuQB2t0O2b5t8Qw6q8I2qltdSh40UzGYrnG+5tDp+sHYbtN76ZCYHnus5q3xaAFjP9QLmj/1Q==", "license": "ISC" }, "node_modules/markdown-it": { diff --git a/toolknit-desktop/package.json b/toolknit-desktop/package.json index 56543aa..dc75126 100644 --- a/toolknit-desktop/package.json +++ b/toolknit-desktop/package.json @@ -100,7 +100,7 @@ "js-md2": "^0.2.2", "jszip": "^3.10.1", "katex": "^0.18.4", - "lucide": "^0.469.0", + "lucide": "^1.35.0", "markdown-it": "^15.0.0", "markdown-it-task-lists": "^2.1.1", "mermaid": "^11.17.0",