Skip to content

Commit 8b8c3f8

Browse files
Update dependency hardhat to v2.10.0
1 parent 004f95b commit 8b8c3f8

File tree

2 files changed

+102
-38
lines changed

2 files changed

+102
-38
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-config-xo-typescript": "0.51.1",
4040
"ethereum-waffle": "3.4.4",
4141
"ethers": "5.6.9",
42-
"hardhat": "2.9.9",
42+
"hardhat": "2.10.0",
4343
"husky": "7.0.4",
4444
"mocha": "9.2.2",
4545
"prettier": "2.7.1",

yarn.lock

Lines changed: 101 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,21 @@
993993
tweetnacl "^1.0.3"
994994
tweetnacl-util "^0.15.1"
995995

996+
997+
version "1.1.1"
998+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.1.tgz#c056d9b7166c1e7387a7453c2aff199bf7d88e5f"
999+
integrity sha512-Lkp9+NijmV7eSVZqiUvt3UCuuHeJpUVmRrvh430gyJjJiuJMqkeHf6/A9lQ/smmbWV/0spDeJscscPzyB4waZg==
1000+
1001+
"@noble/hashes@~1.1.1":
1002+
version "1.1.2"
1003+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.1.2.tgz#e9e035b9b166ca0af657a7848eb2718f0f22f183"
1004+
integrity sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==
1005+
1006+
"@noble/[email protected]", "@noble/secp256k1@~1.6.0":
1007+
version "1.6.0"
1008+
resolved "https://registry.yarnpkg.com/@noble/secp256k1/-/secp256k1-1.6.0.tgz#602afbbfcfb7e169210469b697365ef740d7e930"
1009+
integrity sha512-DWSsg8zMHOYMYBqIQi96BQuthZrp98LCeMNcUOaffCIVYQ5yxDbNikLF+H7jEnmNNmXbtVic46iCuVWzar+MgA==
1010+
9961011
"@nodelib/[email protected]":
9971012
version "2.1.5"
9981013
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1084,6 +1099,28 @@
10841099
path-browserify "^1.0.0"
10851100
url "^0.11.0"
10861101

1102+
"@scure/base@~1.1.0":
1103+
version "1.1.1"
1104+
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.1.tgz#ebb651ee52ff84f420097055f4bf46cfba403938"
1105+
integrity sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==
1106+
1107+
1108+
version "1.1.0"
1109+
resolved "https://registry.yarnpkg.com/@scure/bip32/-/bip32-1.1.0.tgz#dea45875e7fbc720c2b4560325f1cf5d2246d95b"
1110+
integrity sha512-ftTW3kKX54YXLCxH6BB7oEEoJfoE2pIgw7MINKAs5PsS6nqKPuKk1haTF/EuHmYqG330t5GSrdmtRuHaY1a62Q==
1111+
dependencies:
1112+
"@noble/hashes" "~1.1.1"
1113+
"@noble/secp256k1" "~1.6.0"
1114+
"@scure/base" "~1.1.0"
1115+
1116+
1117+
version "1.1.0"
1118+
resolved "https://registry.yarnpkg.com/@scure/bip39/-/bip39-1.1.0.tgz#92f11d095bae025f166bef3defcc5bf4945d419a"
1119+
integrity sha512-pwrPOS16VeTKg98dYXQyIjJEcWfz7/1YJIwxUEPFfQPtc86Ym/1sVgQ2RLoD43AazMk2l/unK4ITySSpW2+82w==
1120+
dependencies:
1121+
"@noble/hashes" "~1.1.1"
1122+
"@scure/base" "~1.1.0"
1123+
10871124
10881125
version "5.30.0"
10891126
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-5.30.0.tgz#6b203664f69e75106ee8b5a2fe1d717379b331f3"
@@ -2505,6 +2542,13 @@ brace-expansion@^1.1.7:
25052542
balanced-match "^1.0.0"
25062543
concat-map "0.0.1"
25072544

2545+
brace-expansion@^2.0.1:
2546+
version "2.0.1"
2547+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2548+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2549+
dependencies:
2550+
balanced-match "^1.0.0"
2551+
25082552
braces@^2.3.1:
25092553
version "2.3.2"
25102554
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3274,20 +3318,20 @@ debug@4, [email protected], debug@^4.0.1, debug@^4.1.1, debug@^4.3.2:
32743318
dependencies:
32753319
ms "2.1.2"
32763320

