diff --git a/package-lock.json b/package-lock.json index df3fd790..7c897cdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "bootstrap-icons": "^1.12.1", - "lucide-static": "^0.536.0" + "lucide-static": "^0.539.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", @@ -2131,9 +2131,9 @@ "license": "MIT" }, "node_modules/lucide-static": { - "version": "0.536.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.536.0.tgz", - "integrity": "sha512-sP/CE7WIORRnPcutL0tSm1SiLEQ2g8FYbUUkYNNscCGSmUA3LDHfOXdghEFSzFQuo+6yxaTJ+/xNDUGHKPPD5g==", + "version": "0.539.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.539.0.tgz", + "integrity": "sha512-ybhtBJOeIgY1d1WV3vxJkSOoWi1EaYOkA15WYtct9/kX3+HSTCdbkeM0fQ4i5JxsKmp874J8dsNI92r4t5qCzg==", "license": "ISC" }, "node_modules/magic-string": { diff --git a/package.json b/package.json index 3ab63708..0336e57e 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ }, "dependencies": { "bootstrap-icons": "^1.12.1", - "lucide-static": "^0.536.0" + "lucide-static": "^0.539.0" } }