From 6e0e1ae923ef12d84b5b51f5ad799816dc11fcd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 08:14:18 +0000 Subject: [PATCH] chore(deps): bump mermaid Bumps the npm_and_yarn group with 1 update in the /apps/docs directory: [mermaid](https://github.com/mermaid-js/mermaid). Updates `mermaid` from 11.16.0 to 11.16.1 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.0...mermaid@11.16.1) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.16.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index 5e6e545..3004c6d 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -39,7 +39,7 @@ "astro": "7.1.1", "astro-mermaid": "2.1.0", "clsx": "2.1.1", - "mermaid": "11.16.0", + "mermaid": "11.16.1", "react": "19.2.7", "react-dom": "19.2.7", "reading-time": "1.5.0",