Skip to content

Commit

Permalink
chore: bump mermaid version to v10.9.3
Browse files Browse the repository at this point in the history
Updates the bundled version of dependencies in the following files:

- `dist/mermaid.min.js`
- `dist/mermaid.js`
- `dist/mermaid.esm.mjs`
- `dist/mermaid.esm.min.mjs`

**If you are not using these files
(e.g. you are using the default NPM export of `mermaid`,
 e.g. `import mermaid from 'mermaid'`,
 or you are using `dist/mermaid.core.mjs`),
this release is identical to v10.9.2.**

This is to avoid potential security issues in KaTeX and DOMPurify, see:

- GHSA-mmhx-hmjr-r674
- GHSA-64fm-8hw2-v72w
- GHSA-cvr6-37gx-v8wc
- GHSA-f98w-7cxr-ff2h
- GHSA-3wc5-fcw2-2329

These dependencies have already been updated in
[v11.0.0](https://github.com/mermaid-js/mermaid/releases/tag/v11.0.0).

Changelog
=========

Chore
-----

- Updates the bundled version of KaTeX to 0.16.11
  (2bedd0e)
- Updates the bundled version of DOMPurify to 3.1.6
  (92a07ff)
  • Loading branch information
aloisklink committed Oct 22, 2024
1 parent 9301a57 commit 85ec96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mermaid",
"version": "10.9.2",
"version": "10.9.3",
"description": "Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module",
"module": "./dist/mermaid.core.mjs",
Expand Down

0 comments on commit 85ec96a

Please sign in to comment.