From 479875f8c1546163da1de8fcbb20c4690bc38c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:06:26 +0000 Subject: [PATCH] Bump lucide-static from 0.561.0 to 0.562.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.561.0 to 0.562.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.561.0...0.562.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 0.562.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 975f247b..4226c445 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.561.0" + "lucide-static": "^0.562.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", @@ -2147,9 +2147,9 @@ } }, "node_modules/lucide-static": { - "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==", + "version": "0.562.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.562.0.tgz", + "integrity": "sha512-TM2vNVOEsO3+ijmno7n/VmxUo0Shr9OXC/UqZc5n4xEVyXX4E4NVvXoRPAZiSsIsdvlQ7alGOcIC/QGtR+OgUQ==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index a73ab09f..2ffdb0a1 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.561.0" + "lucide-static": "^0.562.0" } }