From 69176049adb73c5080926829ae5100a4d50149ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 02:55:55 +0000 Subject: [PATCH] build(deps-dev): bump typedoc from 0.27.6 to 0.27.8 in /packages/pl-api Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.6 to 0.27.8. - [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.6...v0.27.8) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/pl-api/package.json | 2 +- packages/pl-api/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/pl-api/package.json b/packages/pl-api/package.json index b89284492..59380466e 100644 --- a/packages/pl-api/package.json +++ b/packages/pl-api/package.json @@ -31,7 +31,7 @@ "eslint-plugin-compat": "6.0.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-promise": "^7.2.1", - "typedoc": "^0.27.6", + "typedoc": "^0.27.8", "typedoc-material-theme": "^1.3.0", "typedoc-plugin-valibot": "^1.0.0", "typescript": "^5.7.3", diff --git a/packages/pl-api/yarn.lock b/packages/pl-api/yarn.lock index 032618f01..39c724b5c 100644 --- a/packages/pl-api/yarn.lock +++ b/packages/pl-api/yarn.lock @@ -2693,10 +2693,10 @@ typedoc-plugin-valibot@^1.0.0: resolved "https://registry.yarnpkg.com/typedoc-plugin-valibot/-/typedoc-plugin-valibot-1.0.0.tgz#9a7e586d993f5e6c9efe60ab12724e4fb24f7efe" integrity sha512-3LJSPc/aAKvxsfJx3/qgI1HBJvh4JNmtQYzcbxiQrVdiloIQwh4g0KtwvHV9CCl6gAnDxdnFMdE5gbhne2wXuw== -typedoc@^0.27.6: - version "0.27.6" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.6.tgz#7e8d067bd5386b7908afcb12c9054a83e8bb326b" - integrity sha512-oBFRoh2Px6jFx366db0lLlihcalq/JzyCVp7Vaq1yphL/tbgx2e+bkpkCgJPunaPvPwoTOXSwasfklWHm7GfAw== +typedoc@^0.27.8: + version "0.27.8" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.8.tgz#9d4c4aa3c6889090d8fa4776367e353697d3e706" + integrity sha512-q0/2TUunNEDmWkn23ULKGXieK8cgGuAmBUXC/HcZ/rgzMI9Yr4Nq3in1K1vT1NZ9zx6M78yTk3kmIPbwJgK5KA== dependencies: "@gerrit0/mini-shiki" "^1.24.0" lunr "^2.3.9"