From e3efe768f05b4e5faf8f09eea86859d61c442a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:57:05 +0000 Subject: [PATCH] chore(deps): update dependency typedoc to v0.26.9 (#269) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3ad1915..011516c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=npm depName=typedoc - typedoc_version: 0.26.8 + typedoc_version: 0.26.9 steps: - uses: actions/checkout@v4