From ec15e0acd49e77a849a0e1dc0e454264115794a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 17:55:39 +0200 Subject: [PATCH] Bump typedoc from 0.20.32 to 0.20.34 in /docs (#104) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.20.32 to 0.20.34. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.20.32...v0.20.34) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index f5d4352..def204b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "docusaurus-plugin-typedoc": "^0.12.0", - "typedoc": "^0.20.32", + "typedoc": "^0.20.34", "typedoc-plugin-markdown": "^3.6.0", "typescript": "^4.2.3" } diff --git a/docs/yarn.lock b/docs/yarn.lock index d1c41c9..2b96b0a 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -9493,10 +9493,10 @@ typedoc-plugin-markdown@^3.6.0: dependencies: handlebars "^4.7.6" -typedoc@^0.20.32: - version "0.20.32" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.20.32.tgz#d06fc4cce12dca66797220bbd289bac9f4481b5b" - integrity sha512-GSopd/tiqoKE3fEdvhoaEpR9yrEPsR9tknAjkoeSPL6p1Rq5aVsKxBhhF6cwoDJ7oWjpvnm8vs0rQN0BxEHuWQ== +typedoc@^0.20.34: + version "0.20.34" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.20.34.tgz#763c4e1ebef55fd4f71a27f0f02249926107021a" + integrity sha512-es+N/KyGPcHl9cAuYh1Z5m7HzwcmfNLghkmb2pzGz7HRDS5GS2uA3hu/c2cv4gCxDsw8pPUPCOvww+Hzf48Kug== dependencies: colors "^1.4.0" fs-extra "^9.1.0"