From 7e44d7fba979413628e5844c7eb0d26c28d81f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:03:06 +0000 Subject: [PATCH] chore(deps): bump astro-icon from 1.1.4 to 1.1.5 Bumps [astro-icon](https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core) from 1.1.4 to 1.1.5. - [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.5/packages/core) --- updated-dependencies: - dependency-name: astro-icon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4cca66..00a5348 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@iconify-json/fa-brands": "^1.2.1", "@iconify-json/mdi": "^1.2.2", "astro": "^5.1.1", - "astro-icon": "^1.1.4", + "astro-icon": "^1.1.5", "fuse.js": "^7.0.0", "sass": "^1.83.0", "sugar": "^2.0.6", @@ -2523,10 +2523,9 @@ } }, "node_modules/astro-icon": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.4.tgz", - "integrity": "sha512-sMLkQaevIQLv38WBzb/RDbsmxhg5+X+KcNmpTi9cE6MLurNWU1MPnlO87d9Vwg4HxTenKpDlYp81A3syXFW/gw==", - "license": "MIT", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.5.tgz", + "integrity": "sha512-CJYS5nWOw9jz4RpGWmzNQY7D0y2ZZacH7atL2K9DeJXJVaz7/5WrxeyIxO8KASk1jCM96Q4LjRx/F3R+InjJrw==", "dependencies": { "@iconify/tools": "^4.0.5", "@iconify/types": "^2.0.0", diff --git a/package.json b/package.json index ccb1c58..9762814 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@iconify-json/fa-brands": "^1.2.1", "@iconify-json/mdi": "^1.2.2", "astro": "^5.1.1", - "astro-icon": "^1.1.4", + "astro-icon": "^1.1.5", "fuse.js": "^7.0.0", "sass": "^1.83.0", "sugar": "^2.0.6",