From 1521ecbe49887cf1a77b9b089b33a239f4fde161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 14:46:19 +0000 Subject: [PATCH] chore(deps): bump lucide from 0.469.0 to 1.31.0 in /toolknit-desktop Bumps [lucide](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide) from 0.469.0 to 1.31.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide) --- updated-dependencies: - dependency-name: lucide dependency-version: 1.29.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 59ca696..070e804 100644 --- a/toolknit-desktop/package-lock.json +++ b/toolknit-desktop/package-lock.json @@ -16,7 +16,7 @@ "exceljs": "^4.4.0", "fontkit": "^2.0.4", "jszip": "^3.10.1", - "lucide": "^0.469.0", + "lucide": "^1.31.0", "music-tempo": "^1.0.3", "ogl": "^1.0.11", "pdf-lib": "^1.17.1", @@ -1887,9 +1887,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.31.0", + "resolved": "https://registry.npmjs.org/lucide/-/lucide-1.31.0.tgz", + "integrity": "sha512-iPJC7py8o990ZSmvFZlS+4+bNasP+ANDkD0IeDOGgQZjTm3p85F2Ldut7leM1yhYavr1pmoPfigm9MDHyyCOrw==", "license": "ISC" }, "node_modules/minimatch": { diff --git a/toolknit-desktop/package.json b/toolknit-desktop/package.json index 870fefe..ce0c2c5 100644 --- a/toolknit-desktop/package.json +++ b/toolknit-desktop/package.json @@ -69,7 +69,7 @@ "exceljs": "^4.4.0", "fontkit": "^2.0.4", "jszip": "^3.10.1", - "lucide": "^0.469.0", + "lucide": "^1.31.0", "music-tempo": "^1.0.3", "ogl": "^1.0.11", "pdf-lib": "^1.17.1",