update dependencies

This commit is contained in:
Alex Bosworth 2026-01-05 14:40:04 -08:00
parent 7d329d5ce1
commit c3de2c9d7d
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
4 changed files with 222 additions and 712 deletions

View file

@ -1,5 +1,9 @@
# Versions
## 20.0.1
- Bump Docker node.js version
## 20.0.0
- Add support for LND 0.20.0

View file

@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
# UID / GID 1000 is default for user `node` in the `node:latest` image, this
# way the process will run as a non-root user

916
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -30,19 +30,19 @@
"crypto-js": "4.2.0",
"csv-parse": "6.1.0",
"ecpair": "2.1.0",
"goldengate": "14.0.10",
"grammy": "1.38.4",
"goldengate": "14.0.11",
"grammy": "1.39.2",
"hot-formula-parser": "4.0.0",
"import-lazy": "4.0.0",
"ini": "6.0.0",
"inquirer": "13.1.0",
"ln-accounting": "8.0.6",
"ln-accounting": "8.0.7",
"ln-service": "57.27.3",
"ln-sync": "6.5.2",
"ln-telegram": "6.1.11",
"ln-telegram": "6.1.13",
"minimist": "1.2.8",
"moment": "2.30.1",
"paid-services": "7.0.0",
"paid-services": "7.0.1",
"probing": "5.0.4",
"qrcode-terminal": "0.12.0",
"sanitize-filename": "1.6.3",
@ -81,5 +81,5 @@
"postpublish": "docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -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.0.0"
"version": "20.0.1"
}