Update hubot-kredits

This commit is contained in:
Basti 2019-04-30 10:45:23 +01:00
parent a8cf6644c7
commit 62e2d3c438
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@types/node": {
"version": "10.14.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.5.tgz",
"integrity": "sha512-Ja7d4s0qyGFxjGeDq5S7Si25OFibSAHUi6i17UWnwNnpitADN7hah9q0Tl25gxuV5R1u2Bx+np6w4LHXfHyj/g=="
"version": "10.14.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.6.tgz",
"integrity": "sha512-Fvm24+u85lGmV4hT5G++aht2C5I4Z4dYlWZIh62FAfFO/TfzXtPpoLI6I7AuBWkIFqZCnhFOoTT7RjjaIL5Fjg=="
},
"accepts": {
"version": "1.3.5",
@ -1578,9 +1578,9 @@
}
},
"hubot-kredits": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/hubot-kredits/-/hubot-kredits-3.2.0.tgz",
"integrity": "sha512-BfNoXSGgvh47XNHapcfaqdxjmJ9k6WDLv8nUOhqcWedZeQL+ysbLjq73Y6O89VatOZt7W9yz+346xb1RaVM+EQ==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/hubot-kredits/-/hubot-kredits-3.2.1.tgz",
"integrity": "sha512-TUSfM+9FGL+pXAz6IQsd3ZMJIz0rhby2fcUvrg7Famvy9qA/Aw/51ipMRaoXJhl5D8bMpaiB81QrtGKtJ72F8g==",
"requires": {
"eth-provider": "^0.2.2",
"ethers": "^4.0.27",
@ -1814,9 +1814,9 @@
}
},
"ipfs-http-client": {
"version": "30.1.3",
"resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-30.1.3.tgz",
"integrity": "sha512-NQ7WTLKUZeoKaKXrTSLAtjASRYCR0bPdsolZf16Y7Gt7o3RfiPpFF+AqvP0xbekOV3/zhFj2Qyf6ShEV4CCtsQ==",
"version": "30.1.4",
"resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-30.1.4.tgz",
"integrity": "sha512-ordvoPT3lAFL5qsvdYBeDGRP03gtbL6Jl+qJ9dztyhE7NJf2yhtnU3ZNqN1JMCcUK0qpGsDzX89t8dKQvI80Pw==",
"requires": {
"async": "^2.6.1",
"bignumber.js": "^8.0.2",
@ -1853,7 +1853,7 @@
"promisify-es6": "^1.0.3",
"pull-defer": "~0.2.3",
"pull-stream": "^3.6.9",
"pull-to-stream": "~0.1.0",
"pull-to-stream": "~0.1.1",
"pump": "^3.0.0",
"qs": "^6.5.2",
"readable-stream": "^3.1.1",
@ -2853,9 +2853,9 @@
"integrity": "sha512-hJn4POeBrkttshdNl0AoSCVjMVSuBwuHocMerUdoZ2+oIUzrWHFTwJMlbHND7OiKLVgvz6TFj8ZUVywUMXccbw=="
},
"pull-to-stream": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/pull-to-stream/-/pull-to-stream-0.1.0.tgz",
"integrity": "sha512-LMvdE0JwT7XQZMFjc7JDl/G9gmoZ8Zo8e86SG4ZZUcjuwvod803KxpAK8WrmdxzHsMRK9DETlIzuA0tbEVv6jg==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/pull-to-stream/-/pull-to-stream-0.1.1.tgz",
"integrity": "sha512-thZkMv6F9PILt9zdvpI2gxs19mkDrlixYKX6cOBxAW16i1NZH+yLAmF4r8QfJ69zuQh27e01JZP9y27tsH021w==",
"requires": {
"readable-stream": "^3.1.1"
}

View File

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