From 3621fe6b320b47a18a1e4d9282bfe64583a939ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:38:41 +0000 Subject: [PATCH] Bump heroicons from 2.1.3 to 2.2.0 Bumps [heroicons](https://github.com/tailwindlabs/heroicons) from 2.1.3 to 2.2.0. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.1.3...v2.2.0) --- updated-dependencies: - dependency-name: heroicons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7a1861..e3a5fd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "heroicons-tag-helper", "dependencies": { - "heroicons": "2.1.3" + "heroicons": "2.2.0" }, "devDependencies": { "markdownlint-cli": "^0.43.0" @@ -188,9 +188,9 @@ } }, "node_modules/heroicons": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.1.3.tgz", - "integrity": "sha512-Fom8AaUho83oeGPCne9oo1F6A+2r4BPmY59qOkML4LIu+xQNS/yv8OmcrxCuiVs7X42oTRAnFbOJHGDwIlI8HA==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.2.0.tgz", + "integrity": "sha512-yOwvztmNiBWqR946t+JdgZmyzEmnRMC2nxvHFC90bF1SUttwB6yJKYeme1JeEcBfobdOs827nCyiWBS2z/brog==" }, "node_modules/ignore": { "version": "6.0.2", @@ -843,9 +843,9 @@ } }, "heroicons": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.1.3.tgz", - "integrity": "sha512-Fom8AaUho83oeGPCne9oo1F6A+2r4BPmY59qOkML4LIu+xQNS/yv8OmcrxCuiVs7X42oTRAnFbOJHGDwIlI8HA==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.2.0.tgz", + "integrity": "sha512-yOwvztmNiBWqR946t+JdgZmyzEmnRMC2nxvHFC90bF1SUttwB6yJKYeme1JeEcBfobdOs827nCyiWBS2z/brog==" }, "ignore": { "version": "6.0.2", diff --git a/package.json b/package.json index 4be2195..0ee4990 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "test": "markdownlint \"**/*.md\" --ignore node_modules" }, "dependencies": { - "heroicons": "2.1.3" + "heroicons": "2.2.0" }, "devDependencies": { "markdownlint-cli": "^0.43.0"