From 5ab0733894ae72ac0fec363c8fa7b55fc8620ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 00:57:53 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.24.6 to 0.24.7 (#852) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.6 to 0.24.7. - [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.24.6...v0.24.7) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fc4389e4..23a7c8b4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "pretty-quick": "3.1.3", "rimraf": "5.0.0", "ts-node": "10.9.1", - "typedoc": "0.24.6", + "typedoc": "0.24.7", "typedoc-plugin-markdown": "3.15.0", "typescript": "5.0.4" }, diff --git a/yarn.lock b/yarn.lock index 1badfa4a..5dfa4a5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2632,10 +2632,10 @@ typedoc-plugin-markdown@3.15.0: dependencies: handlebars "^4.7.7" -typedoc@0.24.6: - version "0.24.6" - resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.24.6.tgz#1f76fac27db9c6626b5b5c79f78f3c813b285827" - integrity sha512-c3y3h45xJv3qYwKDAwU6Cl+26CjT0ZvblHzfHJ+SjQDM4p1mZxtgHky4lhmG0+nNarRht8kADfZlbspJWdZarQ== +typedoc@0.24.7: + version "0.24.7" + resolved "https://registry.npmjs.org/typedoc/-/typedoc-0.24.7.tgz#7eeb272a1894b3789acc1a94b3f2ae8e7330ee39" + integrity sha512-zzfKDFIZADA+XRIp2rMzLe9xZ6pt12yQOhCr7cD7/PBTjhPmMyMvGrkZ2lPNJitg3Hj1SeiYFNzCsSDrlpxpKw== dependencies: lunr "^2.3.9" marked "^4.3.0"