From 2118ae84e5ef012283911328e63e5f4a36028417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 05:59:30 +0000 Subject: [PATCH] fix(deps): bump @iconify/vue from 3.2.1 to 4.0.1 in /frontend Bumps [@iconify/vue](https://github.com/iconify/iconify/tree/HEAD/components/vue) from 3.2.1 to 4.0.1. - [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 973e383..7bbc1eb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "vitest": "^0.22.1" }, "dependencies": { - "@iconify/vue": "^3.2.1", + "@iconify/vue": "^4.0.1", "@nuxtjs/tailwindcss": "^6.1.3", "@pinia/nuxt": "^0.4.1", "@tailwindcss/aspect-ratio": "^0.4.0",