web: bump mermaid from 9.2.1 to 9.2.2 in /web (#3975)

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

---
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-10 08:23:31 +01:00 committed by GitHub
parent 252f631980
commit bdf50a35cd
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.1",
"mermaid": "^9.2.2",
"moment": "^2.29.4",
"prettier": "^2.7.1",
"pyright": "^1.1.279",
@ -7627,9 +7627,9 @@
}
},
"node_modules/mermaid": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.2.1.tgz",
"integrity": "sha512-uvlr85RZx+bofBiweljoh2SZvfedSIAd41kew5e8GJFn4E4aFkdGS2oWsv3XIIaxR3JVa0CmNoUpEn6XaCmk+Q==",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.2.2.tgz",
"integrity": "sha512-6s7eKMqFJGS+0MYjmx8f6ZigqKBJVoSx5ql2gw6a4Aa+WJ49QiEJg7gPwywaBg3DZMs79UP7trESp4+jmaQccw==",
"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.1",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.2.1.tgz",
"integrity": "sha512-uvlr85RZx+bofBiweljoh2SZvfedSIAd41kew5e8GJFn4E4aFkdGS2oWsv3XIIaxR3JVa0CmNoUpEn6XaCmk+Q==",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-9.2.2.tgz",
"integrity": "sha512-6s7eKMqFJGS+0MYjmx8f6ZigqKBJVoSx5ql2gw6a4Aa+WJ49QiEJg7gPwywaBg3DZMs79UP7trESp4+jmaQccw==",
"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.1",
"mermaid": "^9.2.2",
"moment": "^2.29.4",
"prettier": "^2.7.1",
"pyright": "^1.1.279",