From 6eeff177e65cfa5d627b7ba1e24a321638473212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:35:46 +0000 Subject: [PATCH] Bump lucide-static from 0.548.0 to 0.552.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.548.0 to 0.552.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.548.0...0.552.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 0.552.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 30897ba0..b2eeb724 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.548.0" + "lucide-static": "^0.552.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", @@ -2133,9 +2133,9 @@ } }, "node_modules/lucide-static": { - "version": "0.548.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.548.0.tgz", - "integrity": "sha512-gU7B6abtKtsw7DuSl1rsSKybMHja11g6I/2XYS6QLXnhD3jAirO3h4zP1ztV9epcjxiCtfXFIfsfqdD2gN5Icw==", + "version": "0.552.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.552.0.tgz", + "integrity": "sha512-wL+9EAx8k/4i/w9qGuAwHrrV8SryVsJk+Ug9SErtg18Zq95FMwMXlu4Dhl4RS8C2b1oxFu66p7YK96yrNsm6cg==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 7f6c7379..3b5219ee 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.548.0" + "lucide-static": "^0.552.0" } }