fix(package): add bn.js to deps
This commit is contained in:
parent
abd21a5b08
commit
e87f97f809
15
package-lock.json
generated
15
package-lock.json
generated
@ -208,6 +208,11 @@
|
|||||||
"nan": "2.6.2"
|
"nan": "2.6.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"bn.js": {
|
||||||
|
"version": "4.11.7",
|
||||||
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.7.tgz",
|
||||||
|
"integrity": "sha512-LxFiV5mefv0ley0SzqkOPR1bC4EbpPx8LkOz5vMe/Yi15t5hzwgO/G+tc7wOtL4PZTYjwHu8JnEiSLumuSjSfA=="
|
||||||
|
},
|
||||||
"leveldown": {
|
"leveldown": {
|
||||||
"version": "1.7.0-0",
|
"version": "1.7.0-0",
|
||||||
"resolved": "https://registry.npmjs.org/leveldown/-/leveldown-1.7.0-0.tgz",
|
"resolved": "https://registry.npmjs.org/leveldown/-/leveldown-1.7.0-0.tgz",
|
||||||
@ -394,9 +399,9 @@
|
|||||||
"integrity": "sha1-hNY7v5Fy2DA+ZMH/FuudvzOpgaM="
|
"integrity": "sha1-hNY7v5Fy2DA+ZMH/FuudvzOpgaM="
|
||||||
},
|
},
|
||||||
"bn.js": {
|
"bn.js": {
|
||||||
"version": "4.11.7",
|
"version": "4.11.8",
|
||||||
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.7.tgz",
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
|
||||||
"integrity": "sha512-LxFiV5mefv0ley0SzqkOPR1bC4EbpPx8LkOz5vMe/Yi15t5hzwgO/G+tc7wOtL4PZTYjwHu8JnEiSLumuSjSfA=="
|
"integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA=="
|
||||||
},
|
},
|
||||||
"body-parser": {
|
"body-parser": {
|
||||||
"version": "1.17.2",
|
"version": "1.17.2",
|
||||||
@ -936,7 +941,7 @@
|
|||||||
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
|
||||||
"integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=",
|
"integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"bn.js": "4.11.7",
|
"bn.js": "4.11.8",
|
||||||
"brorand": "1.1.0",
|
"brorand": "1.1.0",
|
||||||
"hash.js": "1.1.3",
|
"hash.js": "1.1.3",
|
||||||
"hmac-drbg": "1.0.1",
|
"hmac-drbg": "1.0.1",
|
||||||
@ -3080,7 +3085,7 @@
|
|||||||
"requires": {
|
"requires": {
|
||||||
"bindings": "1.2.1",
|
"bindings": "1.2.1",
|
||||||
"bip66": "1.1.5",
|
"bip66": "1.1.5",
|
||||||
"bn.js": "4.11.7",
|
"bn.js": "4.11.8",
|
||||||
"create-hash": "1.1.3",
|
"create-hash": "1.1.3",
|
||||||
"drbg.js": "1.0.1",
|
"drbg.js": "1.0.1",
|
||||||
"elliptic": "6.4.0",
|
"elliptic": "6.4.0",
|
||||||
|
|||||||
@ -36,6 +36,7 @@
|
|||||||
"bitcoind-rpc": "^0.6.0",
|
"bitcoind-rpc": "^0.6.0",
|
||||||
"bitcore-lib": "5.0.0-beta.1",
|
"bitcore-lib": "5.0.0-beta.1",
|
||||||
"bitcore-p2p": "5.0.0-beta.1",
|
"bitcore-p2p": "5.0.0-beta.1",
|
||||||
|
"bn.js": "^4.11.8",
|
||||||
"body-parser": "^1.13.3",
|
"body-parser": "^1.13.3",
|
||||||
"colors": "^1.1.2",
|
"colors": "^1.1.2",
|
||||||
"commander": "^2.8.1",
|
"commander": "^2.8.1",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user