mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Merge pull request #5 from christroutner/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# BCH API
|
||||
|
||||
[](https://greenkeeper.io/)
|
||||
|
||||
This is a fork and alternative implementation of
|
||||
the [rest.bitcoin.com](https://github.com/Bitcoin-com/rest.bitcoin.com) repository.
|
||||
The function of this code is to create a REST API server to provide a common
|
||||
|
||||
Generated
+862
-325
File diff suppressed because it is too large
Load Diff
+16
-16
@@ -23,47 +23,47 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@chris.troutner/bitbox-js": "^7.0.2",
|
||||
"axios": "^0.18.0",
|
||||
"axios": "^0.19.0",
|
||||
"bitcoincash-zmq-decoder": "0.1.5",
|
||||
"body-parser": "^1.18.3",
|
||||
"cookie-parser": "~1.4.3",
|
||||
"cors": "^2.8.3",
|
||||
"debug": "~2.6.3",
|
||||
"dotenv": "^4.0.0",
|
||||
"debug": "~4.1.1",
|
||||
"dotenv": "^8.0.0",
|
||||
"express": "^4.15.5",
|
||||
"express-basic-auth": "^1.1.3",
|
||||
"express-rate-limit": "^2.11.0",
|
||||
"express-rate-limit": "^4.0.3",
|
||||
"helmet": "^3.12.1",
|
||||
"level": "^4.0.0",
|
||||
"level": "^5.0.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^5.2.0",
|
||||
"mocha": "^6.1.4",
|
||||
"morgan": "^1.9.1",
|
||||
"mqtt": "^2.8.0",
|
||||
"mqtt": "^3.0.0",
|
||||
"passport": "^0.4.0",
|
||||
"passport-anonymous": "^1.0.1",
|
||||
"passport-http": "^0.3.0",
|
||||
"pg": "^6.2.3",
|
||||
"pg": "^7.11.0",
|
||||
"pg-hstore": "^2.3.2",
|
||||
"slp-sdk": "^4.4.0",
|
||||
"slpjs": "0.15.5",
|
||||
"slpjs": "0.18.2",
|
||||
"socket.io": "^2.1.1",
|
||||
"strftime": "^0.10.0",
|
||||
"winston": "^3.2.1",
|
||||
"winston-daily-rotate-file": "^3.8.0",
|
||||
"zeromq": "^4.6.0"
|
||||
"zeromq": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.16.0",
|
||||
"@types/node": "^10.12.1",
|
||||
"bignumber.js": "^8.1.1",
|
||||
"@types/node": "^12.0.4",
|
||||
"bignumber.js": "^9.0.0",
|
||||
"chai": "^4.1.2",
|
||||
"coveralls": "^3.0.2",
|
||||
"eslint": "^5.5.0",
|
||||
"eslint-config-prettier": "^3.0.1",
|
||||
"eslint-config-prettier": "^4.3.0",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-prettier": "^2.6.2",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"fs-extra": "^7.0.0",
|
||||
"fs-extra": "^8.0.1",
|
||||
"nock": "^10.0.0",
|
||||
"node-mocks-http": "^1.7.0",
|
||||
"nodemon": "^1.18.1",
|
||||
@@ -73,7 +73,7 @@
|
||||
"request": "^2.88.0",
|
||||
"request-promise": "^4.2.2",
|
||||
"semantic-release": "^15.13.14",
|
||||
"sinon": "^6.3.4",
|
||||
"sinon": "^7.3.2",
|
||||
"typescript": "^3.1.4"
|
||||
},
|
||||
"release": {
|
||||
|
||||
Reference in New Issue
Block a user