From 8669035d2088e6640ccb2c30f0d2fe56179f30e9 Mon Sep 17 00:00:00 2001 From: Andy Tudhope Date: Tue, 9 Apr 2019 21:41:32 +0200 Subject: [PATCH] Ensure ethereumjs-util matches Bancor --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 135c6c7..28eb5ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5791,13 +5791,13 @@ } }, "ethereumjs-util": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-6.1.0.tgz", - "integrity": "sha512-URESKMFbDeJxnAxPppnk2fN6Y3BIatn9fwn76Lm8bQlt+s52TpG8dN9M66MLPuRAiAOIqL3dfwqWJf0sd0fL0Q==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz", + "integrity": "sha512-CJAKdI0wgMbQFLlLRtZKGcy/L6pzVRgelIZqRqNbuVFM3K9VEnyfbcvz0ncWMRNCe4kaHWjwRYQcYMucmwsnWA==", "requires": { "bn.js": "^4.11.0", "create-hash": "^1.1.2", - "ethjs-util": "0.1.6", + "ethjs-util": "^0.1.3", "keccak": "^1.0.2", "rlp": "^2.0.0", "safe-buffer": "^5.1.1", diff --git a/package.json b/package.json index e844d96..a475508 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "connected-react-router": "^6.3.2", "debounce": "^1.2.0", "decimal.js": "^10.0.2", - "ethereumjs-util": "^6.0.0", + "ethereumjs-util": "^5.2.0", "history": "^4.7.2", "moment": "^2.24.0", "node-sass": "^4.11.0",