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
27db680647
commit
2f813cf028
3 changed files with 928 additions and 434 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Versions
|
||||
|
||||
## 23.1.4
|
||||
## 23.1.5
|
||||
|
||||
- Dependency cleanup: remove minimist dependency
|
||||
|
||||
|
|
|
|||
1346
package-lock.json
generated
1346
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue