1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Use eth-phishing-detect@1.1.14 (#9423)

This commit is contained in:
Whymarrh Whitby 2020-09-16 16:24:56 -02:30 committed by GitHub
parent 3b70cf64ec
commit b83bca7223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -106,7 +106,7 @@
"eth-json-rpc-middleware": "^5.0.3",
"eth-keyring-controller": "^6.1.0",
"eth-method-registry": "^1.2.0",
"eth-phishing-detect": "^1.1.4",
"eth-phishing-detect": "^1.1.14",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.3.0",
"eth-trezor-keyring": "^0.4.0",

View File

@ -10553,10 +10553,10 @@ eth-method-registry@^1.2.0:
dependencies:
ethjs "^0.3.0"
eth-phishing-detect@^1.1.13, eth-phishing-detect@^1.1.4:
version "1.1.13"
resolved "https://registry.yarnpkg.com/eth-phishing-detect/-/eth-phishing-detect-1.1.13.tgz#ed718b933c8a69fef0cefa6604538824b472dbea"
integrity sha512-1KQcKvAQIjJgFMVwxaw2+BlzM9Momzl0e+/torPdMjg7WGq6LmCIS7ddg84diH5zIQp9quGyRVIEawCCuErgVQ==
eth-phishing-detect@^1.1.13, 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==
dependencies:
fast-levenshtein "^2.0.6"