Skip to content

Commit 5afd1f3

Browse files
committed
fix(deps): [email protected]>^0.6.8
- use version from npm, not github
1 parent 182cda9 commit 5afd1f3

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"@metamask/accounts-controller": "^18.1.0",
111111
"@metamask/contract-metadata": "^2.1.0",
112112
"@metamask/react-native-payments/validator": "^13.7.0",
113+
"**/ethereumjs-abi": "npm:[email protected]",
113114
"**/minimist": "1.2.6",
114115
"d3-color": "3.1.0",
115116
"tough-cookie": "4.1.3",
@@ -238,7 +239,7 @@
238239
"eth-json-rpc-filters": "4.2.2",
239240
"eth-json-rpc-middleware": "4.3.0",
240241
"eth-url-parser": "1.0.4",
241-
"ethereumjs-abi": "0.6.6",
242+
"ethereumjs-abi": "^0.6.8",
242243
"ethereumjs-util": "^7.1.5",
243244
"ethers": "^5.0.14",
244245
"ethjs-contract": "0.2.3",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13352,7 +13352,7 @@ [email protected], bn.js@^5.0.0, bn.js@^5.1.2, bn.js@^5.2.0, bn.js@^5.2.1:
1335213352
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
1335313353
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
1335413354

13355-
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.10.0, bn.js@^4.11.0, bn.js@^4.11.8, bn.js@^4.11.9:
13355+
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.0, bn.js@^4.11.8, bn.js@^4.11.9:
1335613356
version "4.12.0"
1335713357
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
1335813358
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
@@ -17123,17 +17123,10 @@ ethereum-ens-network-map@^1.0.0:
1712317123
resolved "https://registry.yarnpkg.com/ethereum-ens-network-map/-/ethereum-ens-network-map-1.0.2.tgz#4e27bad18dae7bd95d84edbcac2c9e739fc959b9"
1712417124
integrity sha512-5qwJ5n3YhjSpE6O/WEBXCAb2nagUgyagJ6C0lGUBWC4LjKp/rRzD+pwtDJ6KCiITFEAoX4eIrWOjRy0Sylq5Hg==
1712517125

17126-
17127-
version "0.6.6"
17128-
resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.6.tgz#f8ba3413a98478173f5a00f7f1316819db1d09ec"
17129-
integrity sha512-w8KubDsA/+OAuqtIR9RGsMcoZ5nhM8vxwjJAJvEIY+clhxA3BHoLG3+ClYQaQhD0n3mlDt3U5rBrmSVJvI3c8A==
17130-
dependencies:
17131-
bn.js "^4.10.0"
17132-
ethereumjs-util "^5.0.0"
17133-
17134-
"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
17126+
ethereumjs-abi@^0.6.8, "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git", "ethereumjs-abi@npm:[email protected]":
1713517127
version "0.6.8"
17136-
resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#ee3994657fa7a427238e6ba92a84d0b529bbcde0"
17128+
resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz#71bc152db099f70e62f108b7cdfca1b362c6fcae"
17129+
integrity sha512-Tx0r/iXI6r+lRsdvkFDlut0N08jWMnKRZ6Gkq+Nmw75lZe4e6o3EkSnkaBP5NF6+m5PTGAr9JP43N3LyeoglsA==
1713717130
dependencies:
1713817131
bn.js "^4.11.8"
1713917132
ethereumjs-util "^6.0.0"

0 commit comments

Comments
 (0)