From f4e204e1d1dd8edf5cb27d128aef9309badd0a84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 22:04:04 +0000 Subject: [PATCH] Bump typedoc from 0.16.9 to 0.16.10 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.16.9 to 0.16.10. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.16.9...v0.16.10) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f6e2446..d3ea957 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "rollup": "^1.31.1", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-terser": "^5.1.3", - "typedoc": "^0.16.8", + "typedoc": "^0.16.10", "typescript": "^3.8.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index b36ce37..75139de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4569,10 +4569,10 @@ typedoc-default-themes@^0.7.2: lunr "^2.3.8" underscore "^1.9.1" -typedoc@^0.16.8: - version "0.16.9" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.9.tgz#d6f46f4dea7d3362029927a92981efdf896f435b" - integrity sha512-UvOGoy76yqwCXwxPgatwgXWfsQ3FczyZ6ZNLjhCPK+TsDir6LiU3YB6N9XZmPv36E+7LA860mnc8a0v6YADKFw== +typedoc@^0.16.10: + version "0.16.10" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.16.10.tgz#217cd4243c9b4d85f49b94323c178f6d279bfb9c" + integrity sha512-Eo1+K+XTiqSi4lz5cPrV4RncLv6abjCd/jfL5tTueNZGO2p8x2yDIrXkxL9C+SoLjJm2xpMs3CXYmTnilxk1cA== dependencies: "@types/minimatch" "3.0.3" fs-extra "^8.1.0"