Skip to content

Commit 75bbf27

Browse files
Bump mermaid from 10.9.1 to 10.9.3 (#4678)
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.9.1 to 10.9.3. - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md) - [Commits](mermaid-js/mermaid@v10.9.1...v10.9.3) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent eb6f653 commit 75bbf27

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
@@ -68,7 +68,7 @@
6868
"loader-utils": "^3.2.1",
6969
"mdn-data": "2.0.30",
7070
"mdx-mermaid": "^2.0.0",
71-
"mermaid": "^10.6.1",
71+
"mermaid": "^10.9.3",
7272
"minimist": "^1.2.6",
7373
"nanoid": "^3.1.31",
7474
"node-fetch": "^2.6.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5020,10 +5020,10 @@ domhandler@^5.0.2, domhandler@^5.0.3:
50205020
dependencies:
50215021
domelementtype "^2.3.0"
50225022

5023-
dompurify@^3.0.5:
5024-
version "3.1.5"
5025-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.5.tgz#2c6a113fc728682a0f55684b1388c58ddb79dc38"
5026-
integrity sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA==
5023+
"dompurify@^3.0.5 <3.1.7":
5024+
version "3.1.6"
5025+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.6.tgz#43c714a94c6a7b8801850f82e756685300a027e2"
5026+
integrity sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==
50275027

50285028
domutils@^2.5.2, domutils@^2.8.0:
50295029
version "2.8.0"
@@ -8020,10 +8020,10 @@ merge2@^1.3.0, merge2@^1.4.1:
80208020
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
80218021
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
80228022

8023-
mermaid@^10.6.1:
8024-
version "10.9.1"
8025-
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-10.9.1.tgz#5f582c23f3186c46c6aa673e59eeb46d741b2ea6"
8026-
integrity sha512-Mx45Obds5W1UkW1nv/7dHRsbfMM1aOKA2+Pxs/IGHNonygDHwmng8xTHyS9z4KWVi0rbko8gjiBmuwwXQ7tiNA==
8023+
mermaid@^10.9.3:
8024+
version "10.9.3"
8025+
resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-10.9.3.tgz#90bc6f15c33dbe5d9507fed31592cc0d88fee9f7"
8026+
integrity sha512-V80X1isSEvAewIL3xhmz/rVmc27CVljcsbWxkxlWJWY/1kQa4XOABqpDl2qQLGKzpKm6WbTfUEKImBlUfFYArw==
80278027
dependencies:
80288028
"@braintree/sanitize-url" "^6.0.1"
80298029
"@types/d3-scale" "^4.0.3"
@@ -8034,7 +8034,7 @@ mermaid@^10.6.1:
80348034
d3-sankey "^0.12.3"
80358035
dagre-d3-es "7.0.10"
80368036
dayjs "^1.11.7"
8037-
dompurify "^3.0.5"
8037+
dompurify "^3.0.5 <3.1.7"
80388038
elkjs "^0.9.0"
80398039
katex "^0.16.9"
80408040
khroma "^2.0.0"

0 commit comments

Comments
 (0)