Update mermaid depedendcy to v10.3.1
What does this MR do and why?
This is to update the mermaid
version to the latest v10.3.1
release. Major updates:
- Added support for quadrant chart, sankey diagrams, etc.
- Multiple Bug Fixes
- Security Dependency update - DOMPurify got upgraded to v3
Full changelog available at https://github.com/mermaid-js/mermaid/compare/v10.3.1...v10.1.0
Screenshots or screen recordings
No visual updates
How to set up and validate locally
- Create an issue or MR with the following description
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
`` `
- It should render the diagram correctly.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Dheeraj Joshi