Skip to content

Commit b5cf804

Browse files
Bump typedoc from 0.20.28 to 0.20.30 in /docs (#40)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.28 to 0.20.30. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](TypeStrong/typedoc@v0.20.28...v0.20.30) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 305c11f commit b5cf804

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"docusaurus-plugin-typedoc": "^0.10.0",
36-
"typedoc": "^0.20.28",
36+
"typedoc": "^0.20.30",
3737
"typedoc-plugin-markdown": "^3.6.0",
3838
"typescript": "^4.2.2"
3939
}

docs/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6300,7 +6300,7 @@ markdown-escapes@^1.0.0:
63006300
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
63016301
integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
63026302

6303-
marked@^2.0.0:
6303+
marked@^2.0.1:
63046304
version "2.0.1"
63056305
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.1.tgz#5e7ed7009bfa5c95182e4eb696f85e948cefcee3"
63066306
integrity sha512-5+/fKgMv2hARmMW7DOpykr2iLhl0NgjyELk5yn92iE7z8Se1IS9n3UsFm86hFXIkvMBmVxki8+ckcpjBeyo/hw==
@@ -9731,10 +9731,10 @@ typedarray@^0.0.6:
97319731
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
97329732
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
97339733

9734-
typedoc-default-themes@^0.12.7:
9735-
version "0.12.7"
9736-
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.12.7.tgz#d44f68d40a3e90a19b5ea7be4cc6ed949afe768d"
9737-
integrity sha512-0XAuGEqID+gon1+fhi4LycOEFM+5Mvm2PjwaiVZNAzU7pn3G2DEpsoXnFOPlLDnHY6ZW0BY0nO7ur9fHOFkBLQ==
9734+
typedoc-default-themes@^0.12.8:
9735+
version "0.12.8"
9736+
resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.12.8.tgz#a04dfc4c01545bc52d2ee6c6ed98a381f2b7249f"
9737+
integrity sha512-tyjyDTKy/JLnBSwvhoqd99VIjrP33SdOtwcMD32b+OqnrjZWe8HmZECbfBoacqoxjHd58gfeNw6wA7uvqWFa4w==
97389738

97399739
typedoc-plugin-markdown@^3.6.0:
97409740
version "3.6.0"
@@ -9743,22 +9743,22 @@ typedoc-plugin-markdown@^3.6.0:
97439743
dependencies:
97449744
handlebars "^4.7.6"
97459745

9746-
typedoc@^0.20.28:
9747-
version "0.20.28"
9748-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.20.28.tgz#6c454904d864dd43a2de9228c44b91e3c53d98ce"
9749-
integrity sha512-8j0T8u9FuyDkoe+M/3cyoaGJSVgXCY9KwVoo7TLUnmQuzXwqH+wkScY530ZEdK6G39UZ2LFTYPIrL5eykWjx6A==
9746+
typedoc@^0.20.30:
9747+
version "0.20.30"
9748+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.20.30.tgz#a7e0e3902c08df9b3f9d66da0cc603eed716fad3"
9749+
integrity sha512-A4L6JDShPFwZDt9qp7FBsEpW7C6rA5fRv6ywgBuxGxZnT2wuF5afbWzmrwqHR3Xw38V1H2L4v/VJ0S/llBwV6Q==
97509750
dependencies:
97519751
colors "^1.4.0"
97529752
fs-extra "^9.1.0"
97539753
handlebars "^4.7.7"
97549754
lodash "^4.17.21"
97559755
lunr "^2.3.9"
9756-
marked "^2.0.0"
9756+
marked "^2.0.1"
97579757
minimatch "^3.0.0"
97589758
progress "^2.0.3"
97599759
shelljs "^0.8.4"
97609760
shiki "^0.9.2"
9761-
typedoc-default-themes "^0.12.7"
9761+
typedoc-default-themes "^0.12.8"
97629762

97639763
typescript@^4.2.2:
97649764
version "4.2.2"

0 commit comments

Comments
 (0)