From a303f771203ce904d70b1b4ff804c06007d07c35 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 5 Dec 2020 11:13:40 +0400 Subject: [PATCH] Update package.json --- benchmark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/package.json b/benchmark/package.json index 0ffe6e3..20e1c85 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.7.1" + "noble-bls12-381": "^0.7.2" } }