Skip to content

Commit bb81a00

Browse files
chore(deps): update dependency mocha to v10.4.0
1 parent e48b38c commit bb81a00

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ethers": "5.7.2",
4545
"hardhat": "2.19.5",
4646
"husky": "8.0.3",
47-
"mocha": "10.2.0",
47+
"mocha": "10.4.0",
4848
"prettier": "2.8.8",
4949
"prettier-plugin-solidity": "1.3.1",
5050
"ts-node": "10.9.2",

yarn.lock

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,28 +3628,28 @@ [email protected]:
36283628
once "^1.3.0"
36293629
path-is-absolute "^1.0.0"
36303630

3631-
glob@^7.1.3:
3632-
version "7.2.3"
3633-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
3634-
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
3631+
glob@8.1.0, glob@^8.0.3:
3632+
version "8.1.0"
3633+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
3634+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
36353635
dependencies:
36363636
fs.realpath "^1.0.0"
36373637
inflight "^1.0.4"
36383638
inherits "2"
3639-
minimatch "^3.1.1"
3639+
minimatch "^5.0.1"
36403640
once "^1.3.0"
3641-
path-is-absolute "^1.0.0"
36423641

3643-
glob@^8.0.3:
3644-
version "8.1.0"
3645-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
3646-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
3642+
glob@^7.1.3:
3643+
version "7.2.3"
3644+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
3645+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
36473646
dependencies:
36483647
fs.realpath "^1.0.0"
36493648
inflight "^1.0.4"
36503649
inherits "2"
3651-
minimatch "^5.0.1"
3650+
minimatch "^3.1.1"
36523651
once "^1.3.0"
3652+
path-is-absolute "^1.0.0"
36533653

36543654
globals@^13.19.0:
36553655
version "13.19.0"
@@ -4816,10 +4816,10 @@ mnemonist@^0.38.0:
48164816
dependencies:
48174817
obliterator "^2.0.0"
48184818

4819-
mocha@10.2.0:
4820-
version "10.2.0"
4821-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
4822-
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
4819+
mocha@10.4.0:
4820+
version "10.4.0"
4821+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
4822+
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
48234823
dependencies:
48244824
ansi-colors "4.1.1"
48254825
browser-stdout "1.3.1"
@@ -4828,13 +4828,12 @@ [email protected]:
48284828
diff "5.0.0"
48294829
escape-string-regexp "4.0.0"
48304830
find-up "5.0.0"
4831-
glob "7.2.0"
4831+
glob "8.1.0"
48324832
he "1.2.0"
48334833
js-yaml "4.1.0"
48344834
log-symbols "4.1.0"
48354835
minimatch "5.0.1"
48364836
ms "2.1.3"
4837-
nanoid "3.3.3"
48384837
serialize-javascript "6.0.0"
48394838
strip-json-comments "3.1.1"
48404839
supports-color "8.1.1"

0 commit comments

Comments
 (0)