From 8c32fe010c5d29dab9cd73145b6ab68a97fc5336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Aug 2021 21:50:22 +0000 Subject: [PATCH] Bump typedoc from 0.21.5 to 0.21.6 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.21.5 to 0.21.6. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.21.5...v0.21.6) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c22bc6ca..0d12de71 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "svg-inline-loader": "^0.8.2", "ts-loader": "^9.2.3", "tslib": "^2.3.1", - "typedoc": "^0.21.5", + "typedoc": "^0.21.6", "typescript": "^4.3.5", "val-loader": "4.0.0", "webpack": "^5.51.1", diff --git a/yarn.lock b/yarn.lock index 38c7bb85..20f875c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8333,10 +8333,10 @@ typedoc-default-themes@^0.12.10: resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.12.10.tgz#614c4222fe642657f37693ea62cad4dafeddf843" integrity sha512-fIS001cAYHkyQPidWXmHuhs8usjP5XVJjWB8oZGqkTowZaz3v7g3KDZeeqE82FBrmkAnIBOY3jgy7lnPnqATbA== -typedoc@^0.21.5: - version "0.21.5" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.21.5.tgz#45643618ede5c3d75e2040b964d05fcffed7ca58" - integrity sha512-uRDRmYheE5Iju9Zz0X50pTASTpBorIHFt02F5Y8Dt4eBt55h3mwk1CBSY2+EfwBxY16N4Xm7f8KXhnfFZ0AmBw== +typedoc@^0.21.6: + version "0.21.6" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.21.6.tgz#854bfa2d6b3ac818ac70aa4734a4d1ba93695595" + integrity sha512-+4u3PEBjQdaL5/yfus5WJbjIdQHv7E/FpZq3cNki9BBdGmZhqnTF6JLIXDQ2EfVggojOJG9/soB5QVFgXRYnIw== dependencies: glob "^7.1.7" handlebars "^4.7.7"