Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Oct 21, 2024
1 parent 252cc80 commit 4fbc58c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 45 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Versions

## 57.22.0
## 57.22.1

- `createFundedPsbt`: Add support for `change_format` for change address type

Expand Down
76 changes: 35 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"bolt07": "1.9.4",
"invoices": "3.0.0",
"lightning": "10.22.0",
"lightning": "10.22.1",
"macaroon": "3.0.4"
},
"description": "Interaction helper for your Lightning Network daemon",
Expand All @@ -29,7 +29,7 @@
"portfinder": "1.0.32",
"psbt": "3.0.0",
"rimraf": "6.0.1",
"secp256k1": "5.0.0",
"secp256k1": "5.0.1",
"tiny-secp256k1": "2.2.3",
"uuid": "10.0.0",
"varuint-bitcoin": "2.0.0"
Expand Down Expand Up @@ -74,5 +74,5 @@
"integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
"test": "echo $DOCKER_LND_VERSION && node test/runner"
},
"version": "57.22.0"
"version": "57.22.1"
}

0 comments on commit 4fbc58c

Please sign in to comment.