web: bump mermaid from 10.0.1 to 10.0.2 in /web (#4837)

* web: bump mermaid from 10.0.1 to 10.0.2 in /web

Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 10.0.1 to 10.0.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/v10.0.1...v10.0.2)

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

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

* fix failing bandit check

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
dependabot[bot] 2023-03-03 10:27:16 +01:00 committed by GitHub
parent 2c32e54746
commit e08536af33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -30,7 +30,7 @@ def check_plex_token(self: MonitoredTask, source_slug: int):
self.set_status(TaskResult(TaskResultStatus.SUCCESSFUL, ["Plex token is valid."]))
except RequestException as exc:
error = exception_to_string(exc)
if source.plex_token != "":
if len(source.plex_token) < 1:
error = error.replace(source.plex_token, "$PLEX_TOKEN")
self.set_status(
TaskResult(

14
web/package-lock.json generated
View File

@ -62,7 +62,7 @@
"eslint-plugin-lit": "^1.8.2",
"fuse.js": "^6.6.2",
"lit": "^2.6.1",
"mermaid": "^10.0.1",
"mermaid": "^10.0.2",
"moment": "^2.29.4",
"prettier": "^2.8.4",
"pyright": "^1.1.296",
@ -7514,9 +7514,9 @@
}
},
"node_modules/mermaid": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-10.0.1.tgz",
"integrity": "sha512-3O3QfTE0Ohhe3jbzsiQImKKnnARoZS3QQt/cyLbfnFaKN5fRs0tf0cOznCTpZHyB/r505S1qGrJJNYXxmMcYyg==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-10.0.2.tgz",
"integrity": "sha512-slwoB9WdNUT+/W9VhxLYRLZ0Ey12fIE+cAZjm3FmHTD+0F1uoJETfsNbVS1POnvQZhFYzfT6/z6hJZXgecqVBA==",
"dependencies": {
"@braintree/sanitize-url": "^6.0.0",
"cytoscape": "^3.23.0",
@ -15731,9 +15731,9 @@
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
},
"mermaid": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-10.0.1.tgz",
"integrity": "sha512-3O3QfTE0Ohhe3jbzsiQImKKnnARoZS3QQt/cyLbfnFaKN5fRs0tf0cOznCTpZHyB/r505S1qGrJJNYXxmMcYyg==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-10.0.2.tgz",
"integrity": "sha512-slwoB9WdNUT+/W9VhxLYRLZ0Ey12fIE+cAZjm3FmHTD+0F1uoJETfsNbVS1POnvQZhFYzfT6/z6hJZXgecqVBA==",
"requires": {
"@braintree/sanitize-url": "^6.0.0",
"cytoscape": "^3.23.0",

View File

@ -106,7 +106,7 @@
"eslint-plugin-lit": "^1.8.2",
"fuse.js": "^6.6.2",
"lit": "^2.6.1",
"mermaid": "^10.0.1",
"mermaid": "^10.0.2",
"moment": "^2.29.4",
"prettier": "^2.8.4",
"pyright": "^1.1.296",