Skip to content

Commit c95a2c7

Browse files
Update dependency mocha to v10.5.2
1 parent b7d370d commit c95a2c7

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@types/node": "18.17.1",
55-
"mocha": "10.2.0",
55+
"mocha": "10.5.2",
5656
"mocha-slow-options": "0.0.2",
5757
"should": "13.2.3",
5858
"typescript": "5.0.4"

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ chalk@^4.1.0:
100100
ansi-styles "^4.1.0"
101101
supports-color "^7.1.0"
102102

103-
104-
version "3.5.3"
105-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
106-
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
103+
chokidar@^3.5.3:
104+
version "3.6.0"
105+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
106+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
107107
dependencies:
108108
anymatch "~3.1.2"
109109
braces "~3.0.2"
@@ -249,17 +249,16 @@ [email protected]:
249249
once "^1.3.0"
250250
path-is-absolute "^1.0.0"
251251

252-
glob@7.2.0:
253-
version "7.2.0"
254-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
255-
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
252+
glob@8.1.0:
253+
version "8.1.0"
254+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
255+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
256256
dependencies:
257257
fs.realpath "^1.0.0"
258258
inflight "^1.0.4"
259259
inherits "2"
260-
minimatch "^3.0.4"
260+
minimatch "^5.0.1"
261261
once "^1.3.0"
262-
path-is-absolute "^1.0.0"
263262

264263
265264
version "1.10.5"
@@ -374,6 +373,13 @@ [email protected]:
374373
dependencies:
375374
brace-expansion "^2.0.1"
376375

376+
minimatch@^5.0.1:
377+
version "5.1.6"
378+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
379+
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
380+
dependencies:
381+
brace-expansion "^2.0.1"
382+
377383
378384
version "0.0.8"
379385
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
@@ -393,25 +399,24 @@ [email protected]:
393399
dependencies:
394400
mocha "^5.1.1"
395401

396-
mocha@10.2.0:
397-
version "10.2.0"
398-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
399-
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
402+
mocha@10.5.2:
403+
version "10.5.2"
404+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.2.tgz#0a3481fb67c0a7fc144a909b2d6a9fec35ec5989"
405+
integrity sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==
400406
dependencies:
401407
ansi-colors "4.1.1"
402408
browser-stdout "1.3.1"
403-
chokidar "3.5.3"
409+
chokidar "^3.5.3"
404410
debug "4.3.4"
405411
diff "5.0.0"
406412
escape-string-regexp "4.0.0"
407413
find-up "5.0.0"
408-
glob "7.2.0"
414+
glob "8.1.0"
409415
he "1.2.0"
410416
js-yaml "4.1.0"
411417
log-symbols "4.1.0"
412418
minimatch "5.0.1"
413419
ms "2.1.3"
414-
nanoid "3.3.3"
415420
serialize-javascript "6.0.0"
416421
strip-json-comments "3.1.1"
417422
supports-color "8.1.1"
@@ -452,11 +457,6 @@ [email protected]:
452457
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
453458
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
454459

455-
456-
version "3.3.3"
457-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
458-
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
459-
460460
normalize-path@^3.0.0, normalize-path@~3.0.0:
461461
version "3.0.0"
462462
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"

0 commit comments

Comments
 (0)