From 3912fb6701caa2753b2fde2bf20f8bc19acc0bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 17:08:00 +0000 Subject: [PATCH] Bump typedoc from 0.23.15 to 0.23.20 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.15 to 0.23.20. - [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.23.15...v0.23.20) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1702c0a..7d26be8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "husky": "^8.0.0", "pinst": "^3.0.0", "ts-node": "^10.9.1", - "typedoc": "^0.23.14", + "typedoc": "^0.23.20", "typedoc-plugin-markdown": "^3.13.6", "typescript": "^4.8.4", "xo": "^0.52.3" diff --git a/yarn.lock b/yarn.lock index 5fff475..b03e3e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2341,9 +2341,9 @@ typedoc-plugin-markdown@^3.13.6: dependencies: handlebars "^4.7.7" -typedoc@^0.23.14: - version "0.23.15" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.15.tgz#6d995c47d34e5785dadffe0ebc28372bd019e5e5" +typedoc@^0.23.20: + version "0.23.20" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.20.tgz#c6fa221762322837161932990b79416afcdc895c" dependencies: lunr "^2.3.9" marked "^4.0.19"