Skip to content

Commit 341a815

Browse files
chore(deps-dev): bump mermaid from 11.7.0 to 11.8.0 (#583)
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.7.0 to 11.8.0. - [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/[email protected]@11.8.0) --- updated-dependencies: - dependency-name: mermaid dependency-version: 11.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1a4265 commit 341a815

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"devDependencies": {
88
"i": "^0.3.7",
9-
"mermaid": "^11.7.0",
9+
"mermaid": "^11.8.0",
1010
"vitepress": "^1.5.0",
1111
"vitepress-plugin-mermaid": "^2.0.17"
1212
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,10 @@
413413
khroma "^2.0.0"
414414
non-layered-tidy-tree-layout "^2.0.2"
415415

416-
"@mermaid-js/parser@^0.5.0":
417-
version "0.5.0"
418-
resolved "https://registry.yarnpkg.com/@mermaid-js/parser/-/parser-0.5.0.tgz#63d676e930b0cfd6abfeadee46fb228761438ce6"
419-
integrity sha512-AiaN7+VjXC+3BYE+GwNezkpjIcCI2qIMB/K4S2/vMWe0q/XJCBbx5+K7iteuz7VyltX9iAK4FmVTvGc9kjOV4w==
416+
"@mermaid-js/parser@^0.6.0":
417+
version "0.6.0"
418+
resolved "https://registry.yarnpkg.com/@mermaid-js/parser/-/parser-0.6.0.tgz#91ee90eaa4af80bc3d5e85ad6b58e0abdd6c768e"
419+
integrity sha512-7DNESgpyZ5WG1SIkrYafVBhWmImtmQuoxOO1lawI3gQYWxBX3v1FW3IyuuRfKJAO06XrZR71W0Kif5VEGGd4VA==
420420
dependencies:
421421
langium "3.3.1"
422422

@@ -1652,14 +1652,14 @@ mdast-util-to-hast@^13.0.0:
16521652
unist-util-visit "^5.0.0"
16531653
vfile "^6.0.0"
16541654

1655-
mermaid@^11.7.0:
1656-
version "11.7.0"
1657-
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.7.0.tgz#53f319147632db15e499c5ccb72b24b277a00bae"
1658-
integrity sha512-/1/5R0rt0Z1Ak0CuznAnCF3HtQgayRXUz6SguzOwN4L+DuCobz0UxnQ+ZdTSZ3AugKVVh78tiVmsHpHWV25TCw==
1655+
mermaid@^11.8.0:
1656+
version "11.8.0"
1657+
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.8.0.tgz#d075d48fc4038daf8091b39d590175ddece70e46"
1658+
integrity sha512-uAZUwnBiqREZcUrFw3G5iQ5Pj3hTYUP95EZc3ec/nGBzHddJZydzYGE09tGZDBS1VoSoDn0symZ85FmypSTo5g==
16591659
dependencies:
16601660
"@braintree/sanitize-url" "^7.0.4"
16611661
"@iconify/utils" "^2.1.33"
1662-
"@mermaid-js/parser" "^0.5.0"
1662+
"@mermaid-js/parser" "^0.6.0"
16631663
"@types/d3" "^7.4.3"
16641664
cytoscape "^3.29.3"
16651665
cytoscape-cose-bilkent "^4.1.0"

0 commit comments

Comments
 (0)