From 94e18364065c01b3b773c13f1bdefa2e919fcb04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:32:02 +0000 Subject: [PATCH] chore(deps): update dependency typedoc to v0.25.13 --- packages/storycap/package.json | 2 +- packages/storycrawler/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/storycap/package.json b/packages/storycap/package.json index ece729383..aa20c98c1 100644 --- a/packages/storycap/package.json +++ b/packages/storycap/package.json @@ -81,7 +81,7 @@ "minimist": "1.2.8", "puppeteer": "19.11.1", "ts-jest": "29.1.2", - "typedoc": "0.25.12", + "typedoc": "0.25.13", "typescript": "5.4.4" }, "dependencies": { diff --git a/packages/storycrawler/package.json b/packages/storycrawler/package.json index ab631054b..34f04784c 100644 --- a/packages/storycrawler/package.json +++ b/packages/storycrawler/package.json @@ -45,7 +45,7 @@ "@types/wait-on": "^5.0.0", "jest": "29.7.0", "ts-jest": "29.1.2", - "typedoc": "0.25.12", + "typedoc": "0.25.13", "typescript": "5.4.4" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 483b9e607..ed7131a9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9687,10 +9687,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typedoc@0.25.12: - version "0.25.12" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.12.tgz#f73f0a8d3731d418cc604d4230f95a857799e27a" - integrity sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw== +typedoc@0.25.13: + version "0.25.13" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.13.tgz#9a98819e3b2d155a6d78589b46fa4c03768f0922" + integrity sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ== dependencies: lunr "^2.3.9" marked "^4.3.0"