From 500aa7d2eecb5c549692ec0009a3e5956fe8e9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:05:26 +0000 Subject: [PATCH] build(deps): bump mermaid Bumps the npm_and_yarn group with 1 update in the /ui directory: [mermaid](https://github.com/mermaid-js/mermaid). Updates `mermaid` from 10.9.3 to 11.10.0 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/v10.9.3...mermaid@11.10.0) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.10.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 78d5ed2abf6..9176bd6b3dd 100644 --- a/ui/package.json +++ b/ui/package.json @@ -35,7 +35,7 @@ "katex": "^0.16.10", "marked": "^12.0.2", "md-editor-v3": "^5.8.2", - "mermaid": "^10.9.0", + "mermaid": "^11.10.0", "moment": "^2.30.1", "nanoid": "^5.1.5", "nprogress": "^0.2.0",