From 61db0a8f3826c744aaf0cb4afe7f22affe6a1a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:17:10 +0000 Subject: [PATCH] Bump unplugin-icons from 0.19.3 to 22.2.0 in /modules/web Bumps [unplugin-icons](https://github.com/unplugin/unplugin-icons) from 0.19.3 to 22.2.0. - [Release notes](https://github.com/unplugin/unplugin-icons/releases) - [Commits](https://github.com/unplugin/unplugin-icons/compare/v0.19.3...v22.2.0) --- updated-dependencies: - dependency-name: unplugin-icons dependency-version: 22.2.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 31f36c017..19c597ecf 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -43,7 +43,7 @@ "prettier": "^3.3.3", "typescript": "~5.5.4", "unplugin-auto-import": "^0.18.3", - "unplugin-icons": "^0.19.3", + "unplugin-icons": "^22.2.0", "unplugin-vue-components": "^0.27.4", "vite": "^5.4.8", "vue-tsc": "^2.1.6"