From 4c51befb2c13a521c120e576deed88e1e9d44edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:23:37 +0000 Subject: [PATCH] chore(deps): bump astro-icon from 1.1.2 to 1.1.4 (#431) Bumps [astro-icon](https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core) from 1.1.2 to 1.1.4. - [Release notes](https://github.com/natemoo-re/astro-icon/releases) - [Changelog](https://github.com/natemoo-re/astro-icon/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/natemoo-re/astro-icon/commits/astro-icon@1.1.4/packages/core) --- updated-dependencies: - dependency-name: astro-icon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f29cf6a..ca05dfc0 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 cf3977b4..87b17f76 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",