feat(cmd): stop flood/notify.

fix(cmd): bad return.
chore(deps): upgrade all.
This commit is contained in:
vulet 2022-01-24 17:53:34 +08:00
parent 35cec7751f
commit 3b16a0495c
6 changed files with 217 additions and 202 deletions

View file

@ -18,13 +18,13 @@
},
"homepage": "https://github.com/vulet/lighthau5#readme",
"dependencies": {
"axios": "^0.21.2",
"form-data": "^3.0.0",
"jsdom": "^16.6.0",
"matrix-js-sdk": "^12.4.1",
"axios": "^0.25.0",
"form-data": "^4.0.0",
"jsdom": "^19.0.0",
"matrix-js-sdk": "^15.4.0",
"node-localstorage": "^2.2.1",
"olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.4.tgz",
"qs": "^6.10.1"
"olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz",
"qs": "^6.10.3"
},
"devDependencies": {}
}