Skip to content

Commit de5738c

Browse files
Update dependency ethers to v6
1 parent 859ec1b commit de5738c

File tree

2 files changed

+77
-35
lines changed

2 files changed

+77
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@devprotocol/util-ts": "3.0.0",
2727
"bent": "7.3.12",
2828
"discord-webhook-ts": "5.0.0",
29-
"ethers": "5.7.2",
29+
"ethers": "6.0.8",
3030
"jsonwebtoken": "9.0.0",
3131
"ramda": "0.28.0",
3232
"web3": "1.8.2"

yarn.lock

Lines changed: 76 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@adraffy/[email protected]":
6+
version "1.8.9"
7+
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.8.9.tgz#67b3acadebbb551669c9a1da15fac951db795b85"
8+
integrity sha512-93OmGCV0vO8+JQ3FHG+gZk/MPHzzMPDRiCiFcCQNTCnHaaxsacO3ScTPGlu2wX2dOtgfalbchPcw1cOYYjHCYQ==
9+
510
611
version "3.0.1"
712
resolved "https://registry.yarnpkg.com/@ava/typescript/-/typescript-3.0.1.tgz#b89efbe000b800fa477c9613795b3ca6a53f7112"
@@ -1160,6 +1165,16 @@
11601165
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
11611166
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
11621167

1168+
1169+
version "1.1.2"
1170+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.2.tgz#e9e035b9b166ca0af657a7848eb2718f0f22f183"
1171+
integrity sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==
1172+
1173+
1174+
version "1.7.1"
1175+
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.7.1.tgz#b251c70f824ce3ca7f8dc3df08d58f005cc0507c"
1176+
integrity sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==
1177+
11631178
"@nodelib/[email protected]":
11641179
version "2.1.5"
11651180
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1672,6 +1687,11 @@ [email protected]:
16721687
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.0.0.tgz#e21df10ad6c2053295bcbb8dab40b09dbea87e4d"
16731688
integrity sha1-4h3xCtbCBTKVvLuNq0Cwnb6ofk0=
16741689

1690+
1691+
version "4.0.0-beta.3"
1692+
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-4.0.0-beta.3.tgz#da2253f0ff03a0b3a9e445c8cbdf78e7fda7d48c"
1693+
integrity sha512-/xJX0/VTPcbc5xQE2VUP91y1xN8q/rDfhEzLm+vLc3hYvb5+qHCnpJRuFcrKn63zumK/sCwYYzhG8HP78JYSTA==
1694+
16751695
aes-js@^3.1.1:
16761696
version "3.1.2"
16771697
resolved "https://registry.yarnpkg.com/aes-js/-/aes-js-3.1.2.tgz#db9aabde85d5caabbfc0d4f2a4446960f627146a"
@@ -4368,41 +4388,17 @@ [email protected]:
43684388
utf8 "^3.0.0"
43694389
uuid "^3.3.2"
43704390

4371-
ethers@5.7.2, ethers@^5.7.2:
4372-
version "5.7.2"
4373-
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
4374-
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
4391+
ethers@6.0.8:
4392+
version "6.0.8"
4393+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.0.8.tgz#a02e31f2771b66ecab6c731c1141b30d9de09174"
4394+
integrity sha512-j5smdMwn4t4vEARcfUv54mTJ2NMCorYLL51wPjFInEnrRr2SF5Sl9a7Z4DXS8UO1fBJVGHnjDDrF1b7msY3f7Q==
43754395
dependencies:
4376-
"@ethersproject/abi" "5.7.0"
4377-
"@ethersproject/abstract-provider" "5.7.0"
4378-
"@ethersproject/abstract-signer" "5.7.0"
4379-
"@ethersproject/address" "5.7.0"
4380-
"@ethersproject/base64" "5.7.0"
4381-
"@ethersproject/basex" "5.7.0"
4382-
"@ethersproject/bignumber" "5.7.0"
4383-
"@ethersproject/bytes" "5.7.0"
4384-
"@ethersproject/constants" "5.7.0"
4385-
"@ethersproject/contracts" "5.7.0"
4386-
"@ethersproject/hash" "5.7.0"
4387-
"@ethersproject/hdnode" "5.7.0"
4388-
"@ethersproject/json-wallets" "5.7.0"
4389-
"@ethersproject/keccak256" "5.7.0"
4390-
"@ethersproject/logger" "5.7.0"
4391-
"@ethersproject/networks" "5.7.1"
4392-
"@ethersproject/pbkdf2" "5.7.0"
4393-
"@ethersproject/properties" "5.7.0"
4394-
"@ethersproject/providers" "5.7.2"
4395-
"@ethersproject/random" "5.7.0"
4396-
"@ethersproject/rlp" "5.7.0"
4397-
"@ethersproject/sha2" "5.7.0"
4398-
"@ethersproject/signing-key" "5.7.0"
4399-
"@ethersproject/solidity" "5.7.0"
4400-
"@ethersproject/strings" "5.7.0"
4401-
"@ethersproject/transactions" "5.7.0"
4402-
"@ethersproject/units" "5.7.0"
4403-
"@ethersproject/wallet" "5.7.0"
4404-
"@ethersproject/web" "5.7.1"
4405-
"@ethersproject/wordlists" "5.7.0"
4396+
"@adraffy/ens-normalize" "1.8.9"
4397+
"@noble/hashes" "1.1.2"
4398+
"@noble/secp256k1" "1.7.1"
4399+
aes-js "4.0.0-beta.3"
4400+
tslib "2.4.0"
4401+
ws "8.5.0"
44064402

44074403
ethers@^5.0.1, ethers@^5.0.2, ethers@^5.4.7:
44084404
version "5.5.2"
@@ -4440,6 +4436,42 @@ ethers@^5.0.1, ethers@^5.0.2, ethers@^5.4.7:
44404436
"@ethersproject/web" "5.5.1"
44414437
"@ethersproject/wordlists" "5.5.0"
44424438

4439+
ethers@^5.7.2:
4440+
version "5.7.2"
4441+
resolved "https://registry.yarnpkg.com/ethers/-/ethers-5.7.2.tgz#3a7deeabbb8c030d4126b24f84e525466145872e"
4442+
integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==
4443+
dependencies:
4444+
"@ethersproject/abi" "5.7.0"
4445+
"@ethersproject/abstract-provider" "5.7.0"
4446+
"@ethersproject/abstract-signer" "5.7.0"
4447+
"@ethersproject/address" "5.7.0"
4448+
"@ethersproject/base64" "5.7.0"
4449+
"@ethersproject/basex" "5.7.0"
4450+
"@ethersproject/bignumber" "5.7.0"
4451+
"@ethersproject/bytes" "5.7.0"
4452+
"@ethersproject/constants" "5.7.0"
4453+
"@ethersproject/contracts" "5.7.0"
4454+
"@ethersproject/hash" "5.7.0"
4455+
"@ethersproject/hdnode" "5.7.0"
4456+
"@ethersproject/json-wallets" "5.7.0"
4457+
"@ethersproject/keccak256" "5.7.0"
4458+
"@ethersproject/logger" "5.7.0"
4459+
"@ethersproject/networks" "5.7.1"
4460+
"@ethersproject/pbkdf2" "5.7.0"
4461+
"@ethersproject/properties" "5.7.0"
4462+
"@ethersproject/providers" "5.7.2"
4463+
"@ethersproject/random" "5.7.0"
4464+
"@ethersproject/rlp" "5.7.0"
4465+
"@ethersproject/sha2" "5.7.0"
4466+
"@ethersproject/signing-key" "5.7.0"
4467+
"@ethersproject/solidity" "5.7.0"
4468+
"@ethersproject/strings" "5.7.0"
4469+
"@ethersproject/transactions" "5.7.0"
4470+
"@ethersproject/units" "5.7.0"
4471+
"@ethersproject/wallet" "5.7.0"
4472+
"@ethersproject/web" "5.7.1"
4473+
"@ethersproject/wordlists" "5.7.0"
4474+
44434475
44444476
version "0.1.6"
44454477
resolved "https://registry.yarnpkg.com/ethjs-unit/-/ethjs-unit-0.1.6.tgz#c665921e476e87bce2a9d588a6fe0405b2c41699"
@@ -8814,6 +8846,11 @@ ts-toolbelt@^6.15.1:
88148846
resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-6.15.5.tgz#cb3b43ed725cb63644782c64fbcad7d8f28c0a83"
88158847
integrity sha512-FZIXf1ksVyLcfr7M317jbB67XFJhOO1YqdTcuGaq9q5jLUoTikukZ+98TPjKiP2jC5CgmYdWWYs0s2nLSU0/1A==
88168848

8849+
8850+
version "2.4.0"
8851+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
8852+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
8853+
88178854
tslib@^1.8.1:
88188855
version "1.14.1"
88198856
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
@@ -9794,6 +9831,11 @@ [email protected]:
97949831
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
97959832
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
97969833

9834+
9835+
version "8.5.0"
9836+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
9837+
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
9838+
97979839
ws@^3.0.0:
97989840
version "3.3.3"
97999841
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"

0 commit comments

Comments
 (0)