From c9dcd107e4b9733b7391ff26340ea2af7d6b7601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:55:45 +0000 Subject: [PATCH] chore(deps): bump md-editor-v3 from 2.11.3 to 6.4.2 in /frontend Bumps [md-editor-v3](https://github.com/imzbf/md-editor-v3) from 2.11.3 to 6.4.2. - [Release notes](https://github.com/imzbf/md-editor-v3/releases) - [Changelog](https://github.com/imzbf/md-editor-v3/blob/develop/CHANGELOG.md) - [Commits](https://github.com/imzbf/md-editor-v3/commits/v6.4.2) --- updated-dependencies: - dependency-name: md-editor-v3 dependency-version: 6.4.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..81bc5574c3b7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "element-plus": "2.11.9", "js-base64": "^3.7.7", "jsencrypt": "^3.3.2", - "md-editor-v3": "^2.11.3", + "md-editor-v3": "^6.4.2", "monaco-editor": "^0.53.0", "nprogress": "^0.2.0", "pinia": "^2.1.7",