Build(deps): Bump mermaid from 11.7.0 to 11.8.1 (#4671)

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.7.0 to 11.8.1.
- [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/mermaid@11.7.0...mermaid@11.8.1)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-07-14 08:09:41 -04:00
committed by GitHub
parent c12d8785a9
commit 9d7ca9551a
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"date-fns": "^2.30.0",
"katex": "^0.16.21",
"material-icons": "^1.13.12",
"mermaid": "^11.5.0",
"mermaid": "^11.8.1",
"minimatch-browser": "^1.0.0",
"ngx-markdown": "19.1.1",
"pdfjs-dist": "^5.1.91",
@@ -5603,9 +5603,9 @@
}
},
"node_modules/@mermaid-js/parser": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.5.0.tgz",
"integrity": "sha512-AiaN7+VjXC+3BYE+GwNezkpjIcCI2qIMB/K4S2/vMWe0q/XJCBbx5+K7iteuz7VyltX9iAK4FmVTvGc9kjOV4w==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.6.1.tgz",
"integrity": "sha512-lCQNpV8R4lgsGcjX5667UiuDLk2micCtjtxR1YKbBXvN5w2v+FeLYoHrTSSrjwXdMcDYvE4ZBPvKT31dfeSmmA==",
"license": "MIT",
"dependencies": {
"langium": "3.3.1"
@@ -23481,14 +23481,14 @@
}
},
"node_modules/mermaid": {
"version": "11.7.0",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.7.0.tgz",
"integrity": "sha512-/1/5R0rt0Z1Ak0CuznAnCF3HtQgayRXUz6SguzOwN4L+DuCobz0UxnQ+ZdTSZ3AugKVVh78tiVmsHpHWV25TCw==",
"version": "11.8.1",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.8.1.tgz",
"integrity": "sha512-VSXJLqP1Sqw5sGr273mhvpPRhXwE6NlmMSqBZQw+yZJoAJkOIPPn/uT3teeCBx60Fkt5zEI3FrH2eVT0jXRDzw==",
"license": "MIT",
"dependencies": {
"@braintree/sanitize-url": "^7.0.4",
"@iconify/utils": "^2.1.33",
"@mermaid-js/parser": "^0.5.0",
"@mermaid-js/parser": "^0.6.1",
"@types/d3": "^7.4.3",
"cytoscape": "^3.29.3",
"cytoscape-cose-bilkent": "^4.1.0",

View File

@@ -57,7 +57,7 @@
"date-fns": "^2.30.0",
"katex": "^0.16.21",
"material-icons": "^1.13.12",
"mermaid": "^11.5.0",
"mermaid": "^11.8.1",
"minimatch-browser": "^1.0.0",
"ngx-markdown": "19.1.1",
"pdfjs-dist": "^5.1.91",