Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Oct 3, 2024
1 parent 1c04d7d commit 60e2b30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"dompurify": "^3.1.6",
"js-base64": "3.7.7",
"lodash-es": "^4.17.21",
"mermaid": "^11.2.1",
"mermaid": "^11.3.0",
"monaco-editor": "0.51.0",
"pako": "2.1.0",
"plausible-tracker": "^0.3.8",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2749,7 +2749,7 @@ domhandler@^5.0.2, domhandler@^5.0.3:
dependencies:
domelementtype "^2.3.0"

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

mermaid@^11.2.1:
version "11.2.1"
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.2.1.tgz#b168c6f862268f77a0d3559926b193926ddc60bc"
integrity sha512-F8TEaLVVyxTUmvKswVFyOkjPrlJA5h5vNR1f7ZnSWSpqxgEZG1hggtn/QCa7znC28bhlcrNh10qYaIiill7q4A==
mermaid@^11.3.0:
version "11.3.0"
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.3.0.tgz#971c7a02c3a8e11058d42abf74196b72e70f2889"
integrity sha512-fFmf2gRXLtlGzug4wpIGN+rQdZ30M8IZEB1D3eZkXNqC7puhqeURBcD/9tbwXsqBO+A6Nzzo3MSSepmnw5xSeg==
dependencies:
"@braintree/sanitize-url" "^7.0.1"
"@iconify/utils" "^2.1.32"
Expand All @@ -4594,7 +4594,7 @@ mermaid@^11.2.1:
d3-sankey "^0.12.3"
dagre-d3-es "7.0.10"
dayjs "^1.11.10"
dompurify "^3.0.11"
dompurify "^3.0.11 <3.1.7"
katex "^0.16.9"
khroma "^2.1.0"
lodash-es "^4.17.21"
Expand Down

0 comments on commit 60e2b30

Please sign in to comment.