From 28a1548af98ba7bf03654b6d7d475a8ef7650f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:07:57 +0000 Subject: [PATCH] Bump lucide-static from 0.555.0 to 0.556.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.555.0 to 0.556.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.555.0...0.556.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 0.556.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 7661f11e..535e8067 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.555.0" + "lucide-static": "^0.556.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", @@ -2129,9 +2129,9 @@ } }, "node_modules/lucide-static": { - "version": "0.555.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.555.0.tgz", - "integrity": "sha512-FMMaYYsEYsUA6xlEzIMoKEV3oGnxIIvAN+AtLmYXvlTJptJTveJjVBQwvtA/zZLrD6KLEu89G95dQYlhivw5jQ==", + "version": "0.556.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.556.0.tgz", + "integrity": "sha512-AD0WHIYZgRvbPrdfMdAaHYTDfSlEHYSry9sh4faS14malHdsPelnZQ9j/r5M5nCD4pyTsYyAk9DFt+/2FmLSNA==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 3537f011..8a97ad05 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.555.0" + "lucide-static": "^0.556.0" } }