From f3a1f30b8694acab229c705e45d87e16e4a9bfce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 05:43:44 +0000 Subject: [PATCH] Bump unplugin-icons from 0.16.6 to 0.18.5 in /modules/web Bumps [unplugin-icons](https://github.com/unplugin/unplugin-icons) from 0.16.6 to 0.18.5. - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](https://github.com/unplugin/unplugin-icons/compare/v0.16.6...v0.18.5) --- updated-dependencies: - dependency-name: unplugin-icons dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/package.json b/modules/web/package.json index d3d2566a7..599943c38 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -34,7 +34,7 @@ "prettier": "^3.0.0", "sass": "^1.62.1", "unplugin-auto-import": "^0.17.5", - "unplugin-icons": "^0.16.1", + "unplugin-icons": "^0.18.5", "unplugin-vue-components": "^0.26.0", "vite": "^5.1.3" }