diff --git a/website/package.json b/website/package.json index e64b5c50bb0..b86b6eedd54 100644 --- a/website/package.json +++ b/website/package.json @@ -48,7 +48,7 @@ "markdownlint-cli2": "^0.12.1", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", - "typedoc": "^0.25.10", + "typedoc": "^0.25.11", "typedoc-plugin-markdown": "4.0.0-next.53", "typescript": "^5.3.3" }, diff --git a/yarn.lock b/yarn.lock index a1ff13e9e43..b0de3f70c2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15590,10 +15590,10 @@ typedoc-plugin-markdown@4.0.0-next.53: resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.53.tgz#0cae65c81ce569957ef81931e07daac2d0cd621e" integrity sha512-vESy94SQV77EaDALA7WvLYPGtPKAuDtqhtShZA6sNs+OxkW8Uh+DoZ5Q6gpgu0MnIkLijHnv038kNP87Gl2vpw== -typedoc@^0.25.10: - version "0.25.10" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.10.tgz#572f566498e4752fdbc793ccc14b8eb517944770" - integrity sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w== +typedoc@^0.25.11: + version "0.25.11" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.11.tgz#75080c594c1e26b7676f90faebb367fb5a32dc8d" + integrity sha512-5MbI1W/FOG6oXsd8bdssQidSTeKh8Kt3xA5uKVzI+K99uzP8EGN45uPnPvQesyaWdD+89s4wCQdtWEd8QUbiRg== dependencies: lunr "^2.3.9" marked "^4.3.0"