diff --git a/package.json b/package.json index 3c46aa055c..42e6d5d7d6 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "ts-node": "^10.9.1", "tsc-alias": "^1.8.7", "tslib": "^2.6.2", - "typedoc": "^0.24.8", + "typedoc": "^0.25.0", "typedoc-plugin-markdown": "^3.16.0", "typescript": "~5.2.2", "uuid": "^9.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 508b0f2279..20b5367494 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -162,11 +162,11 @@ importers: specifier: ^2.6.2 version: 2.6.2 typedoc: - specifier: ^0.24.8 - version: 0.24.8(typescript@5.2.2) + specifier: ^0.25.0 + version: 0.25.0(typescript@5.2.2) typedoc-plugin-markdown: specifier: ^3.16.0 - version: 3.16.0(typedoc@0.24.8) + version: 3.16.0(typedoc@0.25.0) typescript: specifier: ~5.2.2 version: 5.2.2 @@ -9623,6 +9623,13 @@ packages: brace-expansion: 2.0.1 dev: true + /minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -13403,25 +13410,25 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typedoc-plugin-markdown@3.16.0(typedoc@0.24.8): + /typedoc-plugin-markdown@3.16.0(typedoc@0.25.0): resolution: {integrity: sha512-eeiC78fDNGFwemPIHiwRC+mEC7W5jwt3fceUev2gJ2nFnXpVHo8eRrpC9BLWZDee6ehnz/sPmNjizbXwpfaTBw==} peerDependencies: typedoc: '>=0.24.0' dependencies: handlebars: 4.7.7 - typedoc: 0.24.8(typescript@5.2.2) + typedoc: 0.25.0(typescript@5.2.2) dev: true - /typedoc@0.24.8(typescript@5.2.2): - resolution: {integrity: sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==} - engines: {node: '>= 14.14'} + /typedoc@0.25.0(typescript@5.2.2): + resolution: {integrity: sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==} + engines: {node: '>= 16'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x dependencies: lunr: 2.3.9 marked: 4.3.0 - minimatch: 9.0.1 + minimatch: 9.0.3 shiki: 0.14.2 typescript: 5.2.2 dev: true