upgrade npm libraries to latest major versions

This commit is contained in:
陆柯 2022-08-18 13:06:22 +08:00
parent a43a43ed16
commit 98f055dfb3

View File

@ -5,17 +5,17 @@
"private": true,
"dependencies": {
"base32-decode": "^1.0.0",
"base32-encode": "^1.2.0",
"big-integer": "^1.6.48",
"bip39": "^3.0.2",
"base32-encode": "^2.0.0",
"big-integer": "^1.6.51",
"bip39": "^3.0.4",
"bs58check": "^2.1.2",
"eccrypto-js": "^5.4.0",
"hdkey": "^1.1.1",
"js-crypto-key-utils": "^0.7.3",
"keccak": "^2.1.0",
"hdkey": "^2.0.1",
"js-crypto-key-utils": "^1.0.4",
"keccak": "^3.0.2",
"secp256k1": "^4.0.3",
"tweetnacl": "^1.0.3",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
},
"devDependencies": {
"docdash": "^1.2.0",