Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit b7f28d0

Browse files
Update dependency typedoc to v0.25.0
1 parent 9c40135 commit b7f28d0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"publish-please": "5.5.2",
5353
"sinon": "15.0.3",
5454
"tslint": "6.1.3",
55-
"typedoc": "0.23.28",
55+
"typedoc": "0.25.0",
5656
"typescript": "5.0.4"
5757
}
5858
}

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,10 +2050,10 @@ map-visit@^1.0.0:
20502050
dependencies:
20512051
object-visit "^1.0.0"
20522052

2053-
marked@^4.2.12:
2054-
version "4.2.12"
2055-
resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5"
2056-
integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==
2053+
marked@^4.3.0:
2054+
version "4.3.0"
2055+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
2056+
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
20572057

20582058
matcher@^5.0.0:
20592059
version "5.0.0"
@@ -2143,10 +2143,10 @@ minimatch@^3.0.4:
21432143
dependencies:
21442144
brace-expansion "^1.1.7"
21452145

2146-
minimatch@^7.1.3:
2147-
version "7.4.2"
2148-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
2149-
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
2146+
minimatch@^9.0.3:
2147+
version "9.0.3"
2148+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2149+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
21502150
dependencies:
21512151
brace-expansion "^2.0.1"
21522152

@@ -3208,14 +3208,14 @@ typedarray-to-buffer@^3.1.5:
32083208
dependencies:
32093209
is-typedarray "^1.0.0"
32103210

3211-
typedoc@0.23.28:
3212-
version "0.23.28"
3213-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.28.tgz#3ce9c36ef1c273fa849d2dea18651855100d3ccd"
3214-
integrity sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==
3211+
typedoc@0.25.0:
3212+
version "0.25.0"
3213+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.0.tgz#287f83d01c1c2186766884f4e04d698820d68115"
3214+
integrity sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==
32153215
dependencies:
32163216
lunr "^2.3.9"
3217-
marked "^4.2.12"
3218-
minimatch "^7.1.3"
3217+
marked "^4.3.0"
3218+
minimatch "^9.0.3"
32193219
shiki "^0.14.1"
32203220

32213221

0 commit comments

Comments
 (0)