From 9119f89e8161c2b4a13e9dc81718f2ca15dcb37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:17:33 +0000 Subject: [PATCH] Bump heroicons from 2.1.3 to 2.1.5 Bumps [heroicons](https://github.com/tailwindlabs/heroicons) from 2.1.3 to 2.1.5. - [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.1.5) --- updated-dependencies: - dependency-name: heroicons dependency-type: direct:production update-type: version-update:semver-patch ... 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 3ec63ab..dee2180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "heroicons-tag-helper", "dependencies": { - "heroicons": "2.1.3" + "heroicons": "2.1.5" }, "devDependencies": { "markdownlint-cli": "^0.41.0" @@ -209,9 +209,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.1.5", + "resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.1.5.tgz", + "integrity": "sha512-XLq3m45bJphmWdR6im52alaYajp0/fluJa2+7xh3x7CgItumbLsjhKYe+mCf0lErXLy7ZyiEgKIty2gFNxhoyA==" }, "node_modules/ignore": { "version": "5.3.1", @@ -872,9 +872,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.1.5", + "resolved": "https://registry.npmjs.org/heroicons/-/heroicons-2.1.5.tgz", + "integrity": "sha512-XLq3m45bJphmWdR6im52alaYajp0/fluJa2+7xh3x7CgItumbLsjhKYe+mCf0lErXLy7ZyiEgKIty2gFNxhoyA==" }, "ignore": { "version": "5.3.1", diff --git a/package.json b/package.json index 11b7027..b97a01c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "test": "markdownlint \"**/*.md\" --ignore node_modules" }, "dependencies": { - "heroicons": "2.1.3" + "heroicons": "2.1.5" }, "devDependencies": { "markdownlint-cli": "^0.41.0"