From aa9c3afd34b471d53d145b01f4a34c2fa26bee4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:07:58 +0000 Subject: [PATCH] Bump lucide-static from 0.553.0 to 0.554.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.553.0 to 0.554.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.553.0...0.554.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 0.554.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 2d6c599a..e86f01a5 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.553.0" + "lucide-static": "^0.554.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", @@ -2133,9 +2133,9 @@ } }, "node_modules/lucide-static": { - "version": "0.553.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.553.0.tgz", - "integrity": "sha512-HzUDs6+Eq4Tm9N/EvzQT1YzV7rpLF3yn/WSWEw1RLb/yZwUvOo8+0BMIm1p2V+tGlwlcrLnSR9SpSinToNULGA==", + "version": "0.554.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.554.0.tgz", + "integrity": "sha512-BYYjEYeK9zuG80ttRn0ud1eXS72KlGNr0p3v5kSWRDVUZqoKF9JJAxeAvdNrFIRv4OIv7h2sKSvfz0xXhP3l/w==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index cda80551..bc3d1b4d 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.553.0" + "lucide-static": "^0.554.0" } }