From 9abc5b30d90c23eaa8a4cbdf9a7d4d4e4694d7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:45:06 +0000 Subject: [PATCH] Bump lucide-static from 0.471.0 to 0.473.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.471.0 to 0.473.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.471.0...0.473.0) --- updated-dependencies: - dependency-name: lucide-static 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 a908280..3d9ce34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "bootstrap-icons": "^1.11.3", "choices.js": "^11.0.2", - "lucide-static": "^0.471.0" + "lucide-static": "^0.473.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", @@ -1653,9 +1653,9 @@ } }, "node_modules/lucide-static": { - "version": "0.471.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.471.0.tgz", - "integrity": "sha512-Fx4tdvPetYVgTPgac+iYuB9HcEum4wWb2sZvbnWHW1XUeOmjHkcum1TEa6zV1WmMoCTnE3eo3GsR4pXILaLFiA==" + "version": "0.473.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.473.0.tgz", + "integrity": "sha512-fHDRD9De8oyAVXkcmHTtC4ENT6jGxcyey7y/wBLkKlLvU/+zhR2VnAcwA2Hvsa9TJIEizc06jdC7PWoboc6Mkg==" }, "node_modules/merge2": { "version": "1.4.1", diff --git a/package.json b/package.json index 4cef5ee..d0cbf4a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "dependencies": { "bootstrap-icons": "^1.11.3", "choices.js": "^11.0.2", - "lucide-static": "^0.471.0" + "lucide-static": "^0.473.0" } }