Skip to content

Commit 5922f36

Browse files
authored
Merge pull request #91 from devmehq/renovate/all-minor-patch
2 parents 58dd28b + 73b01a3 commit 5922f36

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"mdv": "1.3.4",
62-
"mocha": "10.4.0",
62+
"mocha": "10.5.0",
6363
"node-readfiles": "0.3.1",
6464
"nyc": "17.0.0",
6565
"prettier": "^3.1.0"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,10 @@ cheerio@^1.0.0-rc.12:
651651
parse5 "^7.0.0"
652652
parse5-htmlparser2-tree-adapter "^7.0.0"
653653

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==
658658
dependencies:
659659
anymatch "~3.1.2"
660660
braces "~3.0.2"
@@ -1777,14 +1777,14 @@ mkdirp@^1.0.3:
17771777
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
17781778
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
17791779

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==
17841784
dependencies:
17851785
ansi-colors "4.1.1"
17861786
browser-stdout "1.3.1"
1787-
chokidar "3.5.3"
1787+
chokidar "^3.5.3"
17881788
debug "4.3.4"
17891789
diff "5.0.0"
17901790
escape-string-regexp "4.0.0"

0 commit comments

Comments
 (0)