From 53166a4d6c1048d8ec53115e4ff67e3ff3e42d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:46:17 +0000 Subject: [PATCH] Bump unplugin-auto-import from 0.18.6 to 21.1.0 in /modules/web Bumps [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) from 0.18.6 to 21.1.0. - [Release notes](https://github.com/unplugin/unplugin-auto-import/releases) - [Commits](https://github.com/unplugin/unplugin-auto-import/compare/v0.18.6...v21.1.0) --- updated-dependencies: - dependency-name: unplugin-auto-import dependency-version: 21.1.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 1ef881998..657ff125e 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -42,7 +42,7 @@ "npm-run-all2": "^6.2.3", "prettier": "^3.3.3", "typescript": "~5.5.4", - "unplugin-auto-import": "^0.18.3", + "unplugin-auto-import": "^21.1.0", "unplugin-icons": "^0.19.3", "unplugin-vue-components": "^0.27.4", "vite": "^5.4.8",