From b3a6756b327963a35d280df3bab87acdd171f66c Mon Sep 17 00:00:00 2001 From: null Date: Fri, 20 Dec 2024 10:35:04 +0000 Subject: [PATCH] chore: update dependency lucide-static to v0.469.0 --- package-lock.json | 8 ++++---- projects/icons/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6074c1aeda7..2f59e6a70bac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28401,9 +28401,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==", "dev": true, "license": "ISC" }, @@ -40044,7 +40044,7 @@ "version": "4.18.0", "license": "Apache-2.0", "devDependencies": { - "lucide-static": "0.468.0" + "lucide-static": "0.469.0" } }, "projects/icons-fontawesome": { diff --git a/projects/icons/package.json b/projects/icons/package.json index 44c075abde0d..926a6eec1fef 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -12,6 +12,6 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "devDependencies": { - "lucide-static": "0.468.0" + "lucide-static": "0.469.0" } }