3321+
[email protected], debug@^4.3.1, debug@^4.3.3, debug@^4.3.4:
3322+
version "4.3.4"
3323+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3324+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3325+
dependencies:
3326+
ms "2.1.2"
3327+
32773328
debug@^3.1.0:
32783329
version "3.2.7"
32793330
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
32803331
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
32813332
dependencies:
32823333
ms "^2.1.1"
32833334

3284-
debug@^4.3.1, debug@^4.3.3, debug@^4.3.4:
3285-
version "4.3.4"
3286-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3287-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3288-
dependencies:
3289-
ms "2.1.2"
3290-
32913335
decamelize-keys@^1.1.0:
32923336
version "1.1.0"
32933337
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -4071,7 +4115,7 @@ ethereum-common@^0.0.18:
40714115
resolved "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.0.18.tgz#2fdc3576f232903358976eb39da783213ff9523f"
40724116
integrity sha1-L9w1dvIykDNYl26znaeDIT/5Uj8=
40734117

4074-
ethereum-cryptography@^0.1.2, ethereum-cryptography@^0.1.3:
4118+
ethereum-cryptography@^0.1.3:
40754119
version "0.1.3"
40764120
resolved "https://registry.yarnpkg.com/ethereum-cryptography/-/ethereum-cryptography-0.1.3.tgz#8d6143cfc3d74bf79bbd8edecdf29e4ae20dd191"
40774121
integrity sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==
@@ -4092,6 +4136,16 @@ ethereum-cryptography@^0.1.2, ethereum-cryptography@^0.1.3:
40924136
secp256k1 "^4.0.1"
40934137
setimmediate "^1.0.5"
40944138

4139+
ethereum-cryptography@^1.0.3:
4140+
version "1.1.0"
4141+
resolved "https://registry.yarnpkg.com/ethereum-cryptography/-/ethereum-cryptography-1.1.0.tgz#7048d184ff365a5255ced5cc9eb7682a273c4db7"
4142+
integrity sha512-wyNVTBR4wIR2yoXdMv4Qt44mTVBpPgSW/DQCTmNO6nQluwpyrAIvmL4mxPbziFuc6VWJQa3rwUxn0nUFU03nyQ==
4143+
dependencies:
4144+
"@noble/hashes" "1.1.1"
4145+
"@noble/secp256k1" "1.6.0"
4146+
"@scure/bip32" "1.1.0"
4147+
"@scure/bip39" "1.1.0"
4148+
40954149
40964150
version "3.4.4"
40974151
resolved "https://registry.yarnpkg.com/ethereum-waffle/-/ethereum-waffle-3.4.4.tgz#1378b72040697857b7f5e8f473ca8f97a37b5840"
@@ -5111,10 +5165,10 @@ hard-rejection@^2.1.0:
51115165
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
51125166
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
51135167

5114-
hardhat@2.9.9:
5115-
version "2.9.9"
5116-
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.9.9.tgz#05c1015eb73e0230309534b00deeb080724aace0"
5117-
integrity sha512-Qv7SXnRc0zq1kGXruNnSKpP3eFccXMR5Qv6GVX9hBIJ5efN0PflKPq92aQ5Cv3jrjJeRevLznWZVz7bttXhVfw==
5168+
hardhat@2.10.0:
5169+
version "2.10.0"
5170+
resolved "https://registry.yarnpkg.com/hardhat/-/hardhat-2.10.0.tgz#23a640293d52ce79388660b2872624b2c6f94e5d"
5171+
integrity sha512-9VUorKvWNyW96qFXkwkpDUSeWND3gOZpm0oJ8l63JQJvWhxyxTJ92BcOrNylOKy9hzNNGdMfM2QWNP80fGOjpA==
51185172
dependencies:
51195173
"@ethereumjs/block" "^3.6.2"
51205174
"@ethereumjs/blockchain" "^5.5.2"
@@ -5124,7 +5178,7 @@ [email protected]:
51245178
"@ethersproject/abi" "^5.1.2"
51255179
"@metamask/eth-sig-util" "^4.0.0"
51265180
"@sentry/node" "^5.18.1"
5127-
"@solidity-parser/parser" "^0.14.1"
5181+
"@solidity-parser/parser" "^0.14.2"
51285182
"@types/bn.js" "^5.1.0"
51295183
"@types/lru-cache" "^5.1.0"
51305184
abort-controller "^3.0.0"
@@ -5137,7 +5191,7 @@ [email protected]:
51375191
debug "^4.1.1"
51385192
enquirer "^2.3.0"
51395193
env-paths "^2.2.0"
5140-
ethereum-cryptography "^0.1.2"
5194+
ethereum-cryptography "^1.0.3"
51415195
ethereumjs-abi "^0.6.8"
51425196
ethereumjs-util "^7.1.4"
51435197
find-up "^2.1.0"
@@ -5149,7 +5203,7 @@ [email protected]:
51495203
lodash "^4.17.11"
51505204
merkle-patricia-tree "^4.2.4"
51515205
mnemonist "^0.38.0"
5152-
mocha "^9.2.0"
5206+
mocha "^10.0.0"
51535207
p-map "^4.0.0"
51545208
qs "^6.7.0"
51555209
raw-body "^2.4.1"
@@ -6681,20 +6735,27 @@ minimalistic-crypto-utils@^1.0.1:
66816735
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
66826736
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
66836737

