fix: ln merge issues and deprecate some libs
This commit is contained in:
parent
c9e3fcd9ca
commit
546ba7b780
11 changed files with 4384 additions and 4814 deletions
16
package.json
16
package.json
|
|
@ -2,14 +2,14 @@
|
|||
"name": "lamassu-server",
|
||||
"description": "bitcoin atm client server protocol module",
|
||||
"keywords": [],
|
||||
"version": "8.1.5-1",
|
||||
"license": "Unlicense",
|
||||
"version": "9.0.0-beta.0",
|
||||
"license": "./LICENSE",
|
||||
"author": "Lamassu (https://lamassu.is)",
|
||||
"dependencies": {
|
||||
"@ethereumjs/common": "^2.6.4",
|
||||
"@ethereumjs/tx": "^3.5.1",
|
||||
"@graphql-tools/merge": "^6.2.5",
|
||||
"@lamassu/coins": "v1.3.3",
|
||||
"@lamassu/coins": "v1.4.0-beta.1",
|
||||
"@node-lightning/invoice": "0.28.0",
|
||||
"@simplewebauthn/server": "^3.0.0",
|
||||
"@vonage/auth": "^1.5.0",
|
||||
|
|
@ -23,9 +23,8 @@
|
|||
"bchaddrjs": "^0.3.0",
|
||||
"bignumber.js": "9.0.1",
|
||||
"bip39": "^2.3.1",
|
||||
"bitcoind-rpc": "^0.7.0",
|
||||
"bitgo": "11.18.0",
|
||||
"ccxt": "lamassu/ccxt#1.82.31",
|
||||
"ccxt": "2.9.16",
|
||||
"compression": "^1.7.4",
|
||||
"connect-pg-simple": "^6.2.1",
|
||||
"console-log-level": "^1.4.0",
|
||||
|
|
@ -39,10 +38,7 @@
|
|||
"ethereumjs-util": "^5.2.0",
|
||||
"ethereumjs-wallet": "^0.6.3",
|
||||
"express": "4.17.1",
|
||||
"express-limiter": "^1.6.0",
|
||||
"express-rate-limit": "^2.9.0",
|
||||
"express-session": "^1.17.1",
|
||||
"express-ws": "^3.0.0",
|
||||
"futoin-hkdf": "^1.0.2",
|
||||
"got": "^7.1.0",
|
||||
"graphql": "^15.5.0",
|
||||
|
|
@ -65,7 +61,6 @@
|
|||
"ndjson": "^1.5.0",
|
||||
"nocache": "^2.1.0",
|
||||
"node-cache": "^5.1.2",
|
||||
"numeral": "^2.0.3",
|
||||
"otplib": "^12.0.1",
|
||||
"p-each-series": "^1.0.0",
|
||||
"p-queue": "^6.6.2",
|
||||
|
|
@ -79,8 +74,6 @@
|
|||
"request-promise": "^4.2.6",
|
||||
"semver": "^7.1.3",
|
||||
"serve-static": "^1.12.4",
|
||||
"socket.io": "^2.0.3",
|
||||
"socket.io-client": "^2.0.3",
|
||||
"talisman": "^0.20.0",
|
||||
"telnyx": "^1.25.5",
|
||||
"tronweb": "^5.3.0",
|
||||
|
|
@ -89,7 +82,6 @@
|
|||
"web3": "1.7.1",
|
||||
"winston": "^2.4.2",
|
||||
"winston-transport": "^4.3.0",
|
||||
"ws": "^3.1.0",
|
||||
"xml-stream": "^0.4.5",
|
||||
"xmlrpc": "^1.3.2",
|
||||
"yup": "^0.31.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue