From a5efbd0625ac8f3b5633184ca61631260ca14e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 01:37:41 +0000 Subject: [PATCH] fix(deps): bump @iconify/vue from 3.2.1 to 4.0.2 in /frontend Bumps [@iconify/vue](https://github.com/iconify/iconify/tree/HEAD/components/vue) from 3.2.1 to 4.0.2. - [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..b49c177 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.2", "@nuxtjs/tailwindcss": "^6.1.3", "@pinia/nuxt": "^0.4.1", "@tailwindcss/aspect-ratio": "^0.4.0",