📌 Bump mermaid from 11.1.0 to 11.2.0

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.1.0 to 11.2.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.1.0...mermaid@11.2.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-11 05:56:54 +00:00 committed by GitHub
parent 2abd24dcb1
commit a88dab3179
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -23,7 +23,7 @@
"jquery": "^3.7.1",
"katex": "^0.16.11",
"lite-youtube-embed": "^0.3.3",
"mermaid": "^11.1.0",
"mermaid": "^11.2.0",
"packery": "^2.1.2",
"prettier": "^3.3.3",
"prettier-plugin-go-template": "^0.0.15",
@ -2533,9 +2533,9 @@
}
},
"node_modules/mermaid": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.1.0.tgz",
"integrity": "sha512-ICexrwPRzU1USFcpAdrVVGjCwEajD+iAwu2LVHi59D6VbXmFhwfB9TbCL3sA6NBR1tl5qUjQSAOdc9lOKlXnEw==",
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.2.0.tgz",
"integrity": "sha512-ZinOa063lk81lujX8vkINNqmFaNMk1A95Z4kCL7fE6QLAi01CxeiUJVw+tpXU+lAM73utO39G+2PLjxS2GYS/w==",
"dev": true,
"dependencies": {
"@braintree/sanitize-url": "^7.0.1",

View file

@ -40,7 +40,7 @@
"jquery": "^3.7.1",
"katex": "^0.16.11",
"lite-youtube-embed": "^0.3.3",
"mermaid": "^11.1.0",
"mermaid": "^11.2.0",
"packery": "^2.1.2",
"prettier": "^3.3.3",
"prettier-plugin-go-template": "^0.0.15",