fix(deps): update dependency mermaid to v11.3.0 (#888)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-03 19:14:12 +02:00 committed by GitHub
parent 70a539c064
commit 94175a33e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -14,7 +14,7 @@
"flexsearch": "0.7.43", "flexsearch": "0.7.43",
"katex": "0.16.11", "katex": "0.16.11",
"lodash": "4.17.21", "lodash": "4.17.21",
"mermaid": "11.2.1", "mermaid": "11.3.0",
"store2": "2.14.3", "store2": "2.14.3",
"uuid": "10.0.0" "uuid": "10.0.0"
}, },
@ -5976,9 +5976,9 @@
} }
}, },
"node_modules/mermaid": { "node_modules/mermaid": {
"version": "11.2.1", "version": "11.3.0",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.2.1.tgz", "resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.3.0.tgz",
"integrity": "sha512-F8TEaLVVyxTUmvKswVFyOkjPrlJA5h5vNR1f7ZnSWSpqxgEZG1hggtn/QCa7znC28bhlcrNh10qYaIiill7q4A==", "integrity": "sha512-fFmf2gRXLtlGzug4wpIGN+rQdZ30M8IZEB1D3eZkXNqC7puhqeURBcD/9tbwXsqBO+A6Nzzo3MSSepmnw5xSeg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^7.0.1", "@braintree/sanitize-url": "^7.0.1",
@ -5991,7 +5991,7 @@
"d3-sankey": "^0.12.3", "d3-sankey": "^0.12.3",
"dagre-d3-es": "7.0.10", "dagre-d3-es": "7.0.10",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"dompurify": "^3.0.11", "dompurify": "^3.0.11 <3.1.7",
"katex": "^0.16.9", "katex": "^0.16.9",
"khroma": "^2.1.0", "khroma": "^2.1.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",

View File

@ -39,7 +39,7 @@
"flexsearch": "0.7.43", "flexsearch": "0.7.43",
"katex": "0.16.11", "katex": "0.16.11",
"lodash": "4.17.21", "lodash": "4.17.21",
"mermaid": "11.2.1", "mermaid": "11.3.0",
"store2": "2.14.3", "store2": "2.14.3",
"uuid": "10.0.0" "uuid": "10.0.0"
}, },