From 78c289cb21d7cdca5e095149b8b7b1eb728936dd Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 3 Dec 2020 20:18:13 +0400 Subject: [PATCH] Update noble. --- benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/package.json b/benchmark/package.json index 4b404a9..0ffe6e3 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -8,6 +8,6 @@ "benchmark:all": "ts-node index && ts-node noble" }, "dependencies": { - "noble-bls12-381": "^0.6.1" + "noble-bls12-381": "^0.7.1" } }