📌 Bump mermaid from 9.2.0 to 9.2.1

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 9.2.0 to 9.2.1.
- [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/v9.2.0...v9.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/357/head
dependabot[bot] 2022-11-08 22:04:25 +00:00 committed by GitHub
parent ffc133183d
commit 3bfadfcd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14,7 +14,7 @@
"chart.js": "^3.9.1",
"fuse.js": "^6.6.2",
"katex": "^0.16.3",
"mermaid": "^9.2.0",
"mermaid": "^9.2.1",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.1.13",
@ -1357,9 +1357,9 @@
}
},
"node_modules/mermaid": {
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.2.0.tgz",
"integrity": "sha512-iWKTBjHoPUSs+mJMpZ5+K9xg97KflKjbv91Bu42yK2jjz4wX4Nt1eshi+bmmFWAhn7f2R0X55hlxxbSxdp0QYA==",
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.2.1.tgz",
"integrity": "sha512-uvlr85RZx+bofBiweljoh2SZvfedSIAd41kew5e8GJFn4E4aFkdGS2oWsv3XIIaxR3JVa0CmNoUpEn6XaCmk+Q==",
"dev": true,
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
@ -3054,9 +3054,9 @@
"dev": true
},
"mermaid": {
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.2.0.tgz",
"integrity": "sha512-iWKTBjHoPUSs+mJMpZ5+K9xg97KflKjbv91Bu42yK2jjz4wX4Nt1eshi+bmmFWAhn7f2R0X55hlxxbSxdp0QYA==",
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.2.1.tgz",
"integrity": "sha512-uvlr85RZx+bofBiweljoh2SZvfedSIAd41kew5e8GJFn4E4aFkdGS2oWsv3XIIaxR3JVa0CmNoUpEn6XaCmk+Q==",
"dev": true,
"requires": {
"@braintree/sanitize-url": "^6.0.0",

View File

@ -33,7 +33,7 @@
"chart.js": "^3.9.1",
"fuse.js": "^6.6.2",
"katex": "^0.16.3",
"mermaid": "^9.2.0",
"mermaid": "^9.2.1",
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13",
"prettier-plugin-tailwindcss": "^0.1.13",