From 128077f895772f2d94d6f4fed4654045193c007c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:29:06 +0000 Subject: [PATCH] build(deps): bump lucide-static from 0.577.0 to 1.7.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.577.0 to 1.7.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.577.0...1.7.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 751880d..69c572c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tauri-apps/api": "^2", "@tauri-apps/plugin-opener": "^2", "html-to-image": "^1.11.13", - "lucide-static": "^0.577.0" + "lucide-static": "^1.7.0" }, "devDependencies": { "@tauri-apps/cli": "^2", @@ -1147,9 +1147,9 @@ "license": "MIT" }, "node_modules/lucide-static": { - "version": "0.577.0", - "resolved": "https://registry.npmmirror.com/lucide-static/-/lucide-static-0.577.0.tgz", - "integrity": "sha512-hx39J5Tq4JWF2ALY+5YRg+SxQLpeAmLJDXNcqiBJH/UuVwp43it9fyki/onZO7AVFgG5ZbB+fWwZR9mwGHE2XQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-1.7.0.tgz", + "integrity": "sha512-d2H0iplJoHN67x9mPUvIfsHhtsI3BRvhhzfreccj+0sHHf4TjHvPEaWHNMR5iMKAFq3HKVfzx3kb82L8sPp2rA==", "license": "ISC" }, "node_modules/nanoid": { diff --git a/package.json b/package.json index 1f0d1b4..c2e187b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@tauri-apps/api": "^2", "@tauri-apps/plugin-opener": "^2", "html-to-image": "^1.11.13", - "lucide-static": "^0.577.0" + "lucide-static": "^1.7.0" }, "devDependencies": { "@tauri-apps/cli": "^2",