From 6c7b1ee50f921306314cdc83196c753a84780234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:09:34 +0000 Subject: [PATCH] fix(deps): Bump @heroicons/vue from 2.0.18 to 2.1.1 Bumps [@heroicons/vue](https://github.com/tailwindlabs/heroicons) from 2.0.18 to 2.1.1. - [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.0.18...v2.1.1) --- updated-dependencies: - dependency-name: "@heroicons/vue" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a1cba140..2a99b4b2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@headlessui/vue": "1.7.19", - "@heroicons/vue": "2.0.18", + "@heroicons/vue": "2.1.1", "@nuxt/postcss8": "^1.1.3", "@nuxtjs/pwa": "3.3.5", "@tailwindcss/forms": "^0.5.7", diff --git a/yarn.lock b/yarn.lock index ab31bc4a..0740a9d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1988,10 +1988,10 @@ dependencies: "@tanstack/vue-virtual" "^3.0.0-beta.60" -"@heroicons/vue@2.0.18": - version "2.0.18" - resolved "https://registry.yarnpkg.com/@heroicons/vue/-/vue-2.0.18.tgz#cd55074dfb1915870b680e2757ca4dad6ab3326a" - integrity sha512-BcTC9nq2TkwNSfQuqo96J7ehx4etezypc2YeTq7KsXWxrcrerhkgjLrxGRBnStN0wrXo0Gv4BInybqz5uBG6Cw== +"@heroicons/vue@2.1.1": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@heroicons/vue/-/vue-2.1.1.tgz#76299d6607a7a1164e3e06a037d7cf721c53b223" + integrity sha512-Yi5nh/89L193ALgHyJUQUdNLsKXPrrE3yj5yiR8WAlo7nZyXGxGauQcEAmBsa2XJGMhBMuEdoOiuZ8wEwTBxVQ== "@humanwhocodes/config-array@^0.11.13": version "0.11.13"