diff --git a/package.json b/package.json index 94aee7b60..f8e5988ac 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "eth-ens-namehash": "^2.0.8", "eth-json-rpc-errors": "^2.0.2", "eth-json-rpc-filters": "^4.1.1", - "eth-json-rpc-infura": "^5.0.0", + "eth-json-rpc-infura": "^5.1.0", "eth-json-rpc-middleware": "^6.0.0", "eth-keyring-controller": "^6.1.0", "eth-method-registry": "^1.2.0", diff --git a/yarn.lock b/yarn.lock index 8ce740245..cc4b49fb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10428,6 +10428,16 @@ eth-json-rpc-infura@^5.0.0: json-rpc-engine "^5.1.3" node-fetch "^2.6.0" +eth-json-rpc-infura@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/eth-json-rpc-infura/-/eth-json-rpc-infura-5.1.0.tgz#e6da7dc47402ce64c54e7018170d89433c4e8fb6" + integrity sha512-THzLye3PHUSGn1EXMhg6WTLW9uim7LQZKeKaeYsS9+wOBcamRiCQVGHa6D2/4P0oS0vSaxsBnU/J6qvn0MPdow== + dependencies: + eth-json-rpc-middleware "^6.0.0" + eth-rpc-errors "^3.0.0" + json-rpc-engine "^5.3.0" + node-fetch "^2.6.0" + eth-json-rpc-middleware@^1.5.0: version "1.6.0" resolved "https://registry.yarnpkg.com/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.6.0.tgz#5c9d4c28f745ccb01630f0300ba945f4bef9593f"