Update bot-sdk

This commit is contained in:
Travis Ralston 2019-03-17 22:51:39 -06:00
parent e5d803510a
commit 9a02547f6f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -714,9 +714,9 @@
}
},
"matrix-bot-sdk": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/matrix-bot-sdk/-/matrix-bot-sdk-0.3.3.tgz",
"integrity": "sha512-rhfRL6OL6q2tMvEnUh15xfE1vK+ZmoJlhhGEgjgQSFtoUi4t0kUM4i0dufspGqpF/oQj+NJoaWDBSEROTqcSYg==",
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/matrix-bot-sdk/-/matrix-bot-sdk-0.3.4.tgz",
"integrity": "sha512-dZV0VLqh5z/CqRcNvNXjqzCvP5fe8DjgSwEuuazXT7CUEzsWr7YHcqgp1IV1j1f9kOGBcdUEzqnDl4YlCp47Qg==",
"requires": {
"@types/node": "^8.10.34",
"bluebird": "^3.5.2",

View file

@ -13,7 +13,7 @@
"@types/node": "^10.14.1",
"config": "^3.0.1",
"js-yaml": "^3.12.2",
"matrix-bot-sdk": "^0.3.3",
"matrix-bot-sdk": "^0.3.4",
"random-string": "^0.2.0",
"striptags": "^3.1.1"
},