update dependencies

This commit is contained in:
Alex Bosworth 2026-05-08 13:34:18 -07:00
parent db06fce7c0
commit d4a7be5490
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
3 changed files with 663 additions and 507 deletions

View file

@ -1,6 +1,6 @@
# Versions
## 20.1.4
## 20.1.5
- `rebalance`: support for `--avoid_list` to move `--avoid` flags to a file

1160
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -37,9 +37,9 @@
"ini": "6.0.0",
"inquirer": "13.4.2",
"ln-accounting": "9.0.1",
"ln-service": "58.0.4",
"ln-sync": "7.0.1",
"ln-telegram": "7.0.1",
"ln-service": "58.1.0",
"ln-sync": "7.0.2",
"ln-telegram": "7.1.0",
"minimist": "1.2.8",
"moment": "2.30.1",
"paid-services": "7.0.3",
@ -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": "20.1.4"
"version": "20.1.5"
}