Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed May 27, 2021
1 parent 4d00863 commit 31b5c69
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 99 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Versions

## Version 3.2.3
## Version 3.2.4

- `handleConnectCommand`: Fix missing reference to already connected message

Expand Down
150 changes: 57 additions & 93 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"async": "3.2.0",
"asyncjs-util": "1.2.5",
"goldengate": "10.0.4",
"asyncjs-util": "1.2.6",
"goldengate": "10.0.5",
"invoices": "1.2.0",
"ln-service": "51.7.0",
"ln-service": "51.8.1",
"ln-sync": "0.4.5",
"moment": "2.29.1",
"table": "6.7.0"
"table": "6.7.1"
},
"description": "Lightning Network Telegram bot commands",
"devDependencies": {
Expand All @@ -38,5 +38,5 @@
"scripts": {
"test": "tap --branches=1 --functions=1 --lines=1 --statements=1 test/commands/*.js test/post/*.js"
},
"version": "3.2.3"
"version": "3.2.4"
}

0 comments on commit 31b5c69

Please sign in to comment.