From 2462747ea9d73ad3d890c0de742577cc49800064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:26:13 +0000 Subject: [PATCH] Bump mermaid from 8.11.0 to 10.9.3 in /packages/remark-plugin-mermaid Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 8.11.0 to 10.9.3. - [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/8.11.0...v10.9.3) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/remark-plugin-mermaid/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/remark-plugin-mermaid/package.json b/packages/remark-plugin-mermaid/package.json index ca68d55..ae8f86a 100644 --- a/packages/remark-plugin-mermaid/package.json +++ b/packages/remark-plugin-mermaid/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "mermaid": "8.11.0", + "mermaid": "10.9.3", "puppeteer": "10.1.0", "svgo": "2.3.1", "unist-util-visit": "2.0.3"