Skip to content

Commit 89b75fa

Browse files
Update dependency mocha to v10
1 parent 5ec3a73 commit 89b75fa

File tree

2 files changed

+56
-35
lines changed

2 files changed

+56
-35
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@typechain/hardhat": "7.0.0",
2727
"@types/chai": "4.3.11",
2828
"@types/dotenv": "8.2.0",
29-
"@types/mocha": "9.1.1",
29+
"@types/mocha": "10.0.6",
3030
"@types/node": "18.19.9",
3131
"@typescript-eslint/eslint-plugin": "5.59.8",
3232
"@typescript-eslint/parser": "5.59.8",
@@ -41,7 +41,7 @@
4141
"ethers": "5.7.2",
4242
"hardhat": "2.9.9",
4343
"husky": "7.0.4",
44-
"mocha": "9.2.2",
44+
"mocha": "10.3.0",
4545
"prettier": "2.8.8",
4646
"prettier-plugin-solidity": "1.1.3",
4747
"solhint": "3.3.8",

yarn.lock

Lines changed: 54 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,10 +1320,10 @@
13201320
dependencies:
13211321
"@types/node" "*"
13221322

1323-
"@types/mocha@9.1.1":
1324-
version "9.1.1"
1325-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
1326-
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
1323+
"@types/mocha@10.0.6":
1324+
version "10.0.6"
1325+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
1326+
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
13271327

13281328
"@types/node-fetch@^2.5.5":
13291329
version "2.5.12"
@@ -2506,6 +2506,13 @@ brace-expansion@^1.1.7:
25062506
balanced-match "^1.0.0"
25072507
concat-map "0.0.1"
25082508

2509+
brace-expansion@^2.0.1:
2510+
version "2.0.1"
2511+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2512+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2513+
dependencies:
2514+
balanced-match "^1.0.0"
2515+
25092516
braces@^2.3.1:
25102517
version "2.3.2"
25112518
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3277,20 +3284,20 @@ debug@4, [email protected], debug@^4.0.1, debug@^4.1.1, debug@^4.3.2:
32773284
dependencies:
32783285
ms "2.1.2"
32793286

3287+
[email protected], debug@^4.3.1, debug@^4.3.3, debug@^4.3.4:
3288+
version "4.3.4"
3289+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3290+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3291+
dependencies:
3292+
ms "2.1.2"
3293+
32803294
debug@^3.1.0:
32813295
version "3.2.7"
32823296
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
32833297
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
32843298
dependencies:
32853299
ms "^2.1.1"
32863300

3287-
debug@^4.3.1, debug@^4.3.3, debug@^4.3.4:
3288-
version "4.3.4"
3289-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3290-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3291-
dependencies:
3292-
ms "2.1.2"
3293-
32943301
decamelize-keys@^1.1.0:
32953302
version "1.1.0"
32963303
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -5015,6 +5022,17 @@ [email protected], glob@^7.1.2, glob@^7.1.3:
50155022
once "^1.3.0"
50165023
path-is-absolute "^1.0.0"
50175024

5025+
5026+
version "8.1.0"
5027+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
5028+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
5029+
dependencies:
5030+
fs.realpath "^1.0.0"
5031+
inflight "^1.0.4"
5032+
inherits "2"
5033+
minimatch "^5.0.1"
5034+
once "^1.3.0"
5035+
50185036
global@~4.4.0:
50195037
version "4.4.0"
50205038
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
@@ -6704,12 +6722,12 @@ [email protected], minimatch@^3.0.4:
67046722
dependencies:
67056723
brace-expansion "^1.1.7"
67066724

6707-
minimatch@4.2.1:
6708-
version "4.2.1"
6709-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"
6710-
integrity sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==
6725+
minimatch@5.0.1:
6726+
version "5.0.1"
6727+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
6728+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
67116729
dependencies:
6712-
brace-expansion "^1.1.7"
6730+
brace-expansion "^2.0.1"
67136731

67146732
minimatch@^3.0.5, minimatch@^3.1.2:
67156733
version "3.1.2"
@@ -6718,6 +6736,13 @@ minimatch@^3.0.5, minimatch@^3.1.2:
67186736
dependencies:
67196737
brace-expansion "^1.1.7"
67206738

6739+
minimatch@^5.0.1:
6740+
version "5.1.6"
6741+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
6742+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
6743+
dependencies:
6744+
brace-expansion "^2.0.1"
6745+
67216746
67226747
version "4.1.0"
67236748
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6781,32 +6806,28 @@ mnemonist@^0.38.0:
67816806
dependencies:
67826807
obliterator "^2.0.0"
67836808

6784-
mocha@9.2.2:
6785-
version "9.2.2"
6786-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.2.tgz#d70db46bdb93ca57402c809333e5a84977a88fb9"
6787-
integrity sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==
6809+
mocha@10.3.0:
6810+
version "10.3.0"
6811+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.3.0.tgz#0e185c49e6dccf582035c05fa91084a4ff6e3fe9"
6812+
integrity sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==
67886813
dependencies:
6789-
"@ungap/promise-all-settled" "1.1.2"
67906814
ansi-colors "4.1.1"
67916815
browser-stdout "1.3.1"
67926816
chokidar "3.5.3"
6793-
debug "4.3.3"
6817+
debug "4.3.4"
67946818
diff "5.0.0"
67956819
escape-string-regexp "4.0.0"
67966820
find-up "5.0.0"
6797-
glob "7.2.0"
6798-
growl "1.10.5"
6821+
glob "8.1.0"
67996822
he "1.2.0"
68006823
js-yaml "4.1.0"
68016824
log-symbols "4.1.0"
6802-
minimatch "4.2.1"
6825+
minimatch "5.0.1"
68036826
ms "2.1.3"
6804-
nanoid "3.3.1"
68056827
serialize-javascript "6.0.0"
68066828
strip-json-comments "3.1.1"
68076829
supports-color "8.1.1"
6808-
which "2.0.2"
6809-
workerpool "6.2.0"
6830+
workerpool "6.2.1"
68106831
yargs "16.2.0"
68116832
yargs-parser "20.2.4"
68126833
yargs-unparser "2.0.0"
@@ -6916,11 +6937,6 @@ [email protected]:
69166937
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
69176938
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
69186939

6919-
6920-
version "3.3.1"
6921-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
6922-
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
6923-
69246940
nanomatch@^1.2.9:
69256941
version "1.2.13"
69266942
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -9758,6 +9774,11 @@ [email protected]:
97589774
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
97599775
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
97609776

9777+
9778+
version "6.2.1"
9779+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
9780+
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
9781+
97619782
wrap-ansi@^2.0.0:
97629783
version "2.1.0"
97639784
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"

0 commit comments

Comments
 (0)