Skip to content

Commit 0c8c55d

Browse files
committed
Update dependency typedoc to v0.21.8
1 parent 5a0bb47 commit 0c8c55d

File tree

3 files changed

+56
-31
lines changed

3 files changed

+56
-31
lines changed

package-lock.json

+39-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"semantic-release": "^17.4.4",
6363
"ts-jest": "^27.0.3",
6464
"ts-node": "^10.0.0",
65-
"typedoc": "^0.21.2",
65+
"typedoc": "0.21.8",
6666
"typescript": "^4.3.5"
6767
},
6868
"engines": {

yarn.lock

+16-11
Original file line numberDiff line numberDiff line change
@@ -6590,11 +6590,16 @@ marked-terminal@^4.1.1:
65906590
node-emoji "^1.10.0"
65916591
supports-hyperlinks "^2.1.0"
65926592

6593-
marked@^2.0.0, marked@^2.1.1:
6593+
marked@^2.0.0:
65946594
version "2.1.3"
65956595
resolved "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz"
65966596
integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==
65976597

6598+
marked@^3.0.2:
6599+
version "3.0.2"
6600+
resolved "https://registry.npmjs.org/marked/-/marked-3.0.2.tgz"
6601+
integrity sha512-TMJQQ79Z0e3rJYazY0tIoMsFzteUGw9fB3FD+gzuIT3zLuG9L9ckIvUfF51apdJkcqc208jJN2KbtPbOvXtbjA==
6602+
65986603
meant@~1.0.1:
65996604
version "1.0.1"
66006605
resolved "https://registry.npmjs.org/meant/-/meant-1.0.1.tgz"
@@ -8705,10 +8710,10 @@ shebang-regex@^3.0.0:
87058710
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
87068711
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
87078712

8708-
shiki@^0.9.3:
8709-
version "0.9.5"
8710-
resolved "https://registry.npmjs.org/shiki/-/shiki-0.9.5.tgz"
8711-
integrity sha512-XFn+rl3wIowDjzdr5DlHoHgQphXefgUTs2bNp/bZu4WF9gTrTLnKwio3f28VjiFG6Jpip7yQn/p4mMj6OrjrtQ==
8713+
shiki@^0.9.8:
8714+
version "0.9.8"
8715+
resolved "https://registry.npmjs.org/shiki/-/shiki-0.9.8.tgz"
8716+
integrity sha512-499zQUTjcNTVwwiaPrWldUTXIV3T9HZWxDwE82bY+9GE7P2uD6hpHUTXNbTof3iOG6WT+/062+OMbl0lDoG8WQ==
87128717
dependencies:
87138718
json5 "^2.2.0"
87148719
onigasm "^2.2.5"
@@ -9534,18 +9539,18 @@ typedoc-default-themes@^0.12.10:
95349539
resolved "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.12.10.tgz"
95359540
integrity sha512-fIS001cAYHkyQPidWXmHuhs8usjP5XVJjWB8oZGqkTowZaz3v7g3KDZeeqE82FBrmkAnIBOY3jgy7lnPnqATbA==
95369541

9537-
typedoc@^0.21.2:
9538-
version "0.21.4"
9539-
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.21.4.tgz"
9540-
integrity sha512-slZQhvD9U0d9KacktYAyuNMMOXJRFNHy+Gd8xY2Qrqq3eTTTv3frv3N4au/cFnab9t3T5WA0Orb6QUjMc+1bDA==
9542+
9543+
version "0.21.8"
9544+
resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.21.8.tgz"
9545+
integrity sha512-uO2UR71+UjskIR1dNsNS/t54Ffi4F+MTwKI4REILCKGztpj7GyBaq3wVr5hqKrKlcs9e4qeBHlVnDJ2WiCNq1A==
95419546
dependencies:
95429547
glob "^7.1.7"
95439548
handlebars "^4.7.7"
95449549
lunr "^2.3.9"
9545-
marked "^2.1.1"
9550+
marked "^3.0.2"
95469551
minimatch "^3.0.0"
95479552
progress "^2.0.3"
9548-
shiki "^0.9.3"
9553+
shiki "^0.9.8"
95499554
typedoc-default-themes "^0.12.10"
95509555

95519556
typescript@^4.3.5:

0 commit comments

Comments
 (0)