diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5abfc4a899e..7378413cf36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -957,7 +957,7 @@ importers: version: 4.0.0 docusaurus-plugin-typedoc: specifier: ^1.2.3 - version: 1.2.3(typedoc-plugin-markdown@4.4.2(typedoc@0.27.7(typescript@5.6.3))) + version: 1.2.3(typedoc-plugin-markdown@4.4.2(typedoc@0.27.8(typescript@5.6.3))) prism-react-renderer: specifier: ^2.4.1 version: 2.4.1(react@18.2.0) @@ -999,11 +999,11 @@ importers: specifier: ^4.0.7 version: 4.0.7 typedoc: - specifier: ^0.27.7 - version: 0.27.7(typescript@5.6.3) + specifier: ^0.27.8 + version: 0.27.8(typescript@5.6.3) typedoc-plugin-markdown: specifier: ^4.4.2 - version: 4.4.2(typedoc@0.27.7(typescript@5.6.3)) + version: 4.4.2(typedoc@0.27.8(typescript@5.6.3)) typescript: specifier: ^5.6.3 version: 5.6.3 @@ -3230,8 +3230,8 @@ packages: '@shikijs/types@1.29.2': resolution: {integrity: sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==} - '@shikijs/vscode-textmate@10.0.1': - resolution: {integrity: sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==} + '@shikijs/vscode-textmate@10.0.2': + resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==} '@sideway/address@4.1.5': resolution: {integrity: sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==} @@ -11069,8 +11069,8 @@ packages: peerDependencies: typedoc: 0.27.x - typedoc@0.27.7: - resolution: {integrity: sha512-K/JaUPX18+61W3VXek1cWC5gwmuLvYTOXJzBvD9W7jFvbPnefRnCHQCEPw7MSNrP/Hj7JJrhZtDDLKdcYm6ucg==} + typedoc@0.27.8: + resolution: {integrity: sha512-q0/2TUunNEDmWkn23ULKGXieK8cgGuAmBUXC/HcZ/rgzMI9Yr4Nq3in1K1vT1NZ9zx6M78yTk3kmIPbwJgK5KA==} engines: {node: '>= 18'} hasBin: true peerDependencies: @@ -14207,7 +14207,7 @@ snapshots: dependencies: '@shikijs/engine-oniguruma': 1.29.2 '@shikijs/types': 1.29.2 - '@shikijs/vscode-textmate': 10.0.1 + '@shikijs/vscode-textmate': 10.0.2 '@hapi/hoek@9.3.0': {} @@ -14880,14 +14880,14 @@ snapshots: '@shikijs/engine-oniguruma@1.29.2': dependencies: '@shikijs/types': 1.29.2 - '@shikijs/vscode-textmate': 10.0.1 + '@shikijs/vscode-textmate': 10.0.2 '@shikijs/types@1.29.2': dependencies: - '@shikijs/vscode-textmate': 10.0.1 + '@shikijs/vscode-textmate': 10.0.2 '@types/hast': 3.0.4 - '@shikijs/vscode-textmate@10.0.1': {} + '@shikijs/vscode-textmate@10.0.2': {} '@sideway/address@4.1.5': dependencies: @@ -18082,9 +18082,9 @@ snapshots: docusaurus-plugin-goatcounter@4.0.0: {} - docusaurus-plugin-typedoc@1.2.3(typedoc-plugin-markdown@4.4.2(typedoc@0.27.7(typescript@5.6.3))): + docusaurus-plugin-typedoc@1.2.3(typedoc-plugin-markdown@4.4.2(typedoc@0.27.8(typescript@5.6.3))): dependencies: - typedoc-plugin-markdown: 4.4.2(typedoc@0.27.7(typescript@5.6.3)) + typedoc-plugin-markdown: 4.4.2(typedoc@0.27.8(typescript@5.6.3)) dom-accessibility-api@0.5.16: {} @@ -24363,11 +24363,11 @@ snapshots: dependencies: is-typedarray: 1.0.0 - typedoc-plugin-markdown@4.4.2(typedoc@0.27.7(typescript@5.6.3)): + typedoc-plugin-markdown@4.4.2(typedoc@0.27.8(typescript@5.6.3)): dependencies: - typedoc: 0.27.7(typescript@5.6.3) + typedoc: 0.27.8(typescript@5.6.3) - typedoc@0.27.7(typescript@5.6.3): + typedoc@0.27.8(typescript@5.6.3): dependencies: '@gerrit0/mini-shiki': 1.27.2 lunr: 2.3.9 diff --git a/website/package.json b/website/package.json index 0aa70c8c4c6..911044cc5dd 100644 --- a/website/package.json +++ b/website/package.json @@ -51,7 +51,7 @@ "markdownlint-cli2-formatter-summarize": "^0.0.7", "postcss": "^8.5.3", "tailwindcss": "^4.0.7", - "typedoc": "^0.27.7", + "typedoc": "^0.27.8", "typedoc-plugin-markdown": "^4.4.2", "typescript": "^5.6.3", "vitest": "^3.0.6"