Browse Source

feat(lnd): update lnd to latest master build

renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
parent
commit
e8b9d22455
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 5
      package.json
  2. 22
      yarn.lock

5
package.json

@ -42,7 +42,8 @@
"config": {
"style_paths": "app/styles/*.scss app/components/**/*.scss",
"lnd-binary": {
"binaryVersion": "0.4.2-beta"
"binaryVersion": "0.4.2-beta-635-g72aa7969",
"binarySite": "https://github.com/LN-Zap/lnd/releases/download"
}
},
"browserslist": "electron 2.0",
@ -255,7 +256,7 @@
"jsdom": "^11.12.0",
"koa-connect": "^2.0.1",
"lint-staged": "^7.2.0",
"lnd-binary": "^0.3.4",
"lnd-binary": "^0.3.5",
"minimist": "^1.2.0",
"node-sass": "^4.9.0",
"prettier": "^1.13.5",

22
yarn.lock

@ -2555,15 +2555,15 @@ cacache@^10.0.4:
y18n "^4.0.0"
cacache@^11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.0.2.tgz#ff30541a05302200108a759e660e30786f788764"
version "11.1.0"
resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.1.0.tgz#3d76dbc2e9da413acaad2557051960a4dad3e1a4"
dependencies:
bluebird "^3.5.1"
chownr "^1.0.1"
figgy-pudding "^3.1.0"
glob "^7.1.2"
graceful-fs "^4.1.11"
lru-cache "^4.1.2"
lru-cache "^4.1.3"
mississippi "^3.0.0"
mkdirp "^0.5.1"
move-concurrently "^1.0.1"
@ -4961,8 +4961,8 @@ fd-slicer@~1.0.1:
pend "~1.2.0"
figgy-pudding@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.1.0.tgz#a77ed2284175976c424b390b298569e9df86dd1e"
version "3.2.0"
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.2.0.tgz#464626b73d7b0fc045a99753d191b0785957ff73"
figures@^1.7.0:
version "1.7.0"
@ -5137,8 +5137,8 @@ follow-redirects@^1.2.3:
debug "^2.4.5"
follow-redirects@^1.3.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.1.tgz#67a8f14f5a1f67f962c2c46469c79eaec0a90291"
version "1.5.2"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.2.tgz#5a9d80e0165957e5ef0c1210678fc5c4acb9fb03"
dependencies:
debug "^3.1.0"
@ -7444,9 +7444,9 @@ listr@^0.14.1:
rxjs "^6.1.0"
strip-ansi "^3.0.1"
lnd-binary@^0.3.4:
version "0.3.4"
resolved "https://registry.yarnpkg.com/lnd-binary/-/lnd-binary-0.3.4.tgz#51fcf221a355e7c25499a3948230613aa282abde"
lnd-binary@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/lnd-binary/-/lnd-binary-0.3.5.tgz#5ae89acebc9b6f3801ae26633a4f02bd1e2f9b51"
dependencies:
axios "^0.18.0"
cacache "^11.0.2"
@ -7706,7 +7706,7 @@ lowercase-keys@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f"
lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2:
lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c"
dependencies:

Loading…
Cancel
Save