From 898197462c4c0bb5674c29f065766f6f0270d634 Mon Sep 17 00:00:00 2001 From: PhilippLgh Date: Mon, 11 May 2020 17:50:34 +0200 Subject: [PATCH] fix: update ethereumjs-common --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a869c87e75..0b11804893 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "async": "^2.6.0", "chalk": "^2.4.2", "ethereumjs-block": "^1.3.0", - "ethereumjs-common": "^1.5.0", + "ethereumjs-common": "^1.5.1", "nyc": "^15.0.0", "prettier": "^1.17.0", "standard": "*",