From 52bcfef0ec3dccf683fcada4610fa3172eca12ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 06:13:04 +0000 Subject: [PATCH] Build(deps): Bump mermaid from 11.15.0 to 11.16.1 in /docs-site Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.15.0 to 11.16.1. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.15.0...mermaid@11.16.1) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs-site/package-lock.json | 28 ++++++++++++++-------------- docs-site/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index 31ac9225..f7329a39 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -12,7 +12,7 @@ "fumadocs-core": "^16.9.0", "fumadocs-mdx": "^15.0.7", "fumadocs-ui": "^16.9.0", - "mermaid": "^11.12.1", + "mermaid": "^11.16.1", "next": "^16.2.6", "next-themes": "^0.4.6", "react": "^19.2.6", @@ -1111,12 +1111,12 @@ } }, "node_modules/@mermaid-js/parser": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-1.1.1.tgz", - "integrity": "sha512-VuHdsYMK1bT6X2JbcAaWAhugTRvRBRyuZgd+c22swUeI9g/ntaxF7CY7dYarhZovofCbUNO0G7JesfmNtjYOCw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-1.2.0.tgz", + "integrity": "sha512-oYPyv8A4As1yH5Bx+04iQEQxXuIQDe0GKCNSRgao6z8AM9jixXIfP0vsppRLvGf+nKIOb9/LdpWA4YuJiVvESA==", "license": "MIT", "dependencies": { - "@chevrotain/types": "~11.1.1" + "@chevrotain/types": "~11.1.2" } }, "node_modules/@next/env": { @@ -4630,26 +4630,26 @@ } }, "node_modules/mermaid": { - "version": "11.15.0", - "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.15.0.tgz", - "integrity": "sha512-pTMbcf3rWdtLiYGpmoTjHEpeY8seiy6sR+9nD7LOs8KfUbHE4lOUAprTRqRAcWSQ6MQpdX+YEsxShtGsINtPtw==", + "version": "11.16.1", + "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.16.1.tgz", + "integrity": "sha512-TQsq6u22fAn3rek5VOubrhKPo1g5hwC3FXUN9hiyupTckcYiGuuKGkNQrKYwGJkXUxZdojwRG46gsSCFZMDp4g==", "license": "MIT", "dependencies": { - "@braintree/sanitize-url": "^7.1.1", + "@braintree/sanitize-url": "^7.1.2", "@iconify/utils": "^3.0.2", - "@mermaid-js/parser": "^1.1.1", + "@mermaid-js/parser": "^1.2.0", "@types/d3": "^7.4.3", "@upsetjs/venn.js": "^2.0.0", - "cytoscape": "^3.33.1", + "cytoscape": "^3.33.3", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-fcose": "^2.2.0", "d3": "^7.9.0", "d3-sankey": "^0.12.3", "dagre-d3-es": "7.0.14", - "dayjs": "^1.11.19", - "dompurify": "^3.3.1", + "dayjs": "^1.11.20", + "dompurify": "^3.3.3", "es-toolkit": "^1.45.1", - "katex": "^0.16.25", + "katex": "^0.16.45", "khroma": "^2.1.0", "marked": "^16.3.0", "roughjs": "^4.6.6", diff --git a/docs-site/package.json b/docs-site/package.json index e9ee7540..f45b16c0 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -15,7 +15,7 @@ "fumadocs-core": "^16.9.0", "fumadocs-mdx": "^15.0.7", "fumadocs-ui": "^16.9.0", - "mermaid": "^11.12.1", + "mermaid": "^11.16.1", "next": "^16.2.6", "next-themes": "^0.4.6", "react": "^19.2.6",