diff --git a/package-lock.json b/package-lock.json index 7022a05e..7d471132 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrolib/analytics": "^0.6.1", "@astrolib/seo": "^1.0.0-beta.8", "astro": "^4.16.13", - "astro-icon": "^1.1.2", + "astro-icon": "^1.1.4", "limax": "4.1.0", "lodash.merge": "^4.6.2", "rehype-autolink-headings": "^7.1.0", @@ -2882,9 +2882,9 @@ } }, "node_modules/astro-icon": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.2.tgz", - "integrity": "sha512-2qAHBtZLYuFEIMP0Ck0edyLi5fQmJjwP2Qbv41f8L4KAJ2sra/dH7q5lCOn4q0DHVtS0w3tPG8UKQRits3UPcg==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.4.tgz", + "integrity": "sha512-sMLkQaevIQLv38WBzb/RDbsmxhg5+X+KcNmpTi9cE6MLurNWU1MPnlO87d9Vwg4HxTenKpDlYp81A3syXFW/gw==", "dependencies": { "@iconify/tools": "^4.0.5", "@iconify/types": "^2.0.0", diff --git a/package.json b/package.json index ccd2790e..adb589a6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrolib/analytics": "^0.6.1", "@astrolib/seo": "^1.0.0-beta.8", "astro": "^4.16.13", - "astro-icon": "^1.1.2", + "astro-icon": "^1.1.4", "limax": "4.1.0", "lodash.merge": "^4.6.2", "rehype-autolink-headings": "^7.1.0",