From 2edb9cc5b844b2df00eb5b7f9b7363aeb4fad891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:39:46 +0000 Subject: [PATCH] Bump typedoc from 0.22.9 to 0.22.10 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.9 to 0.22.10. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.22.9...v0.22.10) --- 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 66224f43..9270f224 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "svg-inline-loader": "^0.8.2", "ts-loader": "^9.2.3", "tslib": "^2.3.1", - "typedoc": "^0.22.9", + "typedoc": "^0.22.10", "typescript": "^4.3.5", "utils-decorators": "^1.10.4", "val-loader": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 4f6f777b..fb2187f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8236,10 +8236,10 @@ typedarray@^0.0.6: resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typedoc@^0.22.9: - version "0.22.9" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.9.tgz#7e3f4f72586bbef4c2382f0afcea8e0f9270b712" - integrity sha512-84PjudoXVcap6bwdZFbYIUWlgdz/iLV09ZHwrCzhtHWXaDQG6mlosJ8te6DSThuRkRvQjp46HO+qY/P7Gpm78g== +typedoc@^0.22.10: + version "0.22.10" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.10.tgz#221e1a2b17bcb71817ef027dc4c4969d572e7620" + integrity sha512-hQYZ4WtoMZ61wDC6w10kxA42+jclWngdmztNZsDvIz7BMJg7F2xnT+uYsUa7OluyKossdFj9E9Ye4QOZKTy8SA== dependencies: glob "^7.2.0" lunr "^2.3.9"