diff --git a/package.json b/package.json index fa2fe05..82bac94 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "release-it": "^15.6.0", "sentences-per-line": "^0.2.1", "should-semantic-release": "^0.0.4", - "typedoc": "^0.23.2", + "typedoc": "^0.25.0", "typescript": "^4.9.4" }, "packageManager": "pnpm@7.28.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ca902f..062042d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,7 +28,7 @@ specifiers: release-it: ^15.6.0 sentences-per-line: ^0.2.1 should-semantic-release: ^0.0.4 - typedoc: ^0.23.2 + typedoc: ^0.25.0 typescript: ^4.9.4 devDependencies: @@ -59,7 +59,7 @@ devDependencies: release-it: 15.6.0 sentences-per-line: 0.2.1 should-semantic-release: 0.0.4 - typedoc: 0.23.26_typescript@4.9.4 + typedoc: 0.25.0_typescript@4.9.4 typescript: 4.9.4 packages: @@ -4375,8 +4375,8 @@ packages: markdown-it: 13.0.1 dev: true - /marked/4.2.12: - resolution: {integrity: sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==} + /marked/4.3.0: + resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} engines: {node: '>= 12'} hasBin: true dev: true @@ -4525,9 +4525,9 @@ packages: brace-expansion: 2.0.1 dev: true - /minimatch/7.4.2: - resolution: {integrity: sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==} - engines: {node: '>=10'} + /minimatch/9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: true @@ -6078,16 +6078,16 @@ packages: is-typedarray: 1.0.0 dev: true - /typedoc/0.23.26_typescript@4.9.4: - resolution: {integrity: sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==} - engines: {node: '>= 14.14'} + /typedoc/0.25.0_typescript@4.9.4: + resolution: {integrity: sha512-FvCYWhO1n5jACE0C32qg6b3dSfQ8f2VzExnnRboowHtqUD6ARzM2r8YJeZFYXhcm2hI4C2oCRDgNPk/yaQUN9g==} + engines: {node: '>= 16'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.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.2.12 - minimatch: 7.4.2 + marked: 4.3.0 + minimatch: 9.0.3 shiki: 0.14.1 typescript: 4.9.4 dev: true