Update rs-logger, hubot-irc

* Upgrades to RS chat-messages 2.0.0
* Should fix reconnect/multi-connection issue for IRC (see
  https://github.com/nandub/hubot-irc/issues/181)
This commit is contained in:
Basti 2021-09-13 16:28:14 +02:00
parent 54e10c6b88
commit 4e4143ed1f
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 676 additions and 1008 deletions

1673
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,23 +2,22 @@
"name": "botka",
"version": "0.8.0",
"private": true,
"authors": [
"Sebastian Kippe <sebastian@kip.pe>",
"Greg Karékinian <greg@karekinian.com>"
"author": [
"Kosmos Contributors <mail@kosmos.org> (https://kosmos.org)"
],
"description": "Heuristically programmed ALgorithmic computer",
"dependencies": {
"cheerio": "0.22.0",
"coffee-script": "^1.9.2",
"hubot": "^3.3.1",
"hubot": "^3.3.2",
"hubot-auth": "^1.2.0",
"hubot-help": "^1.0.1",
"hubot-incoming-webhook": "^1.1.1",
"hubot-irc": "github:67P/hubot-irc#dev",
"hubot-redis-brain": "~1.0.0",
"hubot-remotestorage-logger": "^0.7.1",
"hubot-remotestorage-logger": "^1.0.0",
"hubot-web-push-notifications": "^1.2.0",
"hubot-xmpp": "github:67P/hubot-xmpp#dev",
"request": "2.88.0"
"request": "2.88.2"
}
}