From 9b20fcfc3ff6a88a87b7e80003af14cd7e6f9443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:55:02 +0000 Subject: [PATCH] chore(deps): bump element-plus from 2.11.9 to 2.13.7 in /frontend Bumps [element-plus](https://github.com/element-plus/element-plus) from 2.11.9 to 2.13.7. - [Release notes](https://github.com/element-plus/element-plus/releases) - [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md) - [Commits](https://github.com/element-plus/element-plus/compare/2.11.9...2.13.7) --- updated-dependencies: - dependency-name: element-plus dependency-version: 2.13.7 dependency-type: direct:production update-type: version-update:semver-minor ... 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..b76133433c8f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "crypto-js": "^4.2.0", "dompurify": "^3.3.1", "echarts": "^5.5.0", - "element-plus": "2.11.9", + "element-plus": "2.13.7", "js-base64": "^3.7.7", "jsencrypt": "^3.3.2", "md-editor-v3": "^2.11.3",