Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 60e2b30

Browse files
committedOct 3, 2024··
Bump mermaid@11.3.0
1 parent 1c04d7d commit 60e2b30

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"dompurify": "^3.1.6",
7979
"js-base64": "3.7.7",
8080
"lodash-es": "^4.17.21",
81-
"mermaid": "^11.2.1",
81+
"mermaid": "^11.3.0",
8282
"monaco-editor": "0.51.0",
8383
"pako": "2.1.0",
8484
"plausible-tracker": "^0.3.8",

‎yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2749,7 +2749,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
27492749
dependencies:
27502750
domelementtype "^2.3.0"
27512751

2752-
dompurify@^3.0.11, dompurify@^3.1.6:
2752+
"dompurify@^3.0.11 <3.1.7", dompurify@^3.1.6:
27532753
version "3.1.6"
27542754
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.6.tgz#43c714a94c6a7b8801850f82e756685300a027e2"
27552755
integrity sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==
@@ -4579,10 +4579,10 @@ merge2@^1.3.0, merge2@^1.4.1:
45794579
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
45804580
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
45814581

4582-
mermaid@^11.2.1:
4583-
version "11.2.1"
4584-
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.2.1.tgz#b168c6f862268f77a0d3559926b193926ddc60bc"
4585-
integrity sha512-F8TEaLVVyxTUmvKswVFyOkjPrlJA5h5vNR1f7ZnSWSpqxgEZG1hggtn/QCa7znC28bhlcrNh10qYaIiill7q4A==
4582+
mermaid@^11.3.0:
4583+
version "11.3.0"
4584+
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.3.0.tgz#971c7a02c3a8e11058d42abf74196b72e70f2889"
4585+
integrity sha512-fFmf2gRXLtlGzug4wpIGN+rQdZ30M8IZEB1D3eZkXNqC7puhqeURBcD/9tbwXsqBO+A6Nzzo3MSSepmnw5xSeg==
45864586
dependencies:
45874587
"@braintree/sanitize-url" "^7.0.1"
45884588
"@iconify/utils" "^2.1.32"
@@ -4594,7 +4594,7 @@ mermaid@^11.2.1:
45944594
d3-sankey "^0.12.3"
45954595
dagre-d3-es "7.0.10"
45964596
dayjs "^1.11.10"
4597-
dompurify "^3.0.11"
4597+
dompurify "^3.0.11 <3.1.7"
45984598
katex "^0.16.9"
45994599
khroma "^2.1.0"
46004600
lodash-es "^4.17.21"

0 commit comments

Comments
 (0)
Please sign in to comment.