From b61e6ec95fb35e31c007a1889b7420c3729f687f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 01:22:07 +0000 Subject: [PATCH] fix(deps): Bump @heroicons/vue from 2.0.18 to 2.1.3 Bumps [@heroicons/vue](https://github.com/tailwindlabs/heroicons) from 2.0.18 to 2.1.3. - [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.3) --- 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 171bfa47..469ad5c0 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.3", "@nuxt/postcss8": "^1.1.3", "@nuxtjs/pwa": "3.3.5", "@tailwindcss/forms": "^0.5.7", diff --git a/yarn.lock b/yarn.lock index 98c72dcd..8a52000d 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.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@heroicons/vue/-/vue-2.1.3.tgz#7553aea937bf23013b44ab3787ce181a45188356" + integrity sha512-CP4ipIwFbV4NEn8ULUCN110wkV0wZq6dsViDL3HwgIh+jn5yQGlRm6QaRN+Mv+o+UsUBbRDei3Je/q0NZHf5Gg== "@humanwhocodes/config-array@^0.11.13": version "0.11.13"