Update hubot-kredits

This commit is contained in:
Basti 2019-04-24 14:27:28 +01:00
parent ea56b52c29
commit a8cf6644c7
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
2 changed files with 14 additions and 20 deletions

32
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@types/node": {
"version": "10.14.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.4.tgz",
"integrity": "sha512-DT25xX/YgyPKiHFOpNuANIQIVvYEwCWXgK2jYYwqgaMrYE6+tq+DtmMwlD3drl6DJbUwtlIDnn0d7tIn/EbXBg=="
"version": "10.14.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.5.tgz",
"integrity": "sha512-Ja7d4s0qyGFxjGeDq5S7Si25OFibSAHUi6i17UWnwNnpitADN7hah9q0Tl25gxuV5R1u2Bx+np6w4LHXfHyj/g=="
},
"accepts": {
"version": "1.3.5",
@ -1578,15 +1578,15 @@
}
},
"hubot-kredits": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/hubot-kredits/-/hubot-kredits-3.1.2.tgz",
"integrity": "sha512-F5TznRGz4ZRuBxOKqCwrCfgrYeWSwyG7EHKMFEvQD3hJ9y2SFyOub9ug4pGhuU6FLfpFcrm1mgSJ8JaR67aUBg==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/hubot-kredits/-/hubot-kredits-3.2.0.tgz",
"integrity": "sha512-BfNoXSGgvh47XNHapcfaqdxjmJ9k6WDLv8nUOhqcWedZeQL+ysbLjq73Y6O89VatOZt7W9yz+346xb1RaVM+EQ==",
"requires": {
"eth-provider": "^0.2.2",
"ethers": "^4.0.27",
"group-array": "^0.3.3",
"kosmos-schemas": "^1.1.2",
"kredits-contracts": "^5.1.1",
"kredits-contracts": "^5.3.0",
"node-cron": "^2.0.3",
"node-fetch": "^2.3.0",
"prompt": "^1.0.0"
@ -2162,14 +2162,13 @@
}
},
"kredits-contracts": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/kredits-contracts/-/kredits-contracts-5.1.1.tgz",
"integrity": "sha512-hEM/ZOcoYejOix8LMG/mMVQVoD/9q18yjQTXeQwuX2x/APP95CH8HK/UsPIqxXtMP1L3XklWnMuqTVbYUc5UYg==",
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/kredits-contracts/-/kredits-contracts-5.3.0.tgz",
"integrity": "sha512-Wz4zuA6yo0Q4WbVEO61fvFin+6VTNjkBqHPhHCqq6dIoGdFSjUZ3BCKan1ei0axIAda7ZDP+eebe2vCr+eqcHg==",
"requires": {
"ethers": "^4.0.27",
"ipfs-http-client": "^30.1.1",
"kosmos-schemas": "^2.0.0",
"rsvp": "^4.8.2",
"tv4": "^1.3.0"
},
"dependencies": {
@ -2483,9 +2482,9 @@
}
},
"multicodec": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.0.tgz",
"integrity": "sha512-lKsJeT4cKeSq0rVEWhO3oSBgDN4sMY1sNZKlvl68g/ZAahjPS1KIVyF4IqhuYmCdtOyKs4Q4hQ6M0C3iqRnuqQ==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz",
"integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==",
"requires": {
"varint": "^5.0.0"
}
@ -3092,11 +3091,6 @@
"optimist": "~0.3.5"
}
},
"rsvp": {
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.4.tgz",
"integrity": "sha512-6FomvYPfs+Jy9TfXmBpBuMWNH94SgCsZmJKcanySzgNNP6LjWxBvyLTa9KaMfDDM5oxRfrKDB0r/qeRsLwnBfA=="
},
"safe-buffer": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",

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.1.2",
"hubot-kredits": "^3.2.0",
"hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term",
"hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "1.0.0",