From c33ba197d1e0de7c0579e589ab978be4d264449f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:06:22 +0000 Subject: [PATCH] build(deps-dev): Bump mermaid Bumps the npm_and_yarn group with 1 update in the /docs directory: [mermaid](https://github.com/mermaid-js/mermaid). Updates `mermaid` from 11.9.0 to 11.10.0 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.9.0...mermaid@11.10.0) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.10.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 74960eed05..21ef031739 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,7 +8,7 @@ "preview": "vitepress preview" }, "devDependencies": { - "mermaid": "^11.8.1", + "mermaid": "^11.10.0", "terser": "^5.43.1", "vitepress": "^1.5.0", "vitepress-plugin-mermaid": "^2.0.17" diff --git a/docs/yarn.lock b/docs/yarn.lock index 817569dfd0..86b73a2b76 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -1920,10 +1920,10 @@ mdast-util-to-hast@^13.0.0: unist-util-visit "^5.0.0" vfile "^6.0.0" -mermaid@^11.8.1: - version "11.9.0" - resolved "https://registry.npmjs.org/mermaid/-/mermaid-11.9.0.tgz" - integrity sha512-YdPXn9slEwO0omQfQIsW6vS84weVQftIyyTGAZCwM//MGhPzL1+l6vO6bkf0wnP4tHigH1alZ5Ooy3HXI2gOag== +mermaid@^11.10.0: + version "11.10.0" + resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.10.0.tgz#4949f98d08cfdc4cda429372ed2f843a64c99946" + integrity sha512-oQsFzPBy9xlpnGxUqLbVY8pvknLlsNIJ0NWwi8SUJjhbP1IT0E0o1lfhU4iYV3ubpy+xkzkaOyDUQMn06vQElQ== dependencies: "@braintree/sanitize-url" "^7.0.4" "@iconify/utils" "^2.1.33"