Update matrix-bot-sdk package

This commit is contained in:
Travis Ralston 2020-02-12 15:05:52 -07:00
parent 5d8fea07fc
commit 60083b49f4
2 changed files with 5 additions and 11 deletions

View File

@ -27,6 +27,6 @@
"config": "^3.2.2",
"escape-html": "^1.0.3",
"js-yaml": "^3.13.1",
"matrix-bot-sdk": "^0.4.1"
"matrix-bot-sdk": "^0.5.0-beta.1"
}
}

View File

@ -337,11 +337,6 @@ bluebird@^3.5.0:
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.5.tgz#a8d0afd73251effbbd5fe384a77d73003c17a71f"
integrity sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==
bluebird@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
body-parser@1.19.0:
version "1.19.0"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
@ -1534,13 +1529,12 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"
matrix-bot-sdk@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/matrix-bot-sdk/-/matrix-bot-sdk-0.4.1.tgz#4a0a5d5c20a8444612f760c689adba0e7dfe5424"
integrity sha512-ePsmL6ZOVLsSY06fqS3c/3ZWXtfoCk3vUcHyciU+tgRrJqPP2wV15vbs8gHdavIWXmwno3wK95Xc45oH6Uibhg==
matrix-bot-sdk@^0.5.0-beta.1:
version "0.5.0-beta.1"
resolved "https://registry.yarnpkg.com/matrix-bot-sdk/-/matrix-bot-sdk-0.5.0-beta.1.tgz#07a9c19d71a636d1f61f032eac3114fe0ccfb2cd"
integrity sha512-S+LGC6B401CFqTG8dl335bbcSxD+0SOcAMLwX0SnSo/8150ho7WBPD0piNqiY4sEBJVbnksZp3GEZ5aRLzanSA==
dependencies:
"@types/express" "^4.17.2"
bluebird "^3.7.1"
chalk "^3.0.0"
express "^4.17.1"
glob-to-regexp "^0.4.1"