From b69a743e3ad3f073c57aa831e800182c5c28e1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:10:59 +0000 Subject: [PATCH] Bump typedoc from 0.27.2 to 0.27.4 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.2 to 0.27.4. - [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.27.2...v0.27.4) --- 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 6ea2bbc0..f8bb7a37 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prettier": "^3.4.1", "run-script-os": "^1.1.6", "ts-loader": "^9.5.1", - "typedoc": "^0.27.2", + "typedoc": "^0.27.4", "typescript": "^5.6.3", "unzip-stream": "^0.3.4", "webpack": "^5.96.1", diff --git a/yarn.lock b/yarn.lock index 73648375..1ce7654a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2602,10 +2602,10 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== -typedoc@^0.27.2: - version "0.27.2" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.2.tgz#8a4e0303f4c49174af21e981e0b60e8a637d8167" - integrity sha512-C2ima5TZJHU3ecnRIz50lKd1BsYck5LhYQIy7MRPmjuSEJreUEAt+uAVcZgY7wZsSORzEI7xW8miZIdxv/cbmw== +typedoc@^0.27.4: + version "0.27.4" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.4.tgz#45be59ccf9383d3c52f4a96636d823345c6ff0e6" + integrity sha512-wXPQs1AYC2Crk+1XFpNuutLIkNWleokZf1UNf/X8w9KsMnirkvT+LzxTXDvfF6ug3TSLf3Xu5ZXRKGfoXPX7IA== dependencies: "@gerrit0/mini-shiki" "^1.24.0" lunr "^2.3.9"