update dependencies

This commit is contained in:
Alex Bosworth 2026-06-15 15:14:25 -07:00
parent 8226983be2
commit 9fad1fab89
No known key found for this signature in database
GPG key ID: E80D2F3F311FD87E
3 changed files with 279 additions and 324 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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"
}