6684-
[email protected], minimatch@^3.0.4:
6685-
version "3.0.4"
6686-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
6687-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
6688-
dependencies:
6689-
brace-expansion "^1.1.7"
6690-
66916738
66926739
version "4.2.1"
66936740
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"
66946741
integrity sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==
66956742
dependencies:
66966743
brace-expansion "^1.1.7"
66976744

6745+
6746+
version "5.0.1"
6747+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
6748+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
6749+
dependencies:
6750+
brace-expansion "^2.0.1"
6751+
6752+
minimatch@^3.0.4:
6753+
version "3.0.4"
6754+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
6755+
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
6756+
dependencies:
6757+
brace-expansion "^1.1.7"
6758+
66986759
minimatch@^3.1.2:
66996760
version "3.1.2"
67006761
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -6795,32 +6856,30 @@ [email protected]:
67956856
yargs-parser "20.2.4"
67966857
yargs-unparser "2.0.0"
67976858

6798-
mocha@^9.2.0:
6799-
version "9.2.1"
6800-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.1.tgz#a1abb675aa9a8490798503af57e8782a78f1338e"
6801-
integrity sha512-T7uscqjJVS46Pq1XDXyo9Uvey9gd3huT/DD9cYBb4K2Xc/vbKRPUWK067bxDQRK0yIz6Jxk73IrnimvASzBNAQ==
6859+
mocha@^10.0.0:
6860+
version "10.0.0"
6861+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
6862+
integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
68026863
dependencies:
68036864
"@ungap/promise-all-settled" "1.1.2"
68046865
ansi-colors "4.1.1"
68056866
browser-stdout "1.3.1"
68066867
chokidar "3.5.3"
6807-
debug "4.3.3"
6868+
debug "4.3.4"
68086869
diff "5.0.0"
68096870
escape-string-regexp "4.0.0"
68106871
find-up "5.0.0"
68116872
glob "7.2.0"
6812-
growl "1.10.5"
68136873
he "1.2.0"
68146874
js-yaml "4.1.0"
68156875
log-symbols "4.1.0"
6816-
minimatch "3.0.4"
6876+
minimatch "5.0.1"
68176877
ms "2.1.3"
6818-
nanoid "3.2.0"
6878+
nanoid "3.3.3"
68196879
serialize-javascript "6.0.0"
68206880
strip-json-comments "3.1.1"
68216881
supports-color "8.1.1"
6822-
which "2.0.2"
6823-
workerpool "6.2.0"
6882+
workerpool "6.2.1"
68246883
yargs "16.2.0"
68256884
yargs-parser "20.2.4"
68266885
yargs-unparser "2.0.0"
@@ -6895,16 +6954,16 @@ nano-json-stream-parser@^0.1.2:
68956954
resolved "https://registry.yarnpkg.com/nano-json-stream-parser/-/nano-json-stream-parser-0.1.2.tgz#0cc8f6d0e2b622b479c40d499c46d64b755c6f5f"
68966955
integrity sha1-DMj20OK2IrR5xA1JnEbWS3Vcb18=
68976956

6898-
6899-
version "3.2.0"
6900-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
6901-
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
6902-
69036957
69046958
version "3.3.1"
69056959
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
69066960
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
69076961

6962+
6963+
version "3.3.3"
6964+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
6965+
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
6966+
69086967
nanomatch@^1.2.9:
69096968
version "1.2.13"
69106969
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -9738,6 +9797,11 @@ [email protected]:
97389797
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
97399798
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
97409799

9800+
9801+
version "6.2.1"
9802+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
9803+
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
9804+
97419805
wrap-ansi@^2.0.0:
97429806
version "2.1.0"
97439807
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"

0 commit comments

Comments
 (0)