From aeee73aeadfcb1ff0b9473b5b08a8aba4a5cd368 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Mon, 23 Dec 2019 16:04:00 +0300 Subject: [PATCH] bump bn to 5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 054e36a..71b04dd 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/crypto-browserify/diffie-hellman", "dependencies": { - "bn.js": "^4.1.0", + "bn.js": "^5.0.0", "miller-rabin": "^4.0.0", "randombytes": "^2.0.0" },