diff --git a/package-lock.json b/package-lock.json index a8ecd62..803b13e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "astro": "^4", "lucide-astro": "^0", "sharp": "^0", - "simple-icons-astro": "^10", + "simple-icons-astro": "^12.0.0", "tailwindcss": "^3" }, "devDependencies": { @@ -6710,9 +6710,9 @@ } }, "node_modules/simple-icons-astro": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/simple-icons-astro/-/simple-icons-astro-10.4.0.tgz", - "integrity": "sha512-P7IQfedSixOETLYTtj8srtROpzWErsc2uX3COYSIfqNDC+i9z7iQi9Tzsl1idM0Iwjk3f6V7d6IwTtWgyIYK3g==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/simple-icons-astro/-/simple-icons-astro-12.4.0.tgz", + "integrity": "sha512-2m7DAKACCT7ZAS1xfYwUngMGHjJuoBcEmGh/LXHK3CQbCBlXQJWucAYg6vUHVWekdqXkYWL/pPmudgK2KjGWXw==", "license": "MIT", "peerDependencies": { "astro": ">=2.7.1" diff --git a/package.json b/package.json index 9e74b14..0f9b159 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "astro": "^4", "lucide-astro": "^0", "sharp": "^0", - "simple-icons-astro": "^10", + "simple-icons-astro": "^12.0.0", "tailwindcss": "^3" }, "devDependencies": {