From 1b601ec241cc56c26958ec612e8ddcc88e140aa8 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 8 Oct 2024 08:31:57 +0000 Subject: [PATCH] fix(deps): update dependency lucide-static to v0.449.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 6b73463c0f06..210724e2103c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29439,9 +29439,9 @@ } }, "node_modules/lucide-static": { - "version": "0.447.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.447.0.tgz", - "integrity": "sha512-6QcrGIs8sgQn5DzQzLjBtV8mLh0WeYZo31SK2xt58vygpUtYRUmtZ+e+/Lan3K49ZNE40VFV+oqYNhpTULrqJA==", + "version": "0.449.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.449.0.tgz", + "integrity": "sha512-590F3lwMo6+YC+LWAIgnuY8f026qFlAlt91I6wa/MbvWntBiOW7Vyww14WKUeNgxFvVjDlaraWeiScvry7usMQ==", "dev": true, "license": "ISC" }, @@ -40892,7 +40892,7 @@ "version": "4.9.0", "license": "Apache-2.0", "devDependencies": { - "lucide-static": "0.447.0" + "lucide-static": "0.449.0" } }, "projects/icons-fontawesome": { diff --git a/projects/icons/package.json b/projects/icons/package.json index 88e6f6b7141c..22f6de1993df 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.447.0" + "lucide-static": "0.449.0" } }