- Updated code for new authedRequest argument format

- matrix-js-sdk updated to 22.0.0
- fs-extra updated to 11.1.0
- minimum version set to 14.14
This commit is contained in:
2022-12-06 18:47:41 -07:00
parent 3c042ae47d
commit c7f9d56df2
7 changed files with 24 additions and 29 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
"description": "Matrix chat server client for Node-RED",
"dependencies": {
"abort-controller": "^3.0.0",
"fs-extra": "^10.0.1",
"fs-extra": "^11.1.0",
"got": "^12.0.2",
"isomorphic-webcrypto": "^2.3.8",
"matrix-js-sdk": "^21.2.0",
"matrix-js-sdk": "^22.0.0",
"node-fetch": "^3.3.0",
"node-localstorage": "^2.2.1",
"olm": "https://gitlab.matrix.org/matrix-org/olm/-/package_files/472/download",