From a740c0ccd6bf648873401accb610f81d8e7d0f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 04:02:01 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.23.17 to 0.23.19 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.17 to 0.23.19. - [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.17...v0.23.19) --- 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 5ec6a9e7..6ddcb7a7 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "mock-spawn": "^0.2.6", "rimraf": "^3.0.0", "tmp": "^0.2.1", - "typedoc": "^0.23.17" + "typedoc": "^0.23.19" }, "eslintConfig": { "root": true, diff --git a/yarn.lock b/yarn.lock index 0c7e6915..91ab79b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4883,10 +4883,10 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -typedoc@^0.23.17: - version "0.23.17" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.17.tgz#ca644e7ecac78be85cfd556f5436917a4ac76dda" - integrity sha512-3rtNubo1dK0pvs6ixpMAq4pESULd5/JNUqJbdyZoeilI14reb1RNVomN4fMgIadd0RMX1aenYjJSSMBOJ+/+0Q== +typedoc@^0.23.19: + version "0.23.19" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.23.19.tgz#6c8b76a7b5c1fc316e961464f0d6c3592ff09328" + integrity sha512-70jPL0GQnSJtgQqI7ifOWxpTXrB3sxc4SWPPRn3K0wdx3txI6ZIT/ZYMF39dNg2Gjmql45cO+cAKXJp0TpqOVA== dependencies: lunr "^2.3.9" marked "^4.0.19"