update dependencies

This commit is contained in:
Alex Bosworth 2026-08-07 15:11:34 -07:00
parent 27db680647
commit 2f813cf028
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
3 changed files with 928 additions and 434 deletions

View file

@ -1,6 +1,6 @@
# Versions
## 23.1.4
## 23.1.5
- Dependency cleanup: remove minimist dependency

1346
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,17 +29,17 @@
"cbor": "10.0.12",
"colorette": "2.0.20",
"csv-parse": "7.0.2",
"goldengate": "16.0.4",
"goldengate": "16.0.5",
"grammy": "1.45.1",
"import-lazy": "4.0.0",
"ini": "7.0.0",
"inquirer": "14.0.2",
"ln-accounting": "10.0.4",
"ln-service": "59.2.3",
"ln-sync": "8.0.3",
"ln-accounting": "10.0.5",
"ln-service": "59.2.4",
"ln-sync": "8.0.4",
"ln-telegram": "8.0.5",
"moment": "2.30.1",
"paid-services": "8.0.5",
"paid-services": "8.0.6",
"probing": "7.0.0",
"qrcode-terminal": "0.12.0",
"sanitize-filename": "1.6.4",
@ -50,7 +50,7 @@
},
"description": "Lightning balance CLI",
"devDependencies": {
"invoices": "5.0.2",
"invoices": "6.0.0",
"ln-docker-daemons": "8.0.2"
},
"engines": {
@ -78,5 +78,5 @@
"postpublish": "docker buildx build --platform linux/amd64,linux/arm64 -t alexbosworth/balanceofsatoshis -t alexbosworth/balanceofsatoshis:$npm_package_version --push .",
"test": "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": "23.1.4"
"version": "23.1.5"
}