From 3c14a7799c9c3b4015b060423d8a235038cba130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:08:23 +0000 Subject: [PATCH] Bump lucide-static from 0.556.0 to 0.561.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.556.0 to 0.561.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.556.0...0.561.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 0.561.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 50b39655..b598ad6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@ryangjchandler/alpine-tooltip": "^2.0.1", "bootstrap-icons": "^1.12.1", - "lucide-static": "^0.556.0" + "lucide-static": "^0.561.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", @@ -2129,9 +2129,9 @@ } }, "node_modules/lucide-static": { - "version": "0.556.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.556.0.tgz", - "integrity": "sha512-AD0WHIYZgRvbPrdfMdAaHYTDfSlEHYSry9sh4faS14malHdsPelnZQ9j/r5M5nCD4pyTsYyAk9DFt+/2FmLSNA==", + "version": "0.561.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.561.0.tgz", + "integrity": "sha512-g8ZH7FmkASB/fxutFHXqsBdJnM9S9/p1Mei005CskWTws7+U+evwZUVWUyz8CSquJ8p4G/CBJ488Ip3ZlamxfQ==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 8a97ad05..55ec8edf 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ "dependencies": { "@ryangjchandler/alpine-tooltip": "^2.0.1", "bootstrap-icons": "^1.12.1", - "lucide-static": "^0.556.0" + "lucide-static": "^0.561.0" } }