From 8c7138025d22ac3d9d7a0b2e691e610a9ec41b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 15:23:06 +0000 Subject: [PATCH] build(deps): bump mermaid from 11.12.1 to 11.12.2 Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.12.1 to 11.12.2. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.1...mermaid@11.12.2) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c644fe7..912552c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "gray-matter": "^4.0.3", "js-yaml": "^4.1.1", "lucide-react": "^0.555.0", - "mermaid": "^11.12.1", + "mermaid": "^11.12.2", "next": "16.0.7", "next-themes": "^0.4.6", "react": "^19.0.0", @@ -7246,9 +7246,9 @@ } }, "node_modules/mermaid": { - "version": "11.12.1", - "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.12.1.tgz", - "integrity": "sha512-UlIZrRariB11TY1RtTgUWp65tphtBv4CSq7vyS2ZZ2TgoMjs2nloq+wFqxiwcxlhHUvs7DPGgMjs2aeQxz5h9g==", + "version": "11.12.2", + "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.12.2.tgz", + "integrity": "sha512-n34QPDPEKmaeCG4WDMGy0OT6PSyxKCfy2pJgShP+Qow2KLrvWjclwbc3yXfSIf4BanqWEhQEpngWwNp/XhZt6w==", "license": "MIT", "dependencies": { "@braintree/sanitize-url": "^7.1.1", diff --git a/package.json b/package.json index 1f2945b..e8bf71a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gray-matter": "^4.0.3", "js-yaml": "^4.1.1", "lucide-react": "^0.555.0", - "mermaid": "^11.12.1", + "mermaid": "^11.12.2", "next": "16.0.7", "next-themes": "^0.4.6", "react": "^19.0.0",