update deps

This commit is contained in:
gnuxie 2022-07-27 18:28:05 +01:00
parent f68b511256
commit b943a02cda
3 changed files with 349 additions and 528 deletions

View File

@ -44,7 +44,7 @@
"humanize-duration-ts": "^2.1.1",
"js-yaml": "^4.1.0",
"jsdom": "^16.6.0",
"matrix-appservice-bridge": "^4.0.1",
"matrix-appservice-bridge": "^5.0.0",
"nedb": "^1.8.0",
"parse-duration": "^1.0.2",
"shell-quote": "^1.7.3",

View File

@ -31,7 +31,7 @@ class MjolnirAppService {
public constructor() {
this.bridge = new Bridge({
homeserverUrl: "http://localhost:9999",
domain: "localhost",
domain: "localhost:9999",
registration: "mjolnir-registration.yaml",
controller: {
onUserQuery: this.onUserQuery.bind(this),

873
yarn.lock

File diff suppressed because it is too large Load Diff