From d6506ebf532fdb3c7c6c2541bc590431905dc653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:54:58 +0000 Subject: [PATCH] deps: bump lucide-static from 1.24.0 to 1.26.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 1.24.0 to 1.26.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/1.24.0...1.26.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4cbecb3..16a8e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "lucide-static": "^1.24.0" + "lucide-static": "^1.26.0" }, "devDependencies": { "happy-dom": "^20.10.6", @@ -1688,9 +1688,9 @@ } }, "node_modules/lucide-static": { - "version": "1.24.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-1.24.0.tgz", - "integrity": "sha512-NDSgPb/RWllI9QooPbGXfQCXQi/45oquDmtljeN3qVxqfEUf91uM2C4zijy8bs+pEWxKckA0/WZLZT43YD4Xnw==", + "version": "1.26.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-1.26.0.tgz", + "integrity": "sha512-6yCpa2ONICjlE19BuneIi75ASd9cCZhqJlzhAlQBi+99m2aZd2cNzxFVbDgPu7JLBZR2uDYO/EpLYtnhGw5Niw==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index cd25c77..e7ec32e 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "vitest": "^4.1.10" }, "dependencies": { - "lucide-static": "^1.24.0" + "lucide-static": "^1.26.0" } }