Skip to content

Commit b3da306

Browse files
committed
fix(deps): remove unused eth-json-rpc-infura
1 parent 0a3bf83 commit b3da306

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@
216216
"eciesjs": "^0.3.15",
217217
"eth-block-tracker": "^7.0.1",
218218
"eth-ens-namehash": "2.0.8",
219-
"eth-json-rpc-infura": "5.1.0",
220219
"eth-json-rpc-middleware": "4.3.0",
221220
"eth-url-parser": "1.0.4",
222221
"ethereumjs-abi": "0.6.6",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3822,15 +3822,15 @@
38223822
node-fetch "^2.6.7"
38233823

38243824
"@metamask/eth-json-rpc-infura@^9.0.0":
3825-
version "9.0.0"
3826-
resolved "https://registry.yarnpkg.com/@metamask/eth-json-rpc-infura/-/eth-json-rpc-infura-9.0.0.tgz#0d2001d3fce38adb528ae572e50bc28217022b94"
3827-
integrity sha512-9VSqEE/TrdctipzUOdGOcxtZcY1laVdVV/7f1NPK41o5tLVqTcjmxvYhWSrRR+VoeXVkUCzer/U033prF4TWWA==
3825+
version "9.1.0"
3826+
resolved "http://verdaccio:4873/@metamask/eth-json-rpc-infura/-/eth-json-rpc-infura-9.1.0.tgz#8e09588ed58f49058615cab7040dcbce4682a292"
3827+
integrity sha512-47x7evivl5XUsTsRoF9t27guCXgmfsbQq+pjHHFf87WoISGsgua6wVr91b1iVCv8MzQqupJBewtnG8AzWpwEEQ==
38283828
dependencies:
38293829
"@metamask/eth-json-rpc-provider" "^2.1.0"
38303830
"@metamask/json-rpc-engine" "^7.1.1"
38313831
"@metamask/rpc-errors" "^6.0.0"
38323832
"@metamask/utils" "^8.1.0"
3833-
node-fetch "^2.6.7"
3833+
node-fetch "^2.7.0"
38343834

38353835
"@metamask/eth-json-rpc-middleware@^11.0.2":
38363836
version "11.0.2"
@@ -15581,7 +15581,7 @@ eth-json-rpc-filters@^4.2.1:
1558115581
json-rpc-engine "^6.1.0"
1558215582
pify "^5.0.0"
1558315583

15584-
eth-json-rpc-infura@5.1.0, eth-json-rpc-infura@^5.1.0:
15584+
eth-json-rpc-infura@^5.1.0:
1558515585
version "5.1.0"
1558615586
resolved "https://registry.yarnpkg.com/eth-json-rpc-infura/-/eth-json-rpc-infura-5.1.0.tgz#e6da7dc47402ce64c54e7018170d89433c4e8fb6"
1558715587
integrity sha512-THzLye3PHUSGn1EXMhg6WTLW9uim7LQZKeKaeYsS9+wOBcamRiCQVGHa6D2/4P0oS0vSaxsBnU/J6qvn0MPdow==
@@ -21671,7 +21671,7 @@ node-fetch-native@^1.4.0, node-fetch-native@^1.4.1:
2167121671
resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.6.1.tgz#f95c74917d3cebc794cdae0cd2a9c7594aad0cb4"
2167221672
integrity sha512-bW9T/uJDPAJB2YNYEpWzE54U5O3MQidXsOyTfnbKYtTtFexRvGzb1waphBN4ZwP6EcIvYYEOwW0b72BpAqydTw==
2167321673

21674-
node-fetch@2.6.7, node-fetch@^2.0.0, node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@~1.7.1:
21674+
node-fetch@2.6.7, node-fetch@^2.0.0, node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@^2.7.0, node-fetch@~1.7.1:
2167521675
version "2.6.7"
2167621676
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2167721677
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==

0 commit comments

Comments
 (0)