From 1c0a1e452a95eefbff2c1ea22812f284fa20f7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:44:34 +0000 Subject: [PATCH] Bump lucide-static from 0.542.0 to 0.544.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.542.0 to 0.544.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.542.0...0.544.0) --- updated-dependencies: - dependency-name: lucide-static dependency-version: 0.544.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++------------------ package.json | 2 +- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82d9e22f..727f1a48 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.542.0" + "lucide-static": "^0.544.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", @@ -859,13 +859,6 @@ "tailwindcss": "4.1.13" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", - "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.1.13", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.13.tgz", @@ -1186,13 +1179,6 @@ "tailwindcss": "4.1.13" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", - "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/typography": { "version": "0.5.16", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", @@ -2177,9 +2163,9 @@ "license": "MIT" }, "node_modules/lucide-static": { - "version": "0.542.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.542.0.tgz", - "integrity": "sha512-jnXxFQYH0F24Nj5Zjje5jmMbGjClohnuSEYwTjAGuAa7UYDQiUjl0H7t4Ha19lkKryhCQA3VfeAJMjarrhzNZQ==", + "version": "0.544.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.544.0.tgz", + "integrity": "sha512-2PkMTYcjQkIzYbd5u2g7UtRaNDP7dLQT107MmYBdvnZZCO3Vj0nqH6HA5AkUS2Era8D1ITb/UxrOkfdH/qN2Ag==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 0ade56ff..8a74d9e7 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.542.0" + "lucide-static": "^0.544.0" } }