|
308 | 308 | "@ethersproject/properties" "^5.6.0" |
309 | 309 | "@ethersproject/strings" "^5.6.0" |
310 | 310 |
|
| 311 | +"@ethersproject/[email protected]": |
| 312 | + version "5.6.1" |
| 313 | + resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.6.1.tgz#f7de888edeb56b0a657b672bdd1b3a1135cd14f7" |
| 314 | + integrity sha512-0cqssYh6FXjlwKWBmLm3+zH2BNARoS5u/hxbz+LpQmcDB3w0W553h2btWui1/uZp2GBM/SI3KniTuMcYyHpA5w== |
| 315 | + dependencies: |
| 316 | + "@ethersproject/address" "^5.6.0" |
| 317 | + "@ethersproject/bignumber" "^5.6.0" |
| 318 | + "@ethersproject/bytes" "^5.6.0" |
| 319 | + "@ethersproject/constants" "^5.6.0" |
| 320 | + "@ethersproject/hash" "^5.6.0" |
| 321 | + "@ethersproject/keccak256" "^5.6.0" |
| 322 | + "@ethersproject/logger" "^5.6.0" |
| 323 | + "@ethersproject/properties" "^5.6.0" |
| 324 | + "@ethersproject/strings" "^5.6.0" |
| 325 | + |
311 | 326 | "@ethersproject/[email protected]", "@ethersproject/abstract-provider@^5.4.0": |
312 | 327 | version "5.4.1" |
313 | 328 | resolved "https://registry.yarnpkg.com/@ethersproject/abstract-provider/-/abstract-provider-5.4.1.tgz#e404309a29f771bd4d28dbafadcaa184668c2a6e" |
|
440 | 455 | dependencies: |
441 | 456 | "@ethersproject/logger" "^5.6.0" |
442 | 457 |
|
| 458 | +"@ethersproject/[email protected]": |
| 459 | + version "5.6.1" |
| 460 | + resolved "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.6.1.tgz#24f916e411f82a8a60412344bf4a813b917eefe7" |
| 461 | + integrity sha512-NwQt7cKn5+ZE4uDn+X5RAXLp46E1chXoaMmrxAyA0rblpxz8t58lVkrHXoRIn0lz1joQElQ8410GqhTqMOwc6g== |
| 462 | + dependencies: |
| 463 | + "@ethersproject/logger" "^5.6.0" |
| 464 | + |
443 | 465 | "@ethersproject/[email protected]", "@ethersproject/constants@>=5.0.0-beta.128", "@ethersproject/constants@^5.4.0": |
444 | 466 | version "5.4.0" |
445 | 467 | resolved "https://registry.yarnpkg.com/@ethersproject/constants/-/constants-5.4.0.tgz#ee0bdcb30bf1b532d2353c977bf2ef1ee117958a" |
|
628 | 650 | dependencies: |
629 | 651 | "@ethersproject/logger" "^5.6.0" |
630 | 652 |
|
| 653 | +"@ethersproject/[email protected]": |
| 654 | + version "5.6.2" |
| 655 | + resolved "https://registry.yarnpkg.com/@ethersproject/networks/-/networks-5.6.2.tgz#2bacda62102c0b1fcee408315f2bed4f6fbdf336" |
| 656 | + integrity sha512-9uEzaJY7j5wpYGTojGp8U89mSsgQLc40PCMJLMCnFXTs7nhBveZ0t7dbqWUNrepWTszDbFkYD6WlL8DKx5huHA== |
| 657 | + dependencies: |
| 658 | + "@ethersproject/logger" "^5.6.0" |
| 659 | + |
631 | 660 | "@ethersproject/[email protected]", "@ethersproject/pbkdf2@^5.4.0": |
632 | 661 | version "5.4.0" |
633 | 662 | resolved "https://registry.yarnpkg.com/@ethersproject/pbkdf2/-/pbkdf2-5.4.0.tgz#ed88782a67fda1594c22d60d0ca911a9d669641c" |
|
708 | 737 | bech32 "1.1.4" |
709 | 738 | ws "7.4.6" |
710 | 739 |
|
| 740 | +"@ethersproject/[email protected]": |
| 741 | + version "5.6.5" |
| 742 | + resolved "https://registry.yarnpkg.com/@ethersproject/providers/-/providers-5.6.5.tgz#aefecf78459817a323452e05a16d56afcf807e27" |
| 743 | + integrity sha512-TRS+c2Ud+cMpWodmGAc9xbnYRPWzRNYt2zkCSnj58nJoamBQ6x4cUbBeo0lTC3y+6RDVIBeJv18OqsDbSktLVg== |
| 744 | + dependencies: |
| 745 | + "@ethersproject/abstract-provider" "^5.6.0" |
| 746 | + "@ethersproject/abstract-signer" "^5.6.0" |
| 747 | + "@ethersproject/address" "^5.6.0" |
| 748 | + "@ethersproject/basex" "^5.6.0" |
| 749 | + "@ethersproject/bignumber" "^5.6.0" |
| 750 | + "@ethersproject/bytes" "^5.6.0" |
| 751 | + "@ethersproject/constants" "^5.6.0" |
| 752 | + "@ethersproject/hash" "^5.6.0" |
| 753 | + "@ethersproject/logger" "^5.6.0" |
| 754 | + "@ethersproject/networks" "^5.6.0" |
| 755 | + "@ethersproject/properties" "^5.6.0" |
| 756 | + "@ethersproject/random" "^5.6.0" |
| 757 | + "@ethersproject/rlp" "^5.6.0" |
| 758 | + "@ethersproject/sha2" "^5.6.0" |
| 759 | + "@ethersproject/strings" "^5.6.0" |
| 760 | + "@ethersproject/transactions" "^5.6.0" |
| 761 | + "@ethersproject/web" "^5.6.0" |
| 762 | + bech32 "1.1.4" |
| 763 | + ws "7.4.6" |
| 764 | + |
711 | 765 | "@ethersproject/[email protected]", "@ethersproject/random@^5.4.0": |
712 | 766 | version "5.4.0" |
713 | 767 | resolved "https://registry.yarnpkg.com/@ethersproject/random/-/random-5.4.0.tgz#9cdde60e160d024be39cc16f8de3b9ce39191e16" |
|
782 | 836 | elliptic "6.5.4" |
783 | 837 | hash.js "1.1.7" |
784 | 838 |
|
| 839 | +"@ethersproject/[email protected]": |
| 840 | + version "5.6.1" |
| 841 | + resolved "https://registry.yarnpkg.com/@ethersproject/signing-key/-/signing-key-5.6.1.tgz#31b0a531520616254eb0465b9443e49515c4d457" |
| 842 | + integrity sha512-XvqQ20DH0D+bS3qlrrgh+axRMth5kD1xuvqUQUTeezxUTXBOeR6hWz2/C6FBEu39FRytyybIWrYf7YLSAKr1LQ== |
| 843 | + dependencies: |
| 844 | + "@ethersproject/bytes" "^5.6.0" |
| 845 | + "@ethersproject/logger" "^5.6.0" |
| 846 | + "@ethersproject/properties" "^5.6.0" |
| 847 | + bn.js "^4.11.9" |
| 848 | + elliptic "6.5.4" |
| 849 | + hash.js "1.1.7" |
| 850 | + |
785 | 851 | "@ethersproject/[email protected]": |
786 | 852 | version "5.4.0" |
787 | 853 | resolved "https://registry.yarnpkg.com/@ethersproject/solidity/-/solidity-5.4.0.tgz#1305e058ea02dc4891df18b33232b11a14ece9ec" |
|
4229 | 4295 | utf8 "^3.0.0" |
4230 | 4296 | uuid "^3.3.2" |
4231 | 4297 |
|
4232 | | -[email protected].1, ethers@^5.5.2: |
4233 | | - version "5.6.1" |
4234 | | - resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.6.1.tgz#a56cd67f1595b745dc3dde0ccf2b5de53a41a6d0" |
4235 | | - integrity sha512-qtl/2W+dwmUa5Z3JqwsbV3JEBZZHNARe5K/A2ePcNAuhJYnEKIgGOT/O9ouPwBijSqVoQnmQMzi5D48LFNOY2A== |
| 4298 | + |
| 4299 | + version "5.6.5" |
| 4300 | + resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.6.5.tgz#3185ac7815dc640993408adf6f133ffabfbcbb63" |
| 4301 | + integrity sha512-9CTmplO9bv0s/aPw3HB3txGzKz3tUSI2EfO4dJo0W2WvaEq1ArgsEX6obV+bj5X3yY+Zgb1kAux8TDtJKe1FaA== |
4236 | 4302 | dependencies: |
4237 | | - "@ethersproject/abi" "5.6.0" |
| 4303 | + "@ethersproject/abi" "5.6.1" |
4238 | 4304 | "@ethersproject/abstract-provider" "5.6.0" |
4239 | 4305 | "@ethersproject/abstract-signer" "5.6.0" |
4240 | 4306 | "@ethersproject/address" "5.6.0" |
4241 | 4307 | "@ethersproject/base64" "5.6.0" |
4242 | 4308 | "@ethersproject/basex" "5.6.0" |
4243 | 4309 | "@ethersproject/bignumber" "5.6.0" |
4244 | | - "@ethersproject/bytes" "5.6.0" |
| 4310 | + "@ethersproject/bytes" "5.6.1" |
4245 | 4311 | "@ethersproject/constants" "5.6.0" |
4246 | 4312 | "@ethersproject/contracts" "5.6.0" |
4247 | 4313 | "@ethersproject/hash" "5.6.0" |
4248 | 4314 | "@ethersproject/hdnode" "5.6.0" |
4249 | 4315 | "@ethersproject/json-wallets" "5.6.0" |
4250 | 4316 | "@ethersproject/keccak256" "5.6.0" |
4251 | 4317 | "@ethersproject/logger" "5.6.0" |
4252 | | - "@ethersproject/networks" "5.6.0" |
| 4318 | + "@ethersproject/networks" "5.6.2" |
4253 | 4319 | "@ethersproject/pbkdf2" "5.6.0" |
4254 | 4320 | "@ethersproject/properties" "5.6.0" |
4255 | | - "@ethersproject/providers" "5.6.1" |
| 4321 | + "@ethersproject/providers" "5.6.5" |
4256 | 4322 | "@ethersproject/random" "5.6.0" |
4257 | 4323 | "@ethersproject/rlp" "5.6.0" |
4258 | 4324 | "@ethersproject/sha2" "5.6.0" |
4259 | | - "@ethersproject/signing-key" "5.6.0" |
| 4325 | + "@ethersproject/signing-key" "5.6.1" |
4260 | 4326 | "@ethersproject/solidity" "5.6.0" |
4261 | 4327 | "@ethersproject/strings" "5.6.0" |
4262 | 4328 | "@ethersproject/transactions" "5.6.0" |
@@ -4301,6 +4367,42 @@ ethers@^5.0.0, ethers@^5.0.1, ethers@^5.0.2: |
4301 | 4367 | "@ethersproject/web" "5.4.0" |
4302 | 4368 | "@ethersproject/wordlists" "5.4.0" |
4303 | 4369 |
|
| 4370 | +ethers@^5.5.2: |
| 4371 | + version "5.6.1" |
| 4372 | + resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.6.1.tgz#a56cd67f1595b745dc3dde0ccf2b5de53a41a6d0" |
| 4373 | + integrity sha512-qtl/2W+dwmUa5Z3JqwsbV3JEBZZHNARe5K/A2ePcNAuhJYnEKIgGOT/O9ouPwBijSqVoQnmQMzi5D48LFNOY2A== |
| 4374 | + dependencies: |
| 4375 | + "@ethersproject/abi" "5.6.0" |
| 4376 | + "@ethersproject/abstract-provider" "5.6.0" |
| 4377 | + "@ethersproject/abstract-signer" "5.6.0" |
| 4378 | + "@ethersproject/address" "5.6.0" |
| 4379 | + "@ethersproject/base64" "5.6.0" |
| 4380 | + "@ethersproject/basex" "5.6.0" |
| 4381 | + "@ethersproject/bignumber" "5.6.0" |
| 4382 | + "@ethersproject/bytes" "5.6.0" |
| 4383 | + "@ethersproject/constants" "5.6.0" |
| 4384 | + "@ethersproject/contracts" "5.6.0" |
| 4385 | + "@ethersproject/hash" "5.6.0" |
| 4386 | + "@ethersproject/hdnode" "5.6.0" |
| 4387 | + "@ethersproject/json-wallets" "5.6.0" |
| 4388 | + "@ethersproject/keccak256" "5.6.0" |
| 4389 | + "@ethersproject/logger" "5.6.0" |
| 4390 | + "@ethersproject/networks" "5.6.0" |
| 4391 | + "@ethersproject/pbkdf2" "5.6.0" |
| 4392 | + "@ethersproject/properties" "5.6.0" |
| 4393 | + "@ethersproject/providers" "5.6.1" |
| 4394 | + "@ethersproject/random" "5.6.0" |
| 4395 | + "@ethersproject/rlp" "5.6.0" |
| 4396 | + "@ethersproject/sha2" "5.6.0" |
| 4397 | + "@ethersproject/signing-key" "5.6.0" |
| 4398 | + "@ethersproject/solidity" "5.6.0" |
| 4399 | + "@ethersproject/strings" "5.6.0" |
| 4400 | + "@ethersproject/transactions" "5.6.0" |
| 4401 | + "@ethersproject/units" "5.6.0" |
| 4402 | + "@ethersproject/wallet" "5.6.0" |
| 4403 | + "@ethersproject/web" "5.6.0" |
| 4404 | + "@ethersproject/wordlists" "5.6.0" |
| 4405 | + |
4304 | 4406 | |
4305 | 4407 | version "0.1.6" |
4306 | 4408 | resolved "https://registry.yarnpkg.com/ethjs-unit/-/ethjs-unit-0.1.6.tgz#c665921e476e87bce2a9d588a6fe0405b2c41699" |
|
0 commit comments