diff --git a/package-lock.json b/package-lock.json index fcee197fa945170..e60f91242396d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "algoliasearch": "^5.13.0", "astro": "^4.16.9", "astro-breadcrumbs": "^3.2.0", - "astro-icon": "^1.1.1", + "astro-icon": "^1.1.2", "astro-live-code": "^0.0.4", "date-fns": "^4.1.0", "detype": "1.0.12", @@ -5397,11 +5397,10 @@ } }, "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==", "dev": true, - "license": "MIT", "dependencies": { "@iconify/tools": "^4.0.5", "@iconify/types": "^2.0.0", diff --git a/package.json b/package.json index e8bee52b1b8fb51..eeaf8d3aa46aaf4 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "algoliasearch": "^5.13.0", "astro": "^4.16.9", "astro-breadcrumbs": "^3.2.0", - "astro-icon": "^1.1.1", + "astro-icon": "^1.1.2", "astro-live-code": "^0.0.4", "date-fns": "^4.1.0", "detype": "1.0.12",