From ca9ce5a4202e54d345751714a5a2e79c03be35ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:16:24 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.24.8 to 0.25.7 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.8 to 0.25.7. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.24.8...v0.25.7) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f57cf0d..754a6a9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "fast-xml-parser": "^4.3.2", "jest": "^29.7.0", "ts-node": "^10.9.2", - "typedoc": "^0.24.8", + "typedoc": "^0.25.7", "typedoc-plugin-markdown": "^3.17.1", "typescript": "^5.1.6", "vitepress": "1.0.0-rc.40", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6d27a3b..b20fb5d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,11 +74,11 @@ devDependencies: specifier: ^10.9.2 version: 10.9.2(@swc/core@1.3.107)(@types/node@18.19.3)(typescript@5.1.6) typedoc: - specifier: ^0.24.8 - version: 0.24.8(typescript@5.1.6) + specifier: ^0.25.7 + version: 0.25.7(typescript@5.1.6) typedoc-plugin-markdown: specifier: ^3.17.1 - version: 3.17.1(typedoc@0.24.8) + version: 3.17.1(typedoc@0.25.7) typescript: specifier: ^5.1.6 version: 5.1.6 @@ -5388,21 +5388,21 @@ packages: engines: {node: '>=8'} dev: true - /typedoc-plugin-markdown@3.17.1(typedoc@0.24.8): + /typedoc-plugin-markdown@3.17.1(typedoc@0.25.7): resolution: {integrity: sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==} peerDependencies: typedoc: '>=0.24.0' dependencies: handlebars: 4.7.8 - typedoc: 0.24.8(typescript@5.1.6) + typedoc: 0.25.7(typescript@5.1.6) dev: true - /typedoc@0.24.8(typescript@5.1.6): - resolution: {integrity: sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==} - engines: {node: '>= 14.14'} + /typedoc@0.25.7(typescript@5.1.6): + resolution: {integrity: sha512-m6A6JjQRg39p2ZVRIN3NKXgrN8vzlHhOS+r9ymUYtcUP/TIQPvWSq7YgE5ZjASfv5Vd5BW5xrir6Gm2XNNcOow==} + 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 || 5.3.x dependencies: lunr: 2.3.9 marked: 4.3.0