From 8288660570c5fb62b3c152c069dfda7b143e9f81 Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Wed, 12 Feb 2020 10:32:12 -0800 Subject: [PATCH] Update eth-json-rpc-errors (#73) --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b4fe71b..3e15d2c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "clone": "^2.1.2", - "eth-json-rpc-errors": "^2.0.1", + "eth-json-rpc-errors": "^2.0.2", "fast-deep-equal": "^2.0.1", "gaba": "^1.9.3", "intersect-objects": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index cd538d0..886a8ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1198,6 +1198,13 @@ eth-json-rpc-errors@^2.0.1: dependencies: fast-safe-stringify "^2.0.6" +eth-json-rpc-errors@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/eth-json-rpc-errors/-/eth-json-rpc-errors-2.0.2.tgz#c1965de0301fe941c058e928bebaba2e1285e3c4" + integrity sha512-uBCRM2w2ewusRHGxN8JhcuOb2RN3ueAOYH/0BhqdFmQkZx5lj5+fLKTz0mIVOzd4FG5/kUksCzCD7eTEim6gaA== + dependencies: + fast-safe-stringify "^2.0.6" + eth-json-rpc-filters@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/eth-json-rpc-filters/-/eth-json-rpc-filters-4.1.1.tgz#15277c66790236d85f798f4d7dc6bab99a798cd2"