File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"@types/mocha" : " 10.0.10" ,
27
27
"@types/node" : " ^18 || ^20 || ^22" ,
28
- "mocha" : " 11.4 .0" ,
28
+ "mocha" : " 11.5 .0" ,
29
29
"prettier" : " 3.5.3" ,
30
30
"ts-mocha" : " 11.1.0" ,
31
31
"ts-node" : " 10.9.2" ,
Original file line number Diff line number Diff line change @@ -346,14 +346,7 @@ make-error@^1.1.1:
346
346
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
347
347
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
348
348
349
- minimatch@^5.1.6 :
350
- version "5.1.6"
351
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
352
- integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
353
- dependencies :
354
- brace-expansion "^2.0.1"
355
-
356
- minimatch@^9.0.4 :
349
+ minimatch@^9.0.4, minimatch@^9.0.5 :
357
350
version "9.0.5"
358
351
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
359
352
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -365,10 +358,10 @@ minimatch@^9.0.4:
365
358
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
366
359
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
367
360
368
- mocha@11.4 .0 :
369
- version "11.4 .0"
370
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.4 .0.tgz#6e873ee0beed4475e06f782bc9dd076670f932fd "
371
- integrity sha512-O6oi5Y9G6uu8f9iqXR6iKNLWHLRex3PKbmHynfpmUnMJJGrdgXh8ZmS85Ei5KR2Gnl+/gQ9s+Ktv5CqKybNw4A ==
361
+ mocha@11.5 .0 :
362
+ version "11.5 .0"
363
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.5 .0.tgz#7b042964437c0829c7e492b8d8864eb0ca96504c "
364
+ integrity sha512-VKDjhy6LMTKm0WgNEdlY77YVsD49LZnPSXJAaPNL9NRYQADxvORsyG1DIQY6v53BKTnlNbEE2MbVCDbnxr4K3w ==
372
365
dependencies :
373
366
browser-stdout "^1.3.1"
374
367
chokidar "^4.0.1"
@@ -380,7 +373,7 @@ mocha@11.4.0:
380
373
he "^1.2.0"
381
374
js-yaml "^4.1.0"
382
375
log-symbols "^4.1.0"
383
- minimatch "^5.1.6 "
376
+ minimatch "^9.0.5 "
384
377
ms "^2.1.3"
385
378
picocolors "^1.1.1"
386
379
serialize-javascript "^6.0.2"
You can’t perform that action at this time.
0 commit comments