Skip to content

Commit 12b3f8c

Browse files
chore(deps): update dependency typedoc to ^0.25.0
1 parent 0299011 commit 12b3f8c

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint": "^8.36.0",
6666
"eslint-config-prettier": "^9.0.0",
6767
"eslint-config-qiwi": "^2.1.1",
68-
"typedoc": "^0.24.0",
68+
"typedoc": "^0.25.0",
6969
"typescript": "5.1.6",
7070
"ts-jest": "^29.0.5"
7171
},

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4431,10 +4431,10 @@ map-obj@^4.1.0, map-obj@^4.3.0:
44314431
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
44324432
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
44334433

4434-
marked@^4.2.12:
4435-
version "4.2.12"
4436-
resolved "https://registry.yarnpkg.com/marked/-/marked-4.2.12.tgz#d69a64e21d71b06250da995dcd065c11083bebb5"
4437-
integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==
4434+
marked@^4.3.0:
4435+
version "4.3.0"
4436+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
4437+
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
44384438

44394439
maxmin@^2.1.0:
44404440
version "2.1.0"
@@ -4582,20 +4582,20 @@ minimatch@^5.0.1:
45824582
dependencies:
45834583
brace-expansion "^2.0.1"
45844584

4585-
minimatch@^7.1.3:
4586-
version "7.4.2"
4587-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
4588-
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
4589-
dependencies:
4590-
brace-expansion "^2.0.1"
4591-
45924585
minimatch@^9.0.0:
45934586
version "9.0.0"
45944587
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
45954588
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
45964589
dependencies:
45974590
brace-expansion "^2.0.1"
45984591

4592+
minimatch@^9.0.3:
4593+
version "9.0.3"
4594+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
4595+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
4596+
dependencies:
4597+
brace-expansion "^2.0.1"
4598+
45994599
46004600
version "4.1.0"
46014601
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6197,14 +6197,14 @@ typed-array-length@^1.0.4:
61976197
for-each "^0.3.3"
61986198
is-typed-array "^1.1.9"
61996199

6200-
typedoc@^0.24.0:
6201-
version "0.24.0"
6202-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.24.0.tgz#410b218c1875c31d0607fee229eaef1cab16cb3b"
6203-
integrity sha512-yNbhPdDCb67r+v+SRcyXDp5JTImMqHHOFQDI7zciT7rXJnJt5UD9wz1Z4WllCVm5Ey92j2bOML0hnaiK1Pk2JA==
6200+
typedoc@^0.25.0:
6201+
version "0.25.0"
6202+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.0.tgz#287f83d01c1c2186766884f4e04d698820d68115"
6203+
integrity sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==
62046204
dependencies:
62056205
lunr "^2.3.9"
6206-
marked "^4.2.12"
6207-
minimatch "^7.1.3"
6206+
marked "^4.3.0"
6207+
minimatch "^9.0.3"
62086208
shiki "^0.14.1"
62096209

62106210
typescript-compiler@^1.4.1-2:

0 commit comments

Comments
 (0)