From 98f055dfb3871f0b7e7801892ca33cc8e5b4171d Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Thu, 18 Aug 2022 13:06:22 +0800 Subject: [PATCH] upgrade npm libraries to latest major versions --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1f9c69a..e1cb266 100644 --- a/package.json +++ b/package.json @@ -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",