Skip to content

Commit

Permalink
Upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Apr 26, 2022
1 parent 479f4a5 commit f3d84fc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib/HttpLightningBackend.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const http = require('http');
const https = require('https');
const LightningBackend = require('./LightningBackend');
const querystring = require('querystring');
const SocksProxyAgent = require('socks-proxy-agent');
const { SocksProxyAgent } = require('socks-proxy-agent');
const url = require('url');

class HttpLightningBackend extends LightningBackend {
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"homepage": "https://github.com/bleskomat/lightning-backends-node#readme",
"dependencies": {
"@bleskomat/form": "1.2.5",
"@bleskomat/form": "1.2.6",
"async": "3.2.3",
"bolt11": "1.3.4",
"secp256k1": "4.0.3",
"socks-proxy-agent": "6.1.0"
"socks-proxy-agent": "6.2.0"
},
"devDependencies": {
"dotenv": "16.0.0",
Expand Down

0 comments on commit f3d84fc

Please sign in to comment.