From 8752e91188771dbf57acecbfbc2de2dfe77116f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 22:53:30 +0000 Subject: [PATCH] fix(deps): bump @iconify/vue from 3.2.1 to 4.0.0 in /frontend Bumps [@iconify/vue](https://github.com/iconify/iconify/tree/HEAD/components/vue) from 3.2.1 to 4.0.0. - [Release notes](https://github.com/iconify/iconify/releases) - [Commits](https://github.com/iconify/iconify/commits/HEAD/components/vue) --- updated-dependencies: - dependency-name: "@iconify/vue" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 4bb2f78..3aa2072 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "vitest": "^0.22.1" }, "dependencies": { - "@iconify/vue": "^3.2.1", + "@iconify/vue": "^4.0.0", "@nuxtjs/tailwindcss": "^5.3.2", "@pinia/nuxt": "^0.4.1", "@tailwindcss/aspect-ratio": "^0.4.0",