diff --git a/packages/storycap/package.json b/packages/storycap/package.json index d98303d20..d5843e249 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.1", + "typedoc": "0.27.2", "typescript": "5.7.2" }, "dependencies": { diff --git a/packages/storycrawler/package.json b/packages/storycrawler/package.json index 7cdc07cc2..e82e89012 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.1", + "typedoc": "0.27.2", "typescript": "5.7.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 5e3758f10..61a6697aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -957,7 +957,7 @@ resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== -"@gerrit0/mini-shiki@^1.23.2": +"@gerrit0/mini-shiki@^1.24.0": version "1.24.1" resolved "https://registry.yarnpkg.com/@gerrit0/mini-shiki/-/mini-shiki-1.24.1.tgz#60ef10f4e2cfac7a9223e10b88c128438aa44fd8" integrity sha512-PNP/Gjv3VqU7z7DjRgO3F9Ok5frTKqtpV+LJW1RzMcr2zpRk0ulhEWnbcNGXzPC7BZyWMIHrkfQX2GZRfxrn6Q== @@ -10027,12 +10027,12 @@ 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.1: - version "0.27.1" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.1.tgz#fe7590c5682ca0f20c283850cf3e21a43b1d8e44" - integrity sha512-cbFtNFpkCtHAHRvMnCDdtM2+xhO2uiJAcw4ooLmVMuaY9yLJswKvi6wOwPZgTnKKnm/HKpO/Ub6DVk4KRf/vRg== +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== dependencies: - "@gerrit0/mini-shiki" "^1.23.2" + "@gerrit0/mini-shiki" "^1.24.0" lunr "^2.3.9" markdown-it "^14.1.0" minimatch "^9.0.5"