chore: 🔧update deps

This commit is contained in:
Anthony Potdevin 2020-08-06 08:13:03 +02:00
parent 2de92be074
commit e456944f8a
No known key found for this signature in database
GPG Key ID: 4403F1DFBE779457
2 changed files with 27 additions and 13 deletions

36
package-lock.json generated
View File

@ -18678,9 +18678,9 @@
}
},
"ln-service": {
"version": "49.4.2",
"resolved": "https://registry.npmjs.org/ln-service/-/ln-service-49.4.2.tgz",
"integrity": "sha512-ePUaLFWUEfz+QYAeaAvSAiHL33IpQILAEbMPFPc0KQ9/gFlWgnLDwBQmlIona2G10xePfOhTbaKz8Mjy0bQ+OA==",
"version": "49.4.3",
"resolved": "https://registry.npmjs.org/ln-service/-/ln-service-49.4.3.tgz",
"integrity": "sha512-znkBL3PwggpSsWkZicNc2wRQuqHVmrzn00iMJYxrRDYJZ7i2HUmtSTXIJJ7IznmPMW6rVc0ReQBEved0F9K7rg==",
"requires": {
"@datastructures-js/priority-queue": "4.1.1",
"async": "3.2.0",
@ -18693,7 +18693,7 @@
"express": "4.17.1",
"invoices": "1.1.1",
"is-base64": "1.1.0",
"lightning": "2.0.30",
"lightning": "2.0.31",
"macaroon": "3.0.4",
"morgan": "1.10.0",
"ws": "7.3.1"
@ -18729,6 +18729,15 @@
"resolved": "https://registry.npmjs.org/bolt09/-/bolt09-0.1.1.tgz",
"integrity": "sha512-BX1LjpvU7qLyv8LRpYsq7p6fM2SiECWtfwjzx2/cStT0YFJhS74qFw5CfivoRz6ZEg3W7g1Exrv0tmDRkKeBkA=="
},
"cbor": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/cbor/-/cbor-5.1.0.tgz",
"integrity": "sha512-qzEc7kUShdMbWTaUH7X+aHW8owvBU3FS0dfYR1lGYpoZr0mGJhhojLlZJH653x/DfeMZ56h315FRNBUIG1R7qg==",
"requires": {
"bignumber.js": "^9.0.0",
"nofilter": "^1.0.4"
}
},
"invoices": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/invoices/-/invoices-1.1.1.tgz",
@ -18743,9 +18752,9 @@
}
},
"lightning": {
"version": "2.0.30",
"resolved": "https://registry.npmjs.org/lightning/-/lightning-2.0.30.tgz",
"integrity": "sha512-XZFefXdOE4kPa/C533MwnTpgfidwM6M9s0Mtg7U0jmDA5dRB9VmMU8zssBAeo+cZ46fXEx7fz4lXLGQ6V7opUw==",
"version": "2.0.31",
"resolved": "https://registry.npmjs.org/lightning/-/lightning-2.0.31.tgz",
"integrity": "sha512-Yza/ONODLrYFOZRuX/JDUw4VPrBfxynKU5YXMY3AwTZjsrXBVHDQ+nyiRzdRp49bXrcHRM0theawT1e/+UWqtg==",
"requires": {
"@grpc/proto-loader": "0.5.5",
"async": "3.2.0",
@ -18755,12 +18764,17 @@
"body-parser": "1.19.0",
"bolt07": "1.5.2",
"bolt09": "0.1.1",
"cbor": "5.0.2",
"cbor": "5.1.0",
"express": "4.17.1",
"grpc": "1.24.3",
"invoices": "1.1.1"
}
},
"nofilter": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/nofilter/-/nofilter-1.0.4.tgz",
"integrity": "sha512-N8lidFp+fCz+TD51+haYdbDGrcBWwuHX40F5+z0qkUjMJ5Tp+rdSuAkMJ9N9eoolDlEVTf6u5icM+cNKkKW2mA=="
},
"ws": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
@ -22121,9 +22135,9 @@
}
},
"react-tooltip": {
"version": "4.2.7",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.7.tgz",
"integrity": "sha512-z5T3gNplT76rkT7ZImfx/uXfBtS+x7+WK2H8MVZ5skSwETDDx0hs0+P0jwL5gYDaBvsZ7LYiCBzAOd3tN85CMA==",
"version": "4.2.8",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.2.8.tgz",
"integrity": "sha512-pDWa0/khTAgIfldp95tHgyuYyBhWNlfaU2LF9ubAKxpoqNe15uyf+uLlnhK/Lstb6FU8E8/SL28Wp6oEO9xw3g==",
"requires": {
"prop-types": "^15.7.2",
"uuid": "^7.0.3"

View File

@ -49,7 +49,7 @@
"js-cookie": "^2.2.1",
"js-yaml": "^3.14.0",
"jsonwebtoken": "^8.5.1",
"ln-service": "^49.4.2",
"ln-service": "^49.4.3",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lodash.merge": "^4.6.2",
@ -66,7 +66,7 @@
"react-spinners": "^0.9.0",
"react-spring": "^8.0.27",
"react-toastify": "^6.0.8",
"react-tooltip": "^4.2.7",
"react-tooltip": "^4.2.8",
"styled-components": "^5.1.1",
"styled-react-modal": "^2.0.1",
"styled-theming": "^2.2.0",