From 486ac54bbb55dec75839e1b79ce1a6405c5c8e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:29:27 +0000 Subject: [PATCH] Bump lucide-static from 0.468.0 to 0.469.0 Bumps [lucide-static](https://github.com/lucide-icons/lucide) from 0.468.0 to 0.469.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/compare/0.468.0...0.469.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 f185922..b2671c0 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.468.0" + "lucide-static": "^0.469.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.7", @@ -1653,9 +1653,9 @@ } }, "node_modules/lucide-static": { - "version": "0.468.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.468.0.tgz", - "integrity": "sha512-JvpWui2umxRyEVMoETfMzb+qKqibV/sdoqJbKmW1JLdkuhXluJKoO6NqCbvCK/vAbUuH5bTEFD4T6uECsrNcnA==" + "version": "0.469.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.469.0.tgz", + "integrity": "sha512-ravTgZodIVLO53rJyjIq0iuCRHs+kjd3dAfOcTbA41KCDfdy0Pt6Me8akkhda3jRpbIxjKe1PpYZOg2eQnI/lA==" }, "node_modules/merge2": { "version": "1.4.1", diff --git a/package.json b/package.json index ee7ea08..c0a7b55 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.468.0" + "lucide-static": "^0.469.0" } }