From 57806e03852a67128c2b0620fa0fff4bd4c6a774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 03:05:41 +0000 Subject: [PATCH] :arrow_up: maint(deps): Bump typedoc from 0.24.6 to 0.24.7 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:production 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 88248b14..d41fca14 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "remark-git-contributors": "^4.0.1", "simple-git": "^3.18.0", "tslib": "^2.4.0", - "typedoc": "^0.24.6", + "typedoc": "^0.24.7", "typedoc-plugin-markdown": "^3.15.3", "typedoc-plugin-missing-exports": "^2.0.0", "typescript": "^5.0.4", diff --git a/yarn.lock b/yarn.lock index ff0da505..f66b0dfc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13264,10 +13264,10 @@ typedoc-plugin-missing-exports@^2.0.0: resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-2.0.0.tgz#9bdc4e30b0c7f24e9f1cb8890db4d01f608717c5" integrity sha512-t0QlKCm27/8DaheJkLo/gInSNjzBXgSciGhoLpL6sLyXZibm7SuwJtHvg4qXI2IjJfFBgW9mJvvszpoxMyB0TA== -typedoc@^0.24.6: - version "0.24.6" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.24.6.tgz#1f76fac27db9c6626b5b5c79f78f3c813b285827" - integrity sha512-c3y3h45xJv3qYwKDAwU6Cl+26CjT0ZvblHzfHJ+SjQDM4p1mZxtgHky4lhmG0+nNarRht8kADfZlbspJWdZarQ== +typedoc@^0.24.7: + version "0.24.7" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.24.7.tgz#7eeb272a1894b3789acc1a94b3f2ae8e7330ee39" + integrity sha512-zzfKDFIZADA+XRIp2rMzLe9xZ6pt12yQOhCr7cD7/PBTjhPmMyMvGrkZ2lPNJitg3Hj1SeiYFNzCsSDrlpxpKw== dependencies: lunr "^2.3.9" marked "^4.3.0"