From 6768df06ebdbe6ceec5a949167716fd05951b9f2 Mon Sep 17 00:00:00 2001 From: Marcos Ramos Date: Sat, 21 Nov 2020 19:03:33 +0300 Subject: [PATCH] Update package.json Updating bignum to v0.13.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd0c2da..194e7e1 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "multi-hashing": "git://github.com/zone117x/node-multi-hashing.git", - "bignum": "0.12.5", + "bignum": "0.13.1", "base58-native": "*", "async": "*" },