diff --git a/package-lock.json b/package-lock.json index 29f16d95..ffec93f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "bootstrap-icons": "^1.12.1", - "lucide-static": "^0.539.0" + "lucide-static": "^0.540.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", @@ -2131,9 +2131,9 @@ "license": "MIT" }, "node_modules/lucide-static": { - "version": "0.539.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.539.0.tgz", - "integrity": "sha512-ybhtBJOeIgY1d1WV3vxJkSOoWi1EaYOkA15WYtct9/kX3+HSTCdbkeM0fQ4i5JxsKmp874J8dsNI92r4t5qCzg==", + "version": "0.540.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.540.0.tgz", + "integrity": "sha512-1wEk7Je7n5LYPPSEjA9zjw2MftbylU2+cud/a+E4zKrKt9ze6D7sOHeqGx0li7uTJUhoLiFatYsqfQuYyA/jXw==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 13ce7a39..bb96ab09 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ }, "dependencies": { "bootstrap-icons": "^1.12.1", - "lucide-static": "^0.539.0" + "lucide-static": "^0.540.0" } }