From bef919e9a7a21e763ea3e95f886a09198700d38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:23:29 +0000 Subject: [PATCH] Bump unplugin-auto-import from 0.16.7 to 0.17.5 in /modules/web Bumps [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) from 0.16.7 to 0.17.5. - [Release notes](https://github.com/unplugin/unplugin-auto-import/releases) - [Commits](https://github.com/unplugin/unplugin-auto-import/compare/v0.16.7...v0.17.5) --- updated-dependencies: - dependency-name: unplugin-auto-import 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 c85b87af3..7e04dbde2 100644 --- a/modules/web/package.json +++ b/modules/web/package.json @@ -33,7 +33,7 @@ "eslint-plugin-vue": "^9.12.0", "prettier": "^3.0.0", "sass": "^1.62.1", - "unplugin-auto-import": "^0.16.0", + "unplugin-auto-import": "^0.17.5", "unplugin-icons": "^0.16.1", "unplugin-vue-components": "^0.25.0", "vite": "^4.3.5"