v10.9.3
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:
These dependencies have already been updated in 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)
Full Changelog: v10.9.2...v10.9.3