From 57f19fed7ab17f5047604126976680dcd3c31609 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Fri, 4 Jan 2019 15:16:51 +0000 Subject: [PATCH] fix(package): update merkle-patricia-tree to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53b1402..93e2dfd 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ethereumjs-block": "^2.1.0", "ethereumjs-tx": "^1.3.3", "ipfs-block": "~0.8.0", - "merkle-patricia-tree": "^2.2.0", + "merkle-patricia-tree": "^3.0.0", "multihashes": "~0.4.12", "multihashing-async": "~0.5.1", "rlp": "^2.0.0"