From c0e493d96ad2f615a7c042c60dd6fcbc5806bf16 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 16 Feb 2023 17:02:00 +0100 Subject: [PATCH] chore(deps): bump nuxt-icon --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 64fd7f57..f16b56d7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "defu": "^6.1.2", "fuse.js": "^6.6.2", "lodash-es": "^4.17.21", - "nuxt-icon": "^0.3.1", + "nuxt-icon": "^0.3.2", "tailwindcss": "^3.2.6" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index adda2330..0ab3fcb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5652,10 +5652,10 @@ nuxt-config-schema@^0.4.4: pathe "^1.0.0" untyped "^1.2.2" -nuxt-icon@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/nuxt-icon/-/nuxt-icon-0.3.1.tgz#686162115d83b166e83f9be4af9c27b8c35fbf25" - integrity sha512-/ekFBwqZ2KCr1GNuGCal4Tr0ntYF9xMwDqlb0JYjk616ZM7zie2SXLyHam+if1a8n2v0RRTrxHu//pUhCLghjg== +nuxt-icon@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/nuxt-icon/-/nuxt-icon-0.3.2.tgz#d28d9f0def8a632c51db20c5fe5b8d5dcf2a78c9" + integrity sha512-066pfova2nE9GZDvHE9oMkqJCwsnJvOZKU2FOSzRpjfXupH3UPtP9Zw8+C2wvZ82Nel6fuRoIUNQh5Sx8ZeQrQ== dependencies: "@iconify/vue" "^4.1.0" "@nuxt/kit" "^3.2.0"