From df7144002bd832dece11ab8d3c7fa650f4df4de6 Mon Sep 17 00:00:00 2001 From: H <409H@users.noreply.github.com> Date: Thu, 24 Mar 2022 23:13:04 +0000 Subject: [PATCH] Bump dependency version (#742) Co-authored-by: Elliot Winkler --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7fe33debbd..011825a3d6 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eth-json-rpc-infura": "^5.1.0", "eth-keyring-controller": "^6.2.1", "eth-method-registry": "1.1.0", - "eth-phishing-detect": "^1.1.14", + "eth-phishing-detect": "^1.1.16", "eth-query": "^2.1.2", "eth-rpc-errors": "^4.0.0", "eth-sig-util": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 49985fcba4..8709cd47fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3179,10 +3179,10 @@ eth-method-registry@1.1.0: dependencies: ethjs "^0.3.0" -eth-phishing-detect@^1.1.14: - version "1.1.14" - resolved "https://registry.yarnpkg.com/eth-phishing-detect/-/eth-phishing-detect-1.1.14.tgz#64dcd35dd3a7a95266d875cbc5280842cda133d7" - integrity sha512-nMQmzrgYabZ52YpuKZ38lStJy9Lozww2WBhyFbu/oepjsZzPvnl2KwJ6TJ78kk14USdl8Htt+eEMk2WAdAjlWg== +eth-phishing-detect@^1.1.16: + version "1.1.16" + resolved "https://registry.yarnpkg.com/eth-phishing-detect/-/eth-phishing-detect-1.1.16.tgz#637158d5774819e1a861f6d169e6d77d076a47fd" + integrity sha512-/o9arK5qFOKVdfZK9hJVAQP0eKXjAvImIKNBMfF9Nj1HGicD3wfsVuXDu1OHrxuEi6+4kYtD9wyAn/3G7g7VrA== dependencies: fast-levenshtein "^2.0.6"