Merge branch 'feature/update-dependencies' into develop
Showing
This diff is collapsed.
... | ... | @@ -22,15 +22,16 @@ |
"@tinyhttp/app": "2.0.12", | ||
"async-sema": "3.1.1", | ||
"axios": "0.24.0", | ||
"bip32": "3.0.0", | ||
"bip39": "3.0.4", | ||
"bitcoinjs-lib": "5.2.0", | ||
"bitcoinjs-lib": "6.0.0", | ||
"bitcoinjs-message": "2.2.0", | ||
"bs58": "4.0.1", | ||
"bs58check": "2.1.2", | ||
"helmet": "4.6.0", | ||
"jsonwebtoken": "8.5.1", | ||
"lodash.clonedeep": "4.5.0", | ||
"milliparsec": "^2.2.0", | ||
"milliparsec": "2.2.0", | ||
"minimist": "1.2.5", | ||
"mysql": "2.18.1", | ||
"nocache": "3.0.1", | ||
... | ... | @@ -40,15 +41,16 @@ |
"rpc-bitcoin": "2.0.0", | ||
"sirv": "1.0.18", | ||
"socks-proxy-agent": "6.1.0", | ||
"validator": "13.6.0", | ||
"tiny-secp256k1": "2.1.0", | ||
"validator": "13.7.0", | ||
"websocket": "1.0.34", | ||
"workerpool": "6.1.5", | ||
"zeromq": "6.0.0-beta.5" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.1.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-unicorn": "^37.0.1", | ||
"eslint": "^8.2.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-unicorn": "^38.0.1", | ||
"mocha": "9.1.3" | ||
} | ||
} |
Please register or sign in to comment