Update Mermaid to v8.4.5
This fixes a problem rendering multiple graphs on the same page (https://github.com/mermaid-js/mermaid/pull/1190). Full list of changes: https://github.com/mermaid-js/mermaid/releases Mermaid v8.4.4 also fixes an HTML escaping issue (https://github.com/mermaid-js/mermaid/issues/903). Since HTML labels are disabled, the HTML content can remain as-is, and we just need to ensure the XSS doesn't actually get run. Closes https://gitlab.com/gitlab-org/gitlab/issues/195802
Showing
... | @@ -94,7 +94,7 @@ | ... | @@ -94,7 +94,7 @@ |
"jszip-utils": "^0.0.2", | "jszip-utils": "^0.0.2", | ||
"katex": "^0.10.0", | "katex": "^0.10.0", | ||
"marked": "^0.3.12", | "marked": "^0.3.12", | ||
"mermaid": "^8.4.2", | "mermaid": "^8.4.5", | ||
"monaco-editor": "^0.18.1", | "monaco-editor": "^0.18.1", | ||
"monaco-editor-webpack-plugin": "^1.7.0", | "monaco-editor-webpack-plugin": "^1.7.0", | ||
"mousetrap": "^1.4.6", | "mousetrap": "^1.4.6", | ||
... | ... |
Please register or sign in to comment