diff --git a/ui/package-lock.json b/ui/package-lock.json index 63d6c2e..7a52833 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -8,7 +8,7 @@ "name": "ultimate-python-ui", "version": "1.0.0", "dependencies": { - "@lucide/astro": "^1.23.0", + "@lucide/astro": "^1.24.0", "astro": "^7.0.6" }, "devDependencies": { @@ -1270,9 +1270,9 @@ "license": "MIT" }, "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/ui/package.json b/ui/package.json index 0e3441d..7b6e0d6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "astro": "astro" }, "dependencies": { - "@lucide/astro": "^1.23.0", + "@lucide/astro": "^1.24.0", "astro": "^7.0.6" }, "devDependencies": {