From 9c111545f6976332df1cccb85f03bc25796647f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:20:46 +0000 Subject: [PATCH] chore(deps): bump astro-mermaid from 2.0.1 to 2.1.0 Bumps [astro-mermaid](https://github.com/joesaby/astro-mermaid) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/joesaby/astro-mermaid/releases) - [Changelog](https://github.com/joesaby/astro-mermaid/blob/main/CHANGELOG.md) - [Commits](https://github.com/joesaby/astro-mermaid/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: astro-mermaid dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0c01b4e5..eb7910d9 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -22,7 +22,7 @@ "@astrojs/starlight": "0.41.3", "@tailwindcss/vite": "4.3.2", "astro": "7.0.9", - "astro-mermaid": "2.0.1", + "astro-mermaid": "2.1.0", "mermaid": "11.16.0", "react": "19.2.7", "react-dom": "19.2.7",