diff --git a/package.json b/package.json index df763c5a9..b82e7f0d9 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "rollup": "^3.28.1", "rollup-plugin-dts": "^6.0.0", "rollup-plugin-visualizer": "^5.9.2", - "typedoc": "^0.24.8", + "typedoc": "^0.25.0", "typescript": "^5.2.2" }, "packageManager": "pnpm@8.6.12" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 327cbccc4..6e531e1f0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,8 +93,8 @@ importers: specifier: ^5.9.2 version: 5.9.2(rollup@3.28.1) 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) typescript: specifier: ^5.2.2 version: 5.2.2 @@ -7355,13 +7355,6 @@ packages: brace-expansion: 2.0.1 dev: true - /minimatch@9.0.0: - resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==} - engines: {node: '>=16 || 14 >=14.17'} - dependencies: - brace-expansion: 2.0.1 - dev: true - /minimatch@9.0.3: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} engines: {node: '>=16 || 14 >=14.17'} @@ -9507,16 +9500,16 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} 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.0 + minimatch: 9.0.3 shiki: 0.14.1 typescript: 5.2.2 dev: true