2 Commits

Author SHA1 Message Date
311df067db 2.3.1 2020-04-16 22:18:17 +02:00
603b58a308 Update hubot-kredits 2020-04-16 22:18:06 +02:00
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "hal8000", "name": "hal8000",
"version": "2.3.0", "version": "2.3.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@@ -1793,9 +1793,9 @@
} }
}, },
"hubot-kredits": { "hubot-kredits": {
"version": "3.5.0", "version": "3.5.1",
"resolved": "https://registry.npmjs.org/hubot-kredits/-/hubot-kredits-3.5.0.tgz", "resolved": "https://registry.npmjs.org/hubot-kredits/-/hubot-kredits-3.5.1.tgz",
"integrity": "sha512-/swRV+btIRSTD3TCciJXEQJVgPvQ3jESu+Calel8ojPc8jpE6FoYat9ZqbMv0Ikm7ya4egH+Ya57VN95CVehwA==", "integrity": "sha512-V/3n9TDJydHi9+1N+fzbS0QXDBGs7qQ6G9yhDw92ycKmFxp3GthTGrHa3s5F40ZgnBB2oJ4VoYb+gmoa8pJOQg==",
"requires": { "requires": {
"cors": "^2.8.5", "cors": "^2.8.5",
"eth-provider": "^0.2.2", "eth-provider": "^0.2.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "hal8000", "name": "hal8000",
"version": "2.3.0", "version": "2.3.1",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "./run.sh", "start": "./run.sh",
@@ -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.5.0", "hubot-kredits": "^3.5.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",