From 0111c2404977c0b1483a6cc40f876dfc43069d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:44:52 +0000 Subject: [PATCH] Bump mermaid from 11.6.0 to 11.10.0 Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.6.0 to 11.10.0. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.6.0...mermaid@11.10.0) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87c5d88..bd104d5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "katex": "^0.16.10", "marked": "^15.0.8", "marked-highlight": "^2.2.1", - "mermaid": "11.6.0" + "mermaid": "11.10.0" }, "scripts": { "build": "mkdir -p build && git archive --format zip --output build/archive.zip master",