diff --git a/package-lock.json b/package-lock.json index 380a355..b719b08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/tailwind": "^5.1.2", "@fontsource/arvo": "^5.1.0", "astro": "^5.0.0-beta.7", - "astro-icon": "^1.1.1", + "astro-icon": "^1.1.2", "markdown-it": "^14.1.0", "sanitize-html": "^2.13.1", "sass": "^1.80.6", @@ -2418,9 +2418,9 @@ } }, "node_modules/astro-icon": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.1.tgz", - "integrity": "sha512-HKBesWk2Faw/0+klLX+epQVqdTfSzZz/9+5vxXUjTJaN/HnpDf608gRPgHh7ZtwBPNJMEFoU5GLegxoDcT56OQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.2.tgz", + "integrity": "sha512-2qAHBtZLYuFEIMP0Ck0edyLi5fQmJjwP2Qbv41f8L4KAJ2sra/dH7q5lCOn4q0DHVtS0w3tPG8UKQRits3UPcg==", "license": "MIT", "dependencies": { "@iconify/tools": "^4.0.5", diff --git a/package.json b/package.json index c804ce3..8bf6e30 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@astrojs/tailwind": "^5.1.2", "@fontsource/arvo": "^5.1.0", "astro": "^5.0.0-beta.7", - "astro-icon": "^1.1.1", + "astro-icon": "^1.1.2", "markdown-it": "^14.1.0", "sanitize-html": "^2.13.1", "sass": "^1.80.6",