Skip to content

Commit 34c7212

Browse files
chore(deps): update all non-major dependencies
1 parent e43f786 commit 34c7212

File tree

2 files changed

+15
-22
lines changed

2 files changed

+15
-22
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": "11.4.0",
62+
"mocha": "11.7.0",
6363
"node-readfiles": "0.3.1",
6464
"nyc": "17.1.0",
6565
"prettier": "^3.1.0"

yarn.lock

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,14 +1739,7 @@ minimatch@^3.0.4, minimatch@^3.1.1:
17391739
dependencies:
17401740
brace-expansion "^1.1.7"
17411741

1742-
minimatch@^5.1.6:
1743-
version "5.1.6"
1744-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
1745-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
1746-
dependencies:
1747-
brace-expansion "^2.0.1"
1748-
1749-
minimatch@^9.0.4:
1742+
minimatch@^9.0.4, minimatch@^9.0.5:
17501743
version "9.0.5"
17511744
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
17521745
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -1783,10 +1776,10 @@ mkdirp@^1.0.3:
17831776
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
17841777
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
17851778

1786-
mocha@11.4.0:
1787-
version "11.4.0"
1788-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.4.0.tgz#6e873ee0beed4475e06f782bc9dd076670f932fd"
1789-
integrity sha512-O6oi5Y9G6uu8f9iqXR6iKNLWHLRex3PKbmHynfpmUnMJJGrdgXh8ZmS85Ei5KR2Gnl+/gQ9s+Ktv5CqKybNw4A==
1779+
mocha@11.7.0:
1780+
version "11.7.0"
1781+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.0.tgz#21af618f9f5b404393cc355d9206ba6fcaf8131d"
1782+
integrity sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==
17901783
dependencies:
17911784
browser-stdout "^1.3.1"
17921785
chokidar "^4.0.1"
@@ -1798,13 +1791,13 @@ [email protected]:
17981791
he "^1.2.0"
17991792
js-yaml "^4.1.0"
18001793
log-symbols "^4.1.0"
1801-
minimatch "^5.1.6"
1794+
minimatch "^9.0.5"
18021795
ms "^2.1.3"
18031796
picocolors "^1.1.1"
18041797
serialize-javascript "^6.0.2"
18051798
strip-json-comments "^3.1.1"
18061799
supports-color "^8.1.1"
1807-
workerpool "^6.5.1"
1800+
workerpool "^9.2.0"
18081801
yargs "^17.7.2"
18091802
yargs-parser "^21.1.1"
18101803
yargs-unparser "^2.0.0"
@@ -2190,9 +2183,9 @@ pkg-dir@^4.1.0:
21902183
find-up "^4.0.0"
21912184

21922185
prettier@^3.1.0:
2193-
version "3.5.3"
2194-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
2195-
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
2186+
version "3.6.0"
2187+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.0.tgz#18ec98d62cb0757a5d4eab40253ff3e6d0fc8dea"
2188+
integrity sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==
21962189

21972190
preval.macro@^4.0.0:
21982191
version "4.0.0"
@@ -2739,10 +2732,10 @@ wide-align@^1.1.2:
27392732
dependencies:
27402733
string-width "^1.0.2 || 2 || 3 || 4"
27412734

2742-
workerpool@^6.5.1:
2743-
version "6.5.1"
2744-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
2745-
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
2735+
workerpool@^9.2.0:
2736+
version "9.3.2"
2737+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-9.3.2.tgz#4c045a8b437ae1bc70c646af11929a8b4d238656"
2738+
integrity sha512-Xz4Nm9c+LiBHhDR5bDLnNzmj6+5F+cyEAWPMkbs2awq/dYazR/efelZzUAjB/y3kNHL+uzkHvxVVpaOfGCPV7A==
27462739

27472740
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
27482741
version "7.0.0"

0 commit comments

Comments
 (0)