diff --git a/package-lock.json b/package-lock.json index ff46b6d29..c345b7643 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "offon-website", "dependencies": { "@astrojs/vue": "^7.0.1", - "@iconify-json/lucide": "^1.2.128", + "@iconify-json/lucide": "^1.2.131", "@tailwindcss/vite": "^4.3.3", "astro": "^7.2.10", "nanostores": "^1.5.2", @@ -1758,9 +1758,9 @@ } }, "node_modules/@iconify-json/lucide": { - "version": "1.2.129", - "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.129.tgz", - "integrity": "sha512-pa0ufllJOXTDIH2BxE/BtWQEf/x46/lINDWcmncICV1/52veZ7KSBzQaVh9xDpmjDs8QN4j2Ex/LWlSSveL3yw==", + "version": "1.2.131", + "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.131.tgz", + "integrity": "sha512-2h0kGA4utt2OIqTdDHPs7+ft0lK8fRRNx1ItsvUaIlkTKaNc/ADT3F9j2F18Qevm9sWfKlAghOUmxmP32inTPg==", "license": "ISC", "dependencies": { "@iconify/types": "*" diff --git a/package.json b/package.json index 82473bad9..c3c3e3521 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "@astrojs/vue": "^7.0.1", - "@iconify-json/lucide": "^1.2.128", + "@iconify-json/lucide": "^1.2.131", "@tailwindcss/vite": "^4.3.3", "astro": "^7.2.10", "nanostores": "^1.5.2",