mirror of
https://github.com/alexbosworth/balanceofsatoshis.git
synced 2026-08-13 12:33:37 +02:00
update dependencies
This commit is contained in:
parent
8226983be2
commit
9fad1fab89
3 changed files with 279 additions and 324 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Versions
|
||||
|
||||
## 22.1.1
|
||||
## 22.1.2
|
||||
|
||||
- Improve support for SOCKS proxy on old node versions
|
||||
|
||||
|
|
|
|||
591
package-lock.json
generated
591
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
|
@ -31,22 +31,22 @@
|
|||
"csv-parse": "6.2.1",
|
||||
"ecpair": "2.1.0",
|
||||
"goldengate": "16.0.2",
|
||||
"grammy": "1.43.0",
|
||||
"grammy": "1.44.0",
|
||||
"hot-formula-parser": "4.0.0",
|
||||
"import-lazy": "4.0.0",
|
||||
"ini": "7.0.0",
|
||||
"inquirer": "14.0.2",
|
||||
"ln-accounting": "10.0.2",
|
||||
"ln-service": "59.1.0",
|
||||
"ln-service": "59.1.1",
|
||||
"ln-sync": "8.0.2",
|
||||
"ln-telegram": "8.0.2",
|
||||
"minimist": "1.2.8",
|
||||
"moment": "2.30.1",
|
||||
"paid-services": "8.0.2",
|
||||
"probing": "6.0.0",
|
||||
"probing": "7.0.0",
|
||||
"qrcode-terminal": "0.12.0",
|
||||
"sanitize-filename": "1.6.4",
|
||||
"socks-proxy-agent": "10.0.0",
|
||||
"socks-proxy-agent": "10.1.0",
|
||||
"table": "6.9.0",
|
||||
"tiny-secp256k1": "2.2.4",
|
||||
"window-size": "1.1.1"
|
||||
|
|
@ -81,5 +81,5 @@
|
|||
"postpublish": "docker buildx build --platform linux/amd64,linux/arm64 -t alexbosworth/balanceofsatoshis -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
|
||||
"test": "npx nyc@17.1.0 node --experimental-test-coverage --test test/arrays/*.js test/balances/*.js test/chain/*.js test/display/*.js test/encryption/*.js test/lnd/*.js test/network/*.js test/nodes/*.js test/peers/*.js test/responses/*.js test/routing/*.js test/services/*.js test/swaps/*.js test/tags/*.js test/telegram/*.js test/wallets/*.js"
|
||||
},
|
||||
"version": "22.1.1"
|
||||
"version": "22.1.2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue