diff --git a/package-lock.json b/package-lock.json index fb7f0fe16cdc744..7f41ecd39d57bf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "algoliasearch": "^5.15.0", "astro": "^4.16.12", "astro-breadcrumbs": "^3.2.2", - "astro-icon": "^1.1.2", + "astro-icon": "^1.1.4", "astro-live-code": "^0.0.4", "date-fns": "^4.1.0", "detype": "1.0.12", @@ -5396,11 +5396,10 @@ } }, "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==", "dev": true, - "license": "MIT", "dependencies": { "@iconify/tools": "^4.0.5", "@iconify/types": "^2.0.0", diff --git a/package.json b/package.json index c2e3082cdb80d80..dd2ded255521584 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "algoliasearch": "^5.15.0", "astro": "^4.16.12", "astro-breadcrumbs": "^3.2.2", - "astro-icon": "^1.1.2", + "astro-icon": "^1.1.4", "astro-live-code": "^0.0.4", "date-fns": "^4.1.0", "detype": "1.0.12",