Skip to content

Commit 78298e3

Browse files
Update dependency mocha to v11
1 parent 200c52a commit 78298e3

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint": "8.57.0",
3434
"express": "4.21.2",
3535
"i18n": "0.15.1",
36-
"mocha": "10.8.2",
36+
"mocha": "11.0.1",
3737
"nyc": "15.1.0",
3838
"rewire": "7.0.0",
3939
"supertest": "7.0.0"

yarn.lock

+7-18
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ glob-parent@~5.1.2:
12871287
dependencies:
12881288
is-glob "^4.0.1"
12891289

1290-
glob@^10.3.3:
1290+
glob@^10.3.3, glob@^10.4.5:
12911291
version "10.4.5"
12921292
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
12931293
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -1311,17 +1311,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
13111311
once "^1.3.0"
13121312
path-is-absolute "^1.0.0"
13131313

1314-
glob@^8.1.0:
1315-
version "8.1.0"
1316-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
1317-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
1318-
dependencies:
1319-
fs.realpath "^1.0.0"
1320-
inflight "^1.0.4"
1321-
inherits "2"
1322-
minimatch "^5.0.1"
1323-
once "^1.3.0"
1324-
13251314
globals@^11.1.0:
13261315
version "11.12.0"
13271316
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -1815,7 +1804,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
18151804
dependencies:
18161805
brace-expansion "^1.1.7"
18171806

1818-
minimatch@^5.0.1, minimatch@^5.1.6:
1807+
minimatch@^5.1.6:
18191808
version "5.1.6"
18201809
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
18211810
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
@@ -1839,10 +1828,10 @@ minimist@^1.2.5:
18391828
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
18401829
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
18411830

1842-
mocha@10.8.2:
1843-
version "10.8.2"
1844-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.2.tgz#8d8342d016ed411b12a429eb731b825f961afb96"
1845-
integrity sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==
1831+
mocha@11.0.1:
1832+
version "11.0.1"
1833+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.0.1.tgz#85c1c0e806275fe2479245be4ac4a0d81f533aa8"
1834+
integrity sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==
18461835
dependencies:
18471836
ansi-colors "^4.1.3"
18481837
browser-stdout "^1.3.1"
@@ -1851,7 +1840,7 @@ [email protected]:
18511840
diff "^5.2.0"
18521841
escape-string-regexp "^4.0.0"
18531842
find-up "^5.0.0"
1854-
glob "^8.1.0"
1843+
glob "^10.4.5"
18551844
he "^1.2.0"
18561845
js-yaml "^4.1.0"
18571846
log-symbols "^4.1.0"

0 commit comments

Comments
 (0)