Skip to content

Commit b458eae

Browse files
chore(deps): update dependency typedoc to ^0.28.0
1 parent c2137c9 commit b458eae

File tree

2 files changed

+133
-58
lines changed

2 files changed

+133
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ts-jest": "~27.0.3",
4444
"ts-node": "^10.0.0",
4545
"ts-node-dev": "^1.1.6",
46-
"typedoc": "^0.21.2",
46+
"typedoc": "^0.28.0",
4747
"typedoc-plugin-markdown": "^3.7.1"
4848
},
4949
"engines": {

yarn.lock

Lines changed: 132 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,17 @@
316316
minimatch "^3.0.4"
317317
strip-json-comments "^3.1.1"
318318

319+
"@gerrit0/mini-shiki@^3.7.0":
320+
version "3.8.1"
321+
resolved "https://registry.yarnpkg.com/@gerrit0/mini-shiki/-/mini-shiki-3.8.1.tgz#e94f9f53a9d63aa1863ca2ab1fdc8b53c70829e1"
322+
integrity sha512-HVZW+8pxoOExr5ZMPK15U79jQAZTO/S6i5byQyyZGjtNj+qaYd82cizTncwFzTQgiLo8uUBym6vh+/1tfJklTw==
323+
dependencies:
324+
"@shikijs/engine-oniguruma" "^3.8.1"
325+
"@shikijs/langs" "^3.8.1"
326+
"@shikijs/themes" "^3.8.1"
327+
"@shikijs/types" "^3.8.1"
328+
"@shikijs/vscode-textmate" "^10.0.2"
329+
319330
"@humanwhocodes/config-array@^0.5.0":
320331
version "0.5.0"
321332
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
@@ -547,6 +558,41 @@
547558
"@nodelib/fs.scandir" "2.1.4"
548559
fastq "^1.6.0"
549560

561+
"@shikijs/engine-oniguruma@^3.8.1":
562+
version "3.8.1"
563+
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-3.8.1.tgz#318a4405c3b524065a163b5adbb10cc5705a3050"
564+
integrity sha512-KGQJZHlNY7c656qPFEQpIoqOuC4LrxjyNndRdzk5WKB/Ie87+NJCF1xo9KkOUxwxylk7rT6nhlZyTGTC4fCe1g==
565+
dependencies:
566+
"@shikijs/types" "3.8.1"
567+
"@shikijs/vscode-textmate" "^10.0.2"
568+
569+
"@shikijs/langs@^3.8.1":
570+
version "3.8.1"
571+
resolved "https://registry.yarnpkg.com/@shikijs/langs/-/langs-3.8.1.tgz#ebf04cc68e0a4dfbbdaa122042af0c5ad41f1361"
572+
integrity sha512-TjOFg2Wp1w07oKnXjs0AUMb4kJvujML+fJ1C5cmEj45lhjbUXtziT1x2bPQb9Db6kmPhkG5NI2tgYW1/DzhUuQ==
573+
dependencies:
574+
"@shikijs/types" "3.8.1"
575+
576+
"@shikijs/themes@^3.8.1":
577+
version "3.8.1"
578+
resolved "https://registry.yarnpkg.com/@shikijs/themes/-/themes-3.8.1.tgz#41220312a1eab3959f146856a48bca25a4b61231"
579+
integrity sha512-Vu3t3BBLifc0GB0UPg2Pox1naTemrrvyZv2lkiSw3QayVV60me1ujFQwPZGgUTmwXl1yhCPW8Lieesm0CYruLQ==
580+
dependencies:
581+
"@shikijs/types" "3.8.1"
582+
583+
"@shikijs/types@3.8.1", "@shikijs/types@^3.8.1":
584+
version "3.8.1"
585+
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-3.8.1.tgz#6d1d4260ab07597cad7a6fea4933a7b860229c3c"
586+
integrity sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg==
587+
dependencies:
588+
"@shikijs/vscode-textmate" "^10.0.2"
589+
"@types/hast" "^3.0.4"
590+
591+
"@shikijs/vscode-textmate@^10.0.2":
592+
version "10.0.2"
593+
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz#a90ab31d0cc1dfb54c66a69e515bf624fa7b2224"
594+
integrity sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==
595+
550596
"@sinonjs/commons@^1.7.0":
551597
version "1.8.2"
552598
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.2.tgz#858f5c4b48d80778fde4b9d541f27edc0d56488b"
@@ -631,6 +677,13 @@
631677
dependencies:
632678
"@types/node" "*"
633679

680+
"@types/hast@^3.0.4":
681+
version "3.0.4"
682+
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
683+
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
684+
dependencies:
685+
"@types/unist" "*"
686+
634687
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
635688
version "2.0.3"
636689
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
@@ -703,6 +756,11 @@
703756
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"
704757
integrity sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==
705758

759+
"@types/unist@*":
760+
version "3.0.3"
761+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
762+
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
763+
706764
"@types/yargs-parser@*":
707765
version "20.2.0"
708766
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
@@ -949,6 +1007,11 @@ argparse@^1.0.7:
9491007
dependencies:
9501008
sprintf-js "~1.0.2"
9511009

1010+
argparse@^2.0.1:
1011+
version "2.0.1"
1012+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
1013+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
1014+
9521015
array-find-index@^1.0.1:
9531016
version "1.0.2"
9541017
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
@@ -1068,6 +1131,13 @@ brace-expansion@^1.1.7:
10681131
balanced-match "^1.0.0"
10691132
concat-map "0.0.1"
10701133

1134+
brace-expansion@^2.0.1:
1135+
version "2.0.2"
1136+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
1137+
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
1138+
dependencies:
1139+
balanced-match "^1.0.0"
1140+
10711141
braces@^3.0.1, braces@~3.0.2:
10721142
version "3.0.2"
10731143
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1491,6 +1561,11 @@ enquirer@^2.3.5, enquirer@^2.3.6:
14911561
dependencies:
14921562
ansi-colors "^4.1.1"
14931563

1564+
entities@^4.4.0:
1565+
version "4.5.0"
1566+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
1567+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
1568+
14941569
error-ex@^1.2.0, error-ex@^1.3.1:
14951570
version "1.3.2"
14961571
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -1941,7 +2016,7 @@ glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
19412016
dependencies:
19422017
is-glob "^4.0.1"
19432018

1944-
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7:
2019+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
19452020
version "7.1.7"
19462021
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
19472022
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -2871,6 +2946,13 @@ lines-and-columns@^1.1.6:
28712946
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
28722947
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
28732948

2949+
linkify-it@^5.0.0:
2950+
version "5.0.0"
2951+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421"
2952+
integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==
2953+
dependencies:
2954+
uc.micro "^2.0.0"
2955+
28742956
lint-staged@^11.0.0:
28752957
version "11.0.0"
28762958
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.0.0.tgz#24d0a95aa316ba28e257f5c4613369a75a10c712"
@@ -2958,7 +3040,7 @@ lodash.truncate@^4.4.2:
29583040
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
29593041
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
29603042

2961-
lodash@4.x, lodash@^4.17.21, lodash@^4.7.0:
3043+
lodash@4.x, lodash@^4.7.0:
29623044
version "4.17.21"
29633045
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
29643046
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -2989,13 +3071,6 @@ loud-rejection@^1.0.0:
29893071
currently-unhandled "^0.4.1"
29903072
signal-exit "^3.0.0"
29913073

2992-
lru-cache@^5.1.1:
2993-
version "5.1.1"
2994-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
2995-
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
2996-
dependencies:
2997-
yallist "^3.0.2"
2998-
29993074
lru-cache@^6.0.0:
30003075
version "6.0.0"
30013076
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -3032,10 +3107,22 @@ map-obj@^1.0.0, map-obj@^1.0.1:
30323107
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
30333108
integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
30343109

3035-
marked@^2.1.1:
3036-
version "2.1.3"
3037-
resolved "https://registry.yarnpkg.com/marked/-/marked-2.1.3.tgz#bd017cef6431724fd4b27e0657f5ceb14bff3753"
3038-
integrity sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==
3110+
markdown-it@^14.1.0:
3111+
version "14.1.0"
3112+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45"
3113+
integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==
3114+
dependencies:
3115+
argparse "^2.0.1"
3116+
entities "^4.4.0"
3117+
linkify-it "^5.0.0"
3118+
mdurl "^2.0.0"
3119+
punycode.js "^2.3.1"
3120+
uc.micro "^2.1.0"
3121+
3122+
mdurl@^2.0.0:
3123+
version "2.0.0"
3124+
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
3125+
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
30393126

30403127
meow@^3.3.0:
30413128
version "3.7.0"
@@ -3088,13 +3175,20 @@ mimic-fn@^2.1.0:
30883175
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
30893176
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
30903177

3091-
minimatch@^3.0.0, minimatch@^3.0.4:
3178+
minimatch@^3.0.4:
30923179
version "3.0.4"
30933180
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
30943181
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
30953182
dependencies:
30963183
brace-expansion "^1.1.7"
30973184

3185+
minimatch@^9.0.5:
3186+
version "9.0.5"
3187+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3188+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3189+
dependencies:
3190+
brace-expansion "^2.0.1"
3191+
30983192
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
30993193
version "1.2.5"
31003194
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -3215,13 +3309,6 @@ onetime@^5.1.0, onetime@^5.1.2:
32153309
dependencies:
32163310
mimic-fn "^2.1.0"
32173311

3218-
onigasm@^2.2.5:
3219-
version "2.2.5"
3220-
resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.5.tgz#cc4d2a79a0fa0b64caec1f4c7ea367585a676892"
3221-
integrity sha512-F+th54mPc0l1lp1ZcFMyL/jTs2Tlq4SqIHKIXGZOR/VkHkF9A7Fr5rRr5+ZG/lWeRsyrClLYRq7s/yFQ/XhWCA==
3222-
dependencies:
3223-
lru-cache "^5.1.1"
3224-
32253312
optionator@^0.8.1:
32263313
version "0.8.3"
32273314
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495"
@@ -3483,7 +3570,7 @@ pretty-format@^27.2.2:
34833570
ansi-styles "^5.0.0"
34843571
react-is "^17.0.1"
34853572

3486-
progress@^2.0.0, progress@^2.0.3:
3573+
progress@^2.0.0:
34873574
version "2.0.3"
34883575
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
34893576
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
@@ -3501,6 +3588,11 @@ psl@^1.1.33:
35013588
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
35023589
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
35033590

3591+
punycode.js@^2.3.1:
3592+
version "2.3.1"
3593+
resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7"
3594+
integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==
3595+
35043596
punycode@^2.1.0, punycode@^2.1.1:
35053597
version "2.1.1"
35063598
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
@@ -3709,14 +3801,6 @@ shebang-regex@^3.0.0:
37093801
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
37103802
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
37113803

3712-
shiki@^0.9.3:
3713-
version "0.9.3"
3714-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.9.3.tgz#7bf7bcf3ed50ca525ec89cc09254abce4264d5ca"
3715-
integrity sha512-NEjg1mVbAUrzRv2eIcUt3TG7X9svX7l3n3F5/3OdFq+/BxUdmBOeKGiH4icZJBLHy354Shnj6sfBTemea2e7XA==
3716-
dependencies:
3717-
onigasm "^2.2.5"
3718-
vscode-textmate "^5.2.0"
3719-
37203804
signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
37213805
version "3.0.3"
37223806
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
@@ -4154,38 +4238,34 @@ typedarray-to-buffer@^3.1.5:
41544238
dependencies:
41554239
is-typedarray "^1.0.0"
41564240

4157-
typedoc-default-themes@^0.12.10:
4158-
version "0.12.10"
4159-
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.12.10.tgz#614c4222fe642657f37693ea62cad4dafeddf843"
4160-
integrity sha512-fIS001cAYHkyQPidWXmHuhs8usjP5XVJjWB8oZGqkTowZaz3v7g3KDZeeqE82FBrmkAnIBOY3jgy7lnPnqATbA==
4161-
41624241
typedoc-plugin-markdown@^3.7.1:
41634242
version "3.9.0"
41644243
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.9.0.tgz#d9c0390b8ddeeda56fdbf01264521ef04b3c19c7"
41654244
integrity sha512-s445YeUe8bH7me15T+hsHZgNmAvvF7QIpX02vFgseLGtghAwmtdZYVOqPneWoKqRv/JNpPSuyZb3CeblML9jOg==
41664245
dependencies:
41674246
handlebars "^4.7.7"
41684247

4169-
typedoc@^0.21.2:
4170-
version "0.21.2"
4171-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.21.2.tgz#cf5094314d3d63e95a8ef052ceff06a6cafd509d"
4172-
integrity sha512-SR1ByJB3USg+jxoxwzMRP07g/0f/cQUE5t7gOh1iTUyjTPyJohu9YSKRlK+MSXXqlhIq+m0jkEHEG5HoY7/Adg==
4248+
typedoc@^0.28.0:
4249+
version "0.28.8"
4250+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.28.8.tgz#3f2de31e8b2233bab12fb40d25ff861a4fac0962"
4251+
integrity sha512-16GfLopc8icHfdvqZDqdGBoS2AieIRP2rpf9mU+MgN+gGLyEQvAO0QgOa6NJ5QNmQi0LFrDY9in4F2fUNKgJKA==
41734252
dependencies:
4174-
glob "^7.1.7"
4175-
handlebars "^4.7.7"
4176-
lodash "^4.17.21"
4253+
"@gerrit0/mini-shiki" "^3.7.0"
41774254
lunr "^2.3.9"
4178-
marked "^2.1.1"
4179-
minimatch "^3.0.0"
4180-
progress "^2.0.3"
4181-
shiki "^0.9.3"
4182-
typedoc-default-themes "^0.12.10"
4255+
markdown-it "^14.1.0"
4256+
minimatch "^9.0.5"
4257+
yaml "^2.8.0"
41834258

41844259
typescript@~4.3.2:
41854260
version "4.3.2"
41864261
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
41874262
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
41884263

4264+
uc.micro@^2.0.0, uc.micro@^2.1.0:
4265+
version "2.1.0"
4266+
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee"
4267+
integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==
4268+
41894269
uglify-js@^3.1.4:
41904270
version "3.13.1"
41914271
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.1.tgz#2749d4b8b5b7d67460b4a418023ff73c3fefa60a"
@@ -4235,11 +4315,6 @@ validate-npm-package-license@^3.0.1:
42354315
spdx-correct "^3.0.0"
42364316
spdx-expression-parse "^3.0.0"
42374317

4238-
vscode-textmate@^5.2.0:
4239-
version "5.2.0"
4240-
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-5.2.0.tgz#01f01760a391e8222fe4f33fbccbd1ad71aed74e"
4241-
integrity sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==
4242-
42434318
w3c-hr-time@^1.0.2:
42444319
version "1.0.2"
42454320
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
@@ -4378,11 +4453,6 @@ y18n@^5.0.5:
43784453
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
43794454
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
43804455

4381-
yallist@^3.0.2:
4382-
version "3.1.1"
4383-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
4384-
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
4385-
43864456
yallist@^4.0.0:
43874457
version "4.0.0"
43884458
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
@@ -4393,6 +4463,11 @@ yaml@^1.10.0:
43934463
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
43944464
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
43954465

4466+
yaml@^2.8.0:
4467+
version "2.8.0"
4468+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.0.tgz#15f8c9866211bdc2d3781a0890e44d4fa1a5fff6"
4469+
integrity sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==
4470+
43964471
yargs-parser@20.x, yargs-parser@^20.2.2:
43974472
version "20.2.7"
43984473
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"

0 commit comments

Comments
 (0)