From b8ac382679a536e04941f754ad43bf139b0f9592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:14:16 +0000 Subject: [PATCH] chore(deps): update dependency typedoc to v0.27.3 --- 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 d5843e249..98b6341ac 100644 --- a/packages/storycap/package.json +++ b/packages/storycap/package.json @@ -80,7 +80,7 @@ "minimist": "1.2.8", "puppeteer": "23.9.0", "ts-jest": "29.2.5", - "typedoc": "0.27.2", + "typedoc": "0.27.3", "typescript": "5.7.2" }, "dependencies": { diff --git a/packages/storycrawler/package.json b/packages/storycrawler/package.json index e82e89012..e88bd8d0a 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.2.5", - "typedoc": "0.27.2", + "typedoc": "0.27.3", "typescript": "5.7.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index c17e28682..f728a981d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10027,10 +10027,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.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.3: + version "0.27.3" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.3.tgz#0fad232181ce0ac7eda27fe78e56a4b863e1fe59" + integrity sha512-oWT7zDS5oIaxYL5yOikBX4cL99CpNAZn6mI24JZQxsYuIHbtguSSwJ7zThuzNNwSE0wqhlfTSd99HgqKu2aQXQ== dependencies: "@gerrit0/mini-shiki" "^1.24.0" lunr "^2.3.9"