From 6d9c091db74c19dfd64341a3e3cef9ae4614781c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:54:34 +0000 Subject: [PATCH] chore(deps): bump @element-plus/icons-vue in /frontend Bumps [@element-plus/icons-vue](https://github.com/element-plus/element-plus-icons/tree/HEAD/packages/vue) from 1.1.4 to 2.3.2. - [Release notes](https://github.com/element-plus/element-plus-icons/releases) - [Commits](https://github.com/element-plus/element-plus-icons/commits/v2.3.2/packages/vue) --- updated-dependencies: - dependency-name: "@element-plus/icons-vue" dependency-version: 2.3.2 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 52237c15da5f..df774306424d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "@codemirror/language": "^6.11.3", "@codemirror/legacy-modes": "^6.5.1", "@codemirror/theme-one-dark": "^6.1.3", - "@element-plus/icons-vue": "^1.1.4", + "@element-plus/icons-vue": "^2.3.2", "@vue-office/docx": "^1.6.2", "@vue-office/excel": "^1.7.8", "@vueuse/core": "^12.8.2",