Update hubot-kredits

Fixes a GitHub integration bug
This commit is contained in:
Basti 2019-04-17 09:39:53 +01:00
parent bce3c8f76d
commit 4e609d7abd
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1578,9 +1578,9 @@
} }
}, },
"hubot-kredits": { "hubot-kredits": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/hubot-kredits/-/hubot-kredits-3.1.0.tgz", "resolved": "https://registry.npmjs.org/hubot-kredits/-/hubot-kredits-3.1.1.tgz",
"integrity": "sha512-uOMX8jeacuC9ad25FpljBMxTvoVvvZeInRGOjm9OrqlI21W/7Mjc8/hU4YD93ty+zkLl0CsZcDncrfmoWRcaQw==", "integrity": "sha512-QGUbdwIvpko7WuCHMlsYoE2VqwblbXQUEzeov9QDBO7t7MD7A02izUFMz0TrRr7WdY/lwB9c0i7bYzWEFEHkgg==",
"requires": { "requires": {
"eth-provider": "^0.2.2", "eth-provider": "^0.2.2",
"ethers": "^4.0.27", "ethers": "^4.0.27",

View File

@ -19,7 +19,7 @@
"hubot-help": "^1.0.1", "hubot-help": "^1.0.1",
"hubot-incoming-webhook": "^1.1.1", "hubot-incoming-webhook": "^1.1.1",
"hubot-irc": "67P/hubot-irc#dev", "hubot-irc": "67P/hubot-irc#dev",
"hubot-kredits": "^3.1.0", "hubot-kredits": "^3.1.1",
"hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term", "hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term",
"hubot-read-tweet": "0.0.2", "hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "1.0.0", "hubot-redis-brain": "1.0.0",