From d12dc1ffe75d9f2f7fd57a840d8943c5ea66a526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:06:27 +0000 Subject: [PATCH] Bump mermaid from 9.4.0 to 10.0.2 Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.4.0 to 10.0.2. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/mermaid-js/mermaid/compare/v9.4.0...v10.0.2) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eec6a7a..2da39ec 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "github-markdown-css": "^5.1.0", "highlight.js": "^11.7.0", "marked": "^4.1.0", - "mermaid": "^9.2.2", + "mermaid": "^10.0.2", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6",