|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + version "1.9.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.9.0.tgz#223572538f6bea336750039bb43a4016dcc8182d" |
| 8 | + integrity sha512-iowxq3U30sghZotgl4s/oJRci6WPBfNO5YYgk2cIOMCHr3LeGPcsZjCEr+33Q4N+oV3OABDAtA+pyvWjbvBifQ== |
| 9 | + |
5 | 10 | "@babel/code-frame@^7.0.0": |
6 | 11 | version "7.14.5" |
7 | 12 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb" |
|
987 | 992 | tweetnacl "^1.0.3" |
988 | 993 | tweetnacl-util "^0.15.1" |
989 | 994 |
|
| 995 | + |
| 996 | + version "1.1.2" |
| 997 | + resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.2.tgz#e9e035b9b166ca0af657a7848eb2718f0f22f183" |
| 998 | + integrity sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA== |
| 999 | + |
| 1000 | + |
| 1001 | + version "1.7.1" |
| 1002 | + resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c" |
| 1003 | + integrity sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw== |
| 1004 | + |
990 | 1005 | |
991 | 1006 | version "2.1.5" |
992 | 1007 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
|
1529 | 1544 | resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.0.0.tgz#e21df10ad6c2053295bcbb8dab40b09dbea87e4d" |
1530 | 1545 | integrity sha1-4h3xCtbCBTKVvLuNq0Cwnb6ofk0= |
1531 | 1546 |
|
| 1547 | + |
| 1548 | + version "4.0.0-beta.3" |
| 1549 | + resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-4.0.0-beta.3.tgz#da2253f0ff03a0b3a9e445c8cbdf78e7fda7d48c" |
| 1550 | + integrity sha512-/xJX0/VTPcbc5xQE2VUP91y1xN8q/rDfhEzLm+vLc3hYvb5+qHCnpJRuFcrKn63zumK/sCwYYzhG8HP78JYSTA== |
| 1551 | + |
1532 | 1552 | aes-js@^3.1.1: |
1533 | 1553 | version "3.1.2" |
1534 | 1554 | resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.1.2.tgz#db9aabde85d5caabbfc0d4f2a4446960f627146a" |
|
4237 | 4257 | utf8 "^3.0.0" |
4238 | 4258 | uuid "^3.3.2" |
4239 | 4259 |
|
4240 | | -ethers@5.6.1, ethers@^5.5.2: |
4241 | | - version "5.6.1" |
4242 | | - resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.6.1.tgz#a56cd67f1595b745dc3dde0ccf2b5de53a41a6d0" |
4243 | | - integrity sha512-qtl/2W+dwmUa5Z3JqwsbV3JEBZZHNARe5K/A2ePcNAuhJYnEKIgGOT/O9ouPwBijSqVoQnmQMzi5D48LFNOY2A== |
| 4260 | +ethers@6.3.0: |
| 4261 | + version "6.3.0" |
| 4262 | + resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.3.0.tgz#c61efaafa2bd9a4d9f0c799d932ef3b5cd4bd37d" |
| 4263 | + integrity sha512-CKFYvTne1YT4S1glTiu7TgGsj0t6c6GAD7evrIk8zbeUb6nK8dcUPAiAWM8uDX/1NmRTvLM9+1Vnn49hwKtEzw== |
4244 | 4264 | dependencies: |
4245 | | - "@ethersproject/abi" "5.6.0" |
4246 | | - "@ethersproject/abstract-provider" "5.6.0" |
4247 | | - "@ethersproject/abstract-signer" "5.6.0" |
4248 | | - "@ethersproject/address" "5.6.0" |
4249 | | - "@ethersproject/base64" "5.6.0" |
4250 | | - "@ethersproject/basex" "5.6.0" |
4251 | | - "@ethersproject/bignumber" "5.6.0" |
4252 | | - "@ethersproject/bytes" "5.6.0" |
4253 | | - "@ethersproject/constants" "5.6.0" |
4254 | | - "@ethersproject/contracts" "5.6.0" |
4255 | | - "@ethersproject/hash" "5.6.0" |
4256 | | - "@ethersproject/hdnode" "5.6.0" |
4257 | | - "@ethersproject/json-wallets" "5.6.0" |
4258 | | - "@ethersproject/keccak256" "5.6.0" |
4259 | | - "@ethersproject/logger" "5.6.0" |
4260 | | - "@ethersproject/networks" "5.6.0" |
4261 | | - "@ethersproject/pbkdf2" "5.6.0" |
4262 | | - "@ethersproject/properties" "5.6.0" |
4263 | | - "@ethersproject/providers" "5.6.1" |
4264 | | - "@ethersproject/random" "5.6.0" |
4265 | | - "@ethersproject/rlp" "5.6.0" |
4266 | | - "@ethersproject/sha2" "5.6.0" |
4267 | | - "@ethersproject/signing-key" "5.6.0" |
4268 | | - "@ethersproject/solidity" "5.6.0" |
4269 | | - "@ethersproject/strings" "5.6.0" |
4270 | | - "@ethersproject/transactions" "5.6.0" |
4271 | | - "@ethersproject/units" "5.6.0" |
4272 | | - "@ethersproject/wallet" "5.6.0" |
4273 | | - "@ethersproject/web" "5.6.0" |
4274 | | - "@ethersproject/wordlists" "5.6.0" |
| 4265 | + "@adraffy/ens-normalize" "1.9.0" |
| 4266 | + "@noble/hashes" "1.1.2" |
| 4267 | + "@noble/secp256k1" "1.7.1" |
| 4268 | + aes-js "4.0.0-beta.3" |
| 4269 | + tslib "2.4.0" |
| 4270 | + ws "8.5.0" |
4275 | 4271 |
|
4276 | 4272 | ethers@^5.0.1, ethers@^5.0.2: |
4277 | 4273 | version "5.4.6" |
@@ -4309,6 +4305,42 @@ ethers@^5.0.1, ethers@^5.0.2: |
4309 | 4305 | "@ethersproject/web" "5.4.0" |
4310 | 4306 | "@ethersproject/wordlists" "5.4.0" |
4311 | 4307 |
|
| 4308 | +ethers@^5.5.2: |
| 4309 | + version "5.6.1" |
| 4310 | + resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.6.1.tgz#a56cd67f1595b745dc3dde0ccf2b5de53a41a6d0" |
| 4311 | + integrity sha512-qtl/2W+dwmUa5Z3JqwsbV3JEBZZHNARe5K/A2ePcNAuhJYnEKIgGOT/O9ouPwBijSqVoQnmQMzi5D48LFNOY2A== |
| 4312 | + dependencies: |
| 4313 | + "@ethersproject/abi" "5.6.0" |
| 4314 | + "@ethersproject/abstract-provider" "5.6.0" |
| 4315 | + "@ethersproject/abstract-signer" "5.6.0" |
| 4316 | + "@ethersproject/address" "5.6.0" |
| 4317 | + "@ethersproject/base64" "5.6.0" |
| 4318 | + "@ethersproject/basex" "5.6.0" |
| 4319 | + "@ethersproject/bignumber" "5.6.0" |
| 4320 | + "@ethersproject/bytes" "5.6.0" |
| 4321 | + "@ethersproject/constants" "5.6.0" |
| 4322 | + "@ethersproject/contracts" "5.6.0" |
| 4323 | + "@ethersproject/hash" "5.6.0" |
| 4324 | + "@ethersproject/hdnode" "5.6.0" |
| 4325 | + "@ethersproject/json-wallets" "5.6.0" |
| 4326 | + "@ethersproject/keccak256" "5.6.0" |
| 4327 | + "@ethersproject/logger" "5.6.0" |
| 4328 | + "@ethersproject/networks" "5.6.0" |
| 4329 | + "@ethersproject/pbkdf2" "5.6.0" |
| 4330 | + "@ethersproject/properties" "5.6.0" |
| 4331 | + "@ethersproject/providers" "5.6.1" |
| 4332 | + "@ethersproject/random" "5.6.0" |
| 4333 | + "@ethersproject/rlp" "5.6.0" |
| 4334 | + "@ethersproject/sha2" "5.6.0" |
| 4335 | + "@ethersproject/signing-key" "5.6.0" |
| 4336 | + "@ethersproject/solidity" "5.6.0" |
| 4337 | + "@ethersproject/strings" "5.6.0" |
| 4338 | + "@ethersproject/transactions" "5.6.0" |
| 4339 | + "@ethersproject/units" "5.6.0" |
| 4340 | + "@ethersproject/wallet" "5.6.0" |
| 4341 | + "@ethersproject/web" "5.6.0" |
| 4342 | + "@ethersproject/wordlists" "5.6.0" |
| 4343 | + |
4312 | 4344 | |
4313 | 4345 | version "0.1.6" |
4314 | 4346 | resolved "https://registry.yarnpkg.com/ethjs-unit/-/ethjs-unit-0.1.6.tgz#c665921e476e87bce2a9d588a6fe0405b2c41699" |
|
8770 | 8802 | v8-compile-cache-lib "^3.0.1" |
8771 | 8803 | yn "3.1.1" |
8772 | 8804 |
|
| 8805 | + |
| 8806 | + version "2.4.0" |
| 8807 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" |
| 8808 | + integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== |
| 8809 | + |
8773 | 8810 | tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3: |
8774 | 8811 | version "1.14.1" |
8775 | 8812 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" |
|
9486 | 9523 | resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" |
9487 | 9524 | integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== |
9488 | 9525 |
|
| 9526 | + |
| 9527 | + version "8.5.0" |
| 9528 | + resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f" |
| 9529 | + integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== |
| 9530 | + |
9489 | 9531 | ws@^3.0.0: |
9490 | 9532 | version "3.3.3" |
9491 | 9533 | resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2" |
|
0 commit comments