From 7245ce90baef626707efc4fdc59841263984dbba Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Fri, 30 Aug 2019 12:41:16 +0200 Subject: [PATCH] Update ethereumjs-tx and ethereumjs-common --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 73b075b696..ac1208f2c8 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ "ethereumjs-account": "^3.0.0", "ethereumjs-block": "~2.2.0", "ethereumjs-blockchain": "^4.0.1", - "ethereumjs-common": "^1.3.0", - "ethereumjs-tx": "^2.1.0", + "ethereumjs-common": "^1.3.1", + "ethereumjs-tx": "^2.1.1", "ethereumjs-util": "^6.1.0", "fake-merkle-patricia-tree": "^1.0.1", "functional-red-black-tree": "^1.0.1",