Skip to content

Commit 2a15841

Browse files
Update dependency mocha to v10
1 parent 5ec3a73 commit 2a15841

File tree

2 files changed

+72
-36
lines changed

2 files changed

+72
-36
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.7",
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.5.2",
4545
"prettier": "2.8.8",
4646
"prettier-plugin-solidity": "1.1.3",
4747
"solhint": "3.3.8",

yarn.lock

Lines changed: 70 additions & 34 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.7":
1324+
version "10.0.7"
1325+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.7.tgz#4c620090f28ca7f905a94b706f74dc5b57b44f2f"
1326+
integrity sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==
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"
@@ -2862,6 +2869,21 @@ chokidar@^3.4.0:
28622869
optionalDependencies:
28632870
fsevents "~2.3.2"
28642871

2872+
chokidar@^3.5.3:
2873+
version "3.6.0"
2874+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
2875+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
2876+
dependencies:
2877+
anymatch "~3.1.2"
2878+
braces "~3.0.2"
2879+
glob-parent "~5.1.2"
2880+
is-binary-path "~2.1.0"
2881+
is-glob "~4.0.1"
2882+
normalize-path "~3.0.0"
2883+
readdirp "~3.6.0"
2884+
optionalDependencies:
2885+
fsevents "~2.3.2"
2886+
28652887
chownr@^1.1.4:
28662888
version "1.1.4"
28672889
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -3277,20 +3299,20 @@ debug@4, [email protected], debug@^4.0.1, debug@^4.1.1, debug@^4.3.2:
32773299
dependencies:
32783300
ms "2.1.2"
32793301

3302+
[email protected], debug@^4.3.1, debug@^4.3.3, debug@^4.3.4:
3303+
version "4.3.4"
3304+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
3305+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
3306+
dependencies:
3307+
ms "2.1.2"
3308+
32803309
debug@^3.1.0:
32813310
version "3.2.7"
32823311
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
32833312
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
32843313
dependencies:
32853314
ms "^2.1.1"
32863315

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-
32943316
decamelize-keys@^1.1.0:
32953317
version "1.1.0"
32963318
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -5015,6 +5037,17 @@ [email protected], glob@^7.1.2, glob@^7.1.3:
50155037
once "^1.3.0"
50165038
path-is-absolute "^1.0.0"
50175039

5040+
5041+
version "8.1.0"
5042+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
5043+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
5044+
dependencies:
5045+
fs.realpath "^1.0.0"
5046+
inflight "^1.0.4"
5047+
inherits "2"
5048+
minimatch "^5.0.1"
5049+
once "^1.3.0"
5050+
50185051
global@~4.4.0:
50195052
version "4.4.0"
50205053
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
@@ -6704,12 +6737,12 @@ [email protected], minimatch@^3.0.4:
67046737
dependencies:
67056738
brace-expansion "^1.1.7"
67066739

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==
6740+
minimatch@5.0.1:
6741+
version "5.0.1"
6742+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
6743+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
67116744
dependencies:
6712-
brace-expansion "^1.1.7"
6745+
brace-expansion "^2.0.1"
67136746

67146747
minimatch@^3.0.5, minimatch@^3.1.2:
67156748
version "3.1.2"
@@ -6718,6 +6751,13 @@ minimatch@^3.0.5, minimatch@^3.1.2:
67186751
dependencies:
67196752
brace-expansion "^1.1.7"
67206753

6754+
minimatch@^5.0.1:
6755+
version "5.1.6"
6756+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
6757+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
6758+
dependencies:
6759+
brace-expansion "^2.0.1"
6760+
67216761
67226762
version "4.1.0"
67236763
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6781,32 +6821,28 @@ mnemonist@^0.38.0:
67816821
dependencies:
67826822
obliterator "^2.0.0"
67836823

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==
6824+
mocha@10.5.2:
6825+
version "10.5.2"
6826+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.2.tgz#0a3481fb67c0a7fc144a909b2d6a9fec35ec5989"
6827+
integrity sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==
67886828
dependencies:
6789-
"@ungap/promise-all-settled" "1.1.2"
67906829
ansi-colors "4.1.1"
67916830
browser-stdout "1.3.1"
6792-
chokidar "3.5.3"
6793-
debug "4.3.3"
6831+
chokidar "^3.5.3"
6832+
debug "4.3.4"
67946833
diff "5.0.0"
67956834
escape-string-regexp "4.0.0"
67966835
find-up "5.0.0"
6797-
glob "7.2.0"
6798-
growl "1.10.5"
6836+
glob "8.1.0"
67996837
he "1.2.0"
68006838
js-yaml "4.1.0"
68016839
log-symbols "4.1.0"
6802-
minimatch "4.2.1"
6840+
minimatch "5.0.1"
68036841
ms "2.1.3"
6804-
nanoid "3.3.1"
68056842
serialize-javascript "6.0.0"
68066843
strip-json-comments "3.1.1"
68076844
supports-color "8.1.1"
6808-
which "2.0.2"
6809-
workerpool "6.2.0"
6845+
workerpool "6.2.1"
68106846
yargs "16.2.0"
68116847
yargs-parser "20.2.4"
68126848
yargs-unparser "2.0.0"
@@ -6916,11 +6952,6 @@ [email protected]:
69166952
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
69176953
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
69186954

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-
69246955
nanomatch@^1.2.9:
69256956
version "1.2.13"
69266957
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -9758,6 +9789,11 @@ [email protected]:
97589789
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
97599790
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
97609791

9792+
9793+
version "6.2.1"
9794+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
9795+
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
9796+
97619797
wrap-ansi@^2.0.0:
97629798
version "2.1.0"
97639799
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"

0 commit comments

Comments
 (0)