fix: upgrade bolt11 from 1.2.7 to 1.3.1
Snyk has created this PR to upgrade bolt11 from 1.2.7 to 1.3.1. See this package in npm: https://www.npmjs.com/package/bolt11 See this project in Snyk: https://app.snyk.io/org/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
parent
3d1abda05b
commit
d47f03501d
15
package-lock.json
generated
15
package-lock.json
generated
@ -1827,15 +1827,14 @@
|
||||
}
|
||||
},
|
||||
"bolt11": {
|
||||
"version": "1.2.7",
|
||||
"resolved": "https://registry.npmjs.org/bolt11/-/bolt11-1.2.7.tgz",
|
||||
"integrity": "sha512-og00WBenEDUeMOVLoiWIiA0i14+tslzqhk/fJIYt5L7GWFFvY88kl0J1ib5DqMXp7mQKez4E8/XI6nrG0Rek4g==",
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/bolt11/-/bolt11-1.3.1.tgz",
|
||||
"integrity": "sha512-dmTcJGIQ4RcSDgXMijhUO4JWskCelXhbpcedWsF7YoFcPw3QYzYWCowO0+GJFT2TvrHXtlYdbnMBT85Se8IJSA==",
|
||||
"requires": {
|
||||
"@types/bn.js": "^4.11.3",
|
||||
"bech32": "^1.1.2",
|
||||
"bitcoinjs-lib": "^3.3.1",
|
||||
"bn.js": "^4.11.8",
|
||||
"coininfo": "^4.5.0",
|
||||
"create-hash": "^1.2.0",
|
||||
"lodash": "^4.17.11",
|
||||
"safe-buffer": "^5.1.1",
|
||||
@ -2149,14 +2148,6 @@
|
||||
"resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.0.tgz",
|
||||
"integrity": "sha512-2Nii8p3RwAPiFwsnZvukotvow2rIHM+yQ6ZcBXGHdniadkYGZYiGmkHJIbZPIV9nfv7m/U1IPMVVcAhoWFeklw=="
|
||||
},
|
||||
"coininfo": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/coininfo/-/coininfo-4.5.0.tgz",
|
||||
"integrity": "sha512-9YnPekCDaFSJl/yG27dEkCbHF09CO3Cz38A2TMcFZRMcaCy2l38B2nQK/rdz8zLqOLVzzE/e0MpcWMxvyEncGA==",
|
||||
"requires": {
|
||||
"safe-buffer": "^5.1.1"
|
||||
}
|
||||
},
|
||||
"collection-visit": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
|
||||
|
@ -22,7 +22,7 @@
|
||||
"@grpc/proto-loader": "^0.5.6",
|
||||
"bignumber.js": "^9.0.1",
|
||||
"bitcoinjs-lib": "^5.2.0",
|
||||
"bolt11": "^1.2.7",
|
||||
"bolt11": "^1.3.1",
|
||||
"core-js": "^3.9.1",
|
||||
"eslint": "^7.20.0",
|
||||
"eslint-config-prettier": "^8.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user