web: Bump mermaid from 9.2.0 to 9.2.1 in /web (#3968)

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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-09 11:03:51 +01:00 committed by GitHub
parent 7204570580
commit b2359e1f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -60,7 +60,7 @@
"eslint-plugin-lit": "^1.6.1",
"fuse.js": "^6.6.2",
"lit": "^2.4.1",
"mermaid": "^9.2.0",
"mermaid": "^9.2.1",
"moment": "^2.29.4",
"prettier": "^2.7.1",
"pyright": "^1.1.278",
@ -7627,9 +7627,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==",
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
"d3": "^7.0.0",
@ -15960,9 +15960,9 @@
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
},
"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==",
"requires": {
"@braintree/sanitize-url": "^6.0.0",
"d3": "^7.0.0",

View File

@ -103,7 +103,7 @@
"eslint-plugin-lit": "^1.6.1",
"fuse.js": "^6.6.2",
"lit": "^2.4.1",
"mermaid": "^9.2.0",
"mermaid": "^9.2.1",
"moment": "^2.29.4",
"prettier": "^2.7.1",
"pyright": "^1.1.278",