diff --git a/package-lock.json b/package-lock.json index a497fc9..8408ebf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.1", "license": "MIT", "dependencies": { - "@lucide/astro": "1.23.0", + "@lucide/astro": "1.24.0", "@tailwindcss/vite": "4.3.2", "astro": "6.4.8", "tailwindcss": "4.3.2" @@ -1257,9 +1257,9 @@ } }, "node_modules/@lucide/astro": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@lucide/astro/-/astro-1.23.0.tgz", - "integrity": "sha512-SP5JHwI46QJjCJGzS8BTQsUXcHJoGkVIeywN12NraSiTEt4uh0iNLPs4hEHTSJr+LbZeHxc3W1BiRJPF2tS5Yw==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@lucide/astro/-/astro-1.24.0.tgz", + "integrity": "sha512-UmQrHv3/SfulzmALy6M0H4TOAaql/OG68V7yoFDW4g4F49vQ8o32NQHK4xBm+8k8zD/JQNHt00z2YRKXJ6bnCA==", "license": "ISC", "peerDependencies": { "astro": "^4 || ^5 || ^6 || ^7" diff --git a/package.json b/package.json index ca7ebf3..b59e96e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "audit:prod": "npm audit --audit-level=low" }, "dependencies": { - "@lucide/astro": "1.23.0", + "@lucide/astro": "1.24.0", "@tailwindcss/vite": "4.3.2", "astro": "6.4.8", "tailwindcss": "4.3.2"