From d6a8432883972c05e02654043e50089fb3bcb36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:33:11 +0000 Subject: [PATCH] chore(deps): bump mermaid from 11.16.1 to 11.17.1 Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.16.1 to 11.17.1. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.1...mermaid@11.17.1) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index 6081e396..6279c0a9 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -26,7 +26,7 @@ "@tailwindcss/vite": "4.3.3", "astro": "7.2.2", "astro-mermaid": "2.1.0", - "mermaid": "11.16.1", + "mermaid": "11.17.1", "react": "19.2.8", "react-dom": "19.2.8", "reading-time": "1.5.0", diff --git a/package.json b/package.json index 7f976a54..37516749 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@astrojs/starlight": "^0.41.7", "@tailwindcss/vite": "^4.3.3", "astro": "^7.2.2", - "mermaid": "^11.16.1", + "mermaid": "^11.17.1", "sharp": "^0.35.3", "tailwindcss": "^4.3.3", "wrangler": "^4.123.0"