diff --git a/packages/storycap/package.json b/packages/storycap/package.json index e0ab1f00b..3fafda4b3 100644 --- a/packages/storycap/package.json +++ b/packages/storycap/package.json @@ -75,7 +75,7 @@ "minimist": "1.2.8", "puppeteer": "19.11.1", "ts-jest": "29.1.1", - "typedoc": "0.24.8", + "typedoc": "0.25.3", "typescript": "5.1.6" }, "dependencies": { diff --git a/packages/storycrawler/package.json b/packages/storycrawler/package.json index 0ae2438e4..a8de664f5 100644 --- a/packages/storycrawler/package.json +++ b/packages/storycrawler/package.json @@ -43,7 +43,7 @@ "@types/jest": "29.5.8", "jest": "29.7.0", "ts-jest": "29.1.1", - "typedoc": "0.24.8", + "typedoc": "0.25.3", "typescript": "5.1.6" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 4bf1af28c..9f4bf8157 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6322,7 +6322,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimatch@^9.0.0, minimatch@^9.0.1: +minimatch@^9.0.1, minimatch@^9.0.3: version "9.0.3" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== @@ -8978,14 +8978,14 @@ 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.24.8: - version "0.24.8" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.24.8.tgz#cce9f47ba6a8d52389f5e583716a2b3b4335b63e" - integrity sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w== +typedoc@0.25.3: + version "0.25.3" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0" + integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw== dependencies: lunr "^2.3.9" marked "^4.3.0" - minimatch "^9.0.0" + minimatch "^9.0.3" shiki "^0.14.1" typescript-eslint-language-service@5.0.5: