Skip to content

Commit d6b6aff

Browse files
chore(deps): update dependency typedoc to ^0.25.0
1 parent c0cfea2 commit d6b6aff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lint-staged": "^13.1.0",
6161
"prettier": "^3.0.0",
6262
"ts-jest": "^29.1.0",
63-
"typedoc": "^0.24.4",
63+
"typedoc": "^0.25.0",
6464
"typedoc-plugin-markdown": "^3.1.1",
6565
"typescript": "^5.0.0",
6666
"zod": "^3.18.0"

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -3306,7 +3306,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
33063306
dependencies:
33073307
brace-expansion "^1.1.7"
33083308

3309-
minimatch@^9.0.0:
3309+
minimatch@^9.0.3:
33103310
version "9.0.3"
33113311
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
33123312
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -4307,14 +4307,14 @@ typedoc-plugin-markdown@^3.1.1:
43074307
dependencies:
43084308
handlebars "^4.7.7"
43094309

4310-
typedoc@^0.24.4:
4311-
version "0.24.8"
4312-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.24.8.tgz#cce9f47ba6a8d52389f5e583716a2b3b4335b63e"
4313-
integrity sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==
4310+
typedoc@^0.25.0:
4311+
version "0.25.0"
4312+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.0.tgz#287f83d01c1c2186766884f4e04d698820d68115"
4313+
integrity sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==
43144314
dependencies:
43154315
lunr "^2.3.9"
43164316
marked "^4.3.0"
4317-
minimatch "^9.0.0"
4317+
minimatch "^9.0.3"
43184318
shiki "^0.14.1"
43194319

43204320
typescript@^5.0.0:

0 commit comments

Comments
 (0)