File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 59
59
},
60
60
"devDependencies" : {
61
61
"mdv" : " 1.3.4" ,
62
- "mocha" : " 10.4 .0" ,
62
+ "mocha" : " 10.5 .0" ,
63
63
"node-readfiles" : " 0.3.1" ,
64
64
"nyc" : " 17.0.0" ,
65
65
"prettier" : " ^3.1.0"
Original file line number Diff line number Diff line change @@ -651,10 +651,10 @@ cheerio@^1.0.0-rc.12:
651
651
parse5 "^7.0.0"
652
652
parse5-htmlparser2-tree-adapter "^7.0.0"
653
653
654
- chokidar@3.5.3 :
655
- version "3.5.3 "
656
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3 .tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd "
657
- integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw ==
654
+ chokidar@^ 3.5.3 :
655
+ version "3.6.0 "
656
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0 .tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b "
657
+ integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw ==
658
658
dependencies :
659
659
anymatch "~3.1.2"
660
660
braces "~3.0.2"
@@ -1777,14 +1777,14 @@ mkdirp@^1.0.3:
1777
1777
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1778
1778
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1779
1779
1780
- mocha@10.4 .0 :
1781
- version "10.4 .0"
1782
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4 .0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261 "
1783
- integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA ==
1780
+ mocha@10.5 .0 :
1781
+ version "10.5 .0"
1782
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5 .0.tgz#a8872b2404883792102d78f584ad0e10b35d900d "
1783
+ integrity sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA ==
1784
1784
dependencies :
1785
1785
ansi-colors "4.1.1"
1786
1786
browser-stdout "1.3.1"
1787
- chokidar "3.5.3"
1787
+ chokidar "^ 3.5.3"
1788
1788
debug "4.3.4"
1789
1789
diff "5.0.0"
1790
1790
escape-string-regexp "4.0.0"
You can’t perform that action at this time.
0 commit comments