mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
fix: libs/combined/package.json & libs/combined/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BASEX-10118294
This commit is contained in:
116
libs/combined/package-lock.json
generated
116
libs/combined/package-lock.json
generated
@@ -13,7 +13,7 @@
|
||||
"bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#af16e44a6bfbe4b3980a62dba50e2f68ed864c6b",
|
||||
"bech32": "1.1.4",
|
||||
"bip38": "2.0.2",
|
||||
"bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
|
||||
"bip38grs": "^3.1.1",
|
||||
"bip85": "0.0.3",
|
||||
"bitcoinjs-lib": "git://github.com/iancoleman/bitcoinjs-lib.git#v3.3.2_16bit",
|
||||
"bs58": "^4.0.1",
|
||||
@@ -23,7 +23,7 @@
|
||||
"elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06",
|
||||
"ethereumjs-util": "6.0.0",
|
||||
"fast-levenshtein": "2.0.6",
|
||||
"groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2",
|
||||
"groestlcoinjs-lib": "^5.1.7",
|
||||
"handshake-util": "1.2.0",
|
||||
"javascript-biginteger": "0.9.2",
|
||||
"jsrsasign": "^8.0.19",
|
||||
@@ -367,6 +367,15 @@
|
||||
"file-uri-to-path": "1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/bip174": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/bip174/-/bip174-1.0.1.tgz",
|
||||
"integrity": "sha512-Mq2aFs1TdMfxBpYPg7uzjhsiXbAtoVq44TNjEWtvuZBiBgc3m7+n55orYMtTAxdg7jWbL4DtH0MKocJER4xERQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/bip32": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/bip32/-/bip32-2.0.6.tgz",
|
||||
@@ -384,6 +393,24 @@
|
||||
"node": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/bip32grs": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/bip32grs/-/bip32grs-2.0.6.tgz",
|
||||
"integrity": "sha512-VJ7K8SxkA040n8kV/OKrbufMfv7g7RwwRs7hqoMYCIbnpxnKX45TEksEo6DOIFFGiieUuluEdZQgkv9MYnfhbQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node": "10.12.18",
|
||||
"bs58grscheck": "^2.1.2",
|
||||
"create-hash": "^1.2.0",
|
||||
"create-hmac": "^1.1.7",
|
||||
"tiny-secp256k1": "^1.1.3",
|
||||
"typeforce": "^1.11.5",
|
||||
"wifgrs": "^2.0.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/bip38": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/bip38/-/bip38-2.0.2.tgz",
|
||||
@@ -399,20 +426,27 @@
|
||||
}
|
||||
},
|
||||
"node_modules/bip38grs": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "git+ssh://git@github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
|
||||
"integrity": "sha512-Er0YjhkWVMLWG4a2DgOSpvyIRo4PNqC/z9ujOPRJuJulvJ0V5E8eM5wOFEdthZfmXh5kl5VWmH/KhTVgumsRNg==",
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/bip38grs/-/bip38grs-3.1.1.tgz",
|
||||
"integrity": "sha512-bzx7dbl0NNsQxRRTioM7RcPvORAs87yE43KkIwPitdG+OuFmkSQqXTTuFXO1B+FlH043MKc1/7mUz4VQjufg0Q==",
|
||||
"dependencies": {
|
||||
"bigi": "^1.2.0",
|
||||
"browserify-aes": "^1.0.1",
|
||||
"bs58check": "<3.0.0",
|
||||
"bs58grscheck": "https://github.com/Groestlcoin/bs58grscheck",
|
||||
"bs58grscheck": "^2.1.2",
|
||||
"buffer-xor": "^1.0.2",
|
||||
"create-hash": "^1.1.1",
|
||||
"ecurve": "^1.0.0",
|
||||
"scryptsy": "^2.0.0"
|
||||
"safe-buffer": "~5.1.1",
|
||||
"scryptsy": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/bip38grs/node_modules/safe-buffer": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
||||
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/bip39": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/bip39/-/bip39-3.0.2.tgz",
|
||||
@@ -1389,29 +1423,30 @@
|
||||
"integrity": "sha1-yewyVxbsSLIjz6ruZzxfj/12Bsk="
|
||||
},
|
||||
"node_modules/groestlcoinjs-lib": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "git+ssh://git@github.com/Groestlcoin/groestlcoinjs-lib.git#d4a4f41fa400965c08c8bc40a4925a1184cd7d39",
|
||||
"version": "5.1.7",
|
||||
"resolved": "https://registry.npmjs.org/groestlcoinjs-lib/-/groestlcoinjs-lib-5.1.7.tgz",
|
||||
"integrity": "sha512-IFuU0p3IVcu9puBFgADCC5/RTfN68Pp6mTBphgs7dqas3RhFBw32zzuloOiFUsSFXqakov8FSnTzpCBRj5d9+A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bech32": "^1.1.2",
|
||||
"bigi": "^1.4.0",
|
||||
"bip174": "^1.0.1",
|
||||
"bip32grs": "^2.0.4",
|
||||
"bip66": "^1.1.0",
|
||||
"bitcoin-ops": "^1.3.0",
|
||||
"bitcoin-ops": "^1.4.0",
|
||||
"bs58grscheck": "^2.1.2",
|
||||
"create-hash": "^1.1.0",
|
||||
"create-hmac": "^1.1.3",
|
||||
"ecurve": "^1.0.0",
|
||||
"groestl-hash-js": "^1.0.0",
|
||||
"merkle-lib": "^2.0.10",
|
||||
"pushdata-bitcoin": "^1.0.1",
|
||||
"randombytes": "^2.0.1",
|
||||
"safe-buffer": "^5.0.1",
|
||||
"tiny-secp256k1": "^1.1.1",
|
||||
"typeforce": "^1.11.3",
|
||||
"varuint-bitcoin": "^1.0.4",
|
||||
"wifgrs": "^2.0.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
"node": ">=8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/handshake-util": {
|
||||
@@ -2459,7 +2494,6 @@
|
||||
"base32.js": "~0.1.0",
|
||||
"bignumber.js": "^4.0.0",
|
||||
"crc": "3.5.0",
|
||||
"ed25519": "0.0.4",
|
||||
"js-xdr": "^1.0.5",
|
||||
"lodash": "^4.17.10",
|
||||
"sha.js": "^2.3.6",
|
||||
@@ -3123,6 +3157,11 @@
|
||||
"file-uri-to-path": "1.0.0"
|
||||
}
|
||||
},
|
||||
"bip174": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/bip174/-/bip174-1.0.1.tgz",
|
||||
"integrity": "sha512-Mq2aFs1TdMfxBpYPg7uzjhsiXbAtoVq44TNjEWtvuZBiBgc3m7+n55orYMtTAxdg7jWbL4DtH0MKocJER4xERQ=="
|
||||
},
|
||||
"bip32": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/bip32/-/bip32-2.0.6.tgz",
|
||||
@@ -3137,6 +3176,20 @@
|
||||
"wif": "^2.0.6"
|
||||
}
|
||||
},
|
||||
"bip32grs": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/bip32grs/-/bip32grs-2.0.6.tgz",
|
||||
"integrity": "sha512-VJ7K8SxkA040n8kV/OKrbufMfv7g7RwwRs7hqoMYCIbnpxnKX45TEksEo6DOIFFGiieUuluEdZQgkv9MYnfhbQ==",
|
||||
"requires": {
|
||||
"@types/node": "10.12.18",
|
||||
"bs58grscheck": "^2.1.2",
|
||||
"create-hash": "^1.2.0",
|
||||
"create-hmac": "^1.1.7",
|
||||
"tiny-secp256k1": "^1.1.3",
|
||||
"typeforce": "^1.11.5",
|
||||
"wifgrs": "^2.0.6"
|
||||
}
|
||||
},
|
||||
"bip38": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/bip38/-/bip38-2.0.2.tgz",
|
||||
@@ -3152,18 +3205,26 @@
|
||||
}
|
||||
},
|
||||
"bip38grs": {
|
||||
"version": "git+ssh://git@github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
|
||||
"integrity": "sha512-Er0YjhkWVMLWG4a2DgOSpvyIRo4PNqC/z9ujOPRJuJulvJ0V5E8eM5wOFEdthZfmXh5kl5VWmH/KhTVgumsRNg==",
|
||||
"from": "bip38grs@git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/bip38grs/-/bip38grs-3.1.1.tgz",
|
||||
"integrity": "sha512-bzx7dbl0NNsQxRRTioM7RcPvORAs87yE43KkIwPitdG+OuFmkSQqXTTuFXO1B+FlH043MKc1/7mUz4VQjufg0Q==",
|
||||
"requires": {
|
||||
"bigi": "^1.2.0",
|
||||
"browserify-aes": "^1.0.1",
|
||||
"bs58check": "<3.0.0",
|
||||
"bs58grscheck": "https://github.com/Groestlcoin/bs58grscheck",
|
||||
"bs58grscheck": "^2.1.2",
|
||||
"buffer-xor": "^1.0.2",
|
||||
"create-hash": "^1.1.1",
|
||||
"ecurve": "^1.0.0",
|
||||
"scryptsy": "^2.0.0"
|
||||
"safe-buffer": "~5.1.1",
|
||||
"scryptsy": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"safe-buffer": {
|
||||
"version": "5.1.2",
|
||||
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
||||
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"bip39": {
|
||||
@@ -3511,7 +3572,7 @@
|
||||
},
|
||||
"bs58grscheck": {
|
||||
"version": "git+ssh://git@github.com/Groestlcoin/bs58grscheck.git#8ff31333a7626161c1484b461c20710bb9f97b93",
|
||||
"from": "bs58grscheck@https://github.com/Groestlcoin/bs58grscheck",
|
||||
"from": "bs58grscheck@^2.1.2",
|
||||
"requires": {
|
||||
"bs58": "^4.0.0",
|
||||
"create-hash": "^1.1.0",
|
||||
@@ -4068,22 +4129,23 @@
|
||||
"integrity": "sha1-yewyVxbsSLIjz6ruZzxfj/12Bsk="
|
||||
},
|
||||
"groestlcoinjs-lib": {
|
||||
"version": "git+ssh://git@github.com/Groestlcoin/groestlcoinjs-lib.git#d4a4f41fa400965c08c8bc40a4925a1184cd7d39",
|
||||
"from": "groestlcoinjs-lib@git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2",
|
||||
"version": "5.1.7",
|
||||
"resolved": "https://registry.npmjs.org/groestlcoinjs-lib/-/groestlcoinjs-lib-5.1.7.tgz",
|
||||
"integrity": "sha512-IFuU0p3IVcu9puBFgADCC5/RTfN68Pp6mTBphgs7dqas3RhFBw32zzuloOiFUsSFXqakov8FSnTzpCBRj5d9+A==",
|
||||
"requires": {
|
||||
"bech32": "^1.1.2",
|
||||
"bigi": "^1.4.0",
|
||||
"bip174": "^1.0.1",
|
||||
"bip32grs": "^2.0.4",
|
||||
"bip66": "^1.1.0",
|
||||
"bitcoin-ops": "^1.3.0",
|
||||
"bitcoin-ops": "^1.4.0",
|
||||
"bs58grscheck": "^2.1.2",
|
||||
"create-hash": "^1.1.0",
|
||||
"create-hmac": "^1.1.3",
|
||||
"ecurve": "^1.0.0",
|
||||
"groestl-hash-js": "^1.0.0",
|
||||
"merkle-lib": "^2.0.10",
|
||||
"pushdata-bitcoin": "^1.0.1",
|
||||
"randombytes": "^2.0.1",
|
||||
"safe-buffer": "^5.0.1",
|
||||
"tiny-secp256k1": "^1.1.1",
|
||||
"typeforce": "^1.11.3",
|
||||
"varuint-bitcoin": "^1.0.4",
|
||||
"wifgrs": "^2.0.6"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#af16e44a6bfbe4b3980a62dba50e2f68ed864c6b",
|
||||
"bech32": "1.1.4",
|
||||
"bip38": "2.0.2",
|
||||
"bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
|
||||
"bip38grs": "3.1.1",
|
||||
"bip85": "0.0.3",
|
||||
"bitcoinjs-lib": "git://github.com/iancoleman/bitcoinjs-lib.git#v3.3.2_16bit",
|
||||
"bs58": "^4.0.1",
|
||||
@@ -20,7 +20,7 @@
|
||||
"elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06",
|
||||
"ethereumjs-util": "6.0.0",
|
||||
"fast-levenshtein": "2.0.6",
|
||||
"groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2",
|
||||
"groestlcoinjs-lib": "5.1.7",
|
||||
"handshake-util": "1.2.0",
|
||||
"javascript-biginteger": "0.9.2",
|
||||
"jsrsasign": "^8.0.19",
|
||||
|
||||
Reference in New Issue
Block a user