Skip to content

Commit c3707ef

Browse files
renovate[bot]TheDevMinerTV
authored andcommitted
chore(deps): update dependency typedoc to ^0.25.0
1 parent 78c6135 commit c3707ef

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
@@ -31,7 +31,7 @@
3131
"prettier": "^3.0.0",
3232
"ts-jest": "^29.1.1",
3333
"ts-node": "^10.9.1",
34-
"typedoc": "^0.24.8",
34+
"typedoc": "^0.25.0",
3535
"typescript": "^5.1.6"
3636
},
3737
"dependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,10 +2395,10 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
23952395
dependencies:
23962396
brace-expansion "^1.1.7"
23972397

2398-
minimatch@^9.0.0:
2399-
version "9.0.0"
2400-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
2401-
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
2398+
minimatch@^9.0.3:
2399+
version "9.0.3"
2400+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2401+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
24022402
dependencies:
24032403
brace-expansion "^2.0.1"
24042404

@@ -2899,14 +2899,14 @@ type-fest@^0.21.3:
28992899
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
29002900
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
29012901

2902-
typedoc@^0.24.8:
2903-
version "0.24.8"
2904-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.24.8.tgz#cce9f47ba6a8d52389f5e583716a2b3b4335b63e"
2905-
integrity sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==
2902+
typedoc@^0.25.0:
2903+
version "0.25.0"
2904+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.0.tgz#287f83d01c1c2186766884f4e04d698820d68115"
2905+
integrity sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==
29062906
dependencies:
29072907
lunr "^2.3.9"
29082908
marked "^4.3.0"
2909-
minimatch "^9.0.0"
2909+
minimatch "^9.0.3"
29102910
shiki "^0.14.1"
29112911

29122912
typescript@^5.1.6:

0 commit comments

Comments
 (0)