From 39127f36ae207bce4a5844cbc9eb572d23928c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 09:26:03 +0000 Subject: [PATCH] Bump @heroicons/vue from 2.0.18 to 2.1.3 in /client 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] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index f23caf9..27d20a5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@headlessui/vue": "^1.7.22", - "@heroicons/vue": "^2.0.18", + "@heroicons/vue": "^2.1.3", "vue": "^3.2.47", "vue-router": "^4.2.2" }, @@ -528,9 +528,9 @@ } }, "node_modules/@heroicons/vue": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-2.0.18.tgz", - "integrity": "sha512-BcTC9nq2TkwNSfQuqo96J7ehx4etezypc2YeTq7KsXWxrcrerhkgjLrxGRBnStN0wrXo0Gv4BInybqz5uBG6Cw==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-2.1.3.tgz", + "integrity": "sha512-CP4ipIwFbV4NEn8ULUCN110wkV0wZq6dsViDL3HwgIh+jn5yQGlRm6QaRN+Mv+o+UsUBbRDei3Je/q0NZHf5Gg==", "peerDependencies": { "vue": ">= 3" } diff --git a/client/package.json b/client/package.json index ed386ca..81d5694 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@headlessui/vue": "^1.7.22", - "@heroicons/vue": "^2.0.18", + "@heroicons/vue": "^2.1.3", "vue": "^3.2.47", "vue-router": "^4.2.2" },