diff --git a/package.json b/package.json index 8d4833fbd78..d469dc32792 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "react-native-level-fs/**/bl": "^0.9.5" }, "dependencies": { - "@metamask/controllers": "2.0.2", + "@metamask/controllers": "2.0.3", "@react-native-community/async-storage": "1.9.0", "@react-native-community/blur": "^3.6.0", "@react-native-community/checkbox": "^0.4.2", diff --git a/yarn.lock b/yarn.lock index 913d8e4bddc..b94c559fc04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -996,20 +996,20 @@ "@types/yargs" "^15.0.0" chalk "^3.0.0" -"@metamask/controllers@2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@metamask/controllers/-/controllers-2.0.2.tgz#100a5d87b6061751b39edec2288f16f07d471e2d" - integrity sha512-KKxNguTEdkzwvfv2Hl4BE2OMGULLeh7df6iAwcEG8ipXWbTWGZsLr13DBrczQxRi8TiNPaksAakv++6sMu6ngA== +"@metamask/controllers@2.0.3": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@metamask/controllers/-/controllers-2.0.3.tgz#3a63ae133f4fd468e88c6729f4145838e99a1d80" + integrity sha512-Tpcyi0YSyEDIjJxL7qYfD8ECLtb80LPqkyGkqpQ8rqX2X1zWgClZ5aSVf878Qkg9Wn67m4fHnCgI1cDdGotUsA== dependencies: await-semaphore "^0.1.3" eth-contract-metadata "^1.11.0" eth-ens-namehash "^2.0.8" - eth-json-rpc-errors "^2.0.2" eth-json-rpc-infura "^4.0.1" eth-keyring-controller "^5.6.1" eth-method-registry "1.1.0" eth-phishing-detect "^1.1.13" eth-query "^2.1.2" + eth-rpc-errors "^2.1.1" eth-sig-util "^2.3.0" ethereumjs-util "^6.1.0" ethereumjs-wallet "0.6.0" @@ -4641,6 +4641,13 @@ eth-query@^2.1.0, eth-query@^2.1.2: json-rpc-random-id "^1.0.0" xtend "^4.0.1" +eth-rpc-errors@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/eth-rpc-errors/-/eth-rpc-errors-2.1.1.tgz#00a7d6c8a9c864a8ab7d0356be20964e5bee4b13" + integrity sha512-MY3zAa5ZF8hvgQu1HOF9agaK5GgigBRGpTJ8H0oVlE0NqMu13CW6syyjLXdeIDCGQTbUeHliU1z9dVmvMKx1Tg== + dependencies: + fast-safe-stringify "^2.0.6" + eth-sig-util@^1.4.0, eth-sig-util@^1.4.2: version "1.4.2" resolved "https://registry.yarnpkg.com/eth-sig-util/-/eth-sig-util-1.4.2.tgz#8d958202c7edbaae839707fba6f09ff327606210"