From 6c4fd84e89f9620f3573351405ce9e8bf1e5558e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:37:46 +0000 Subject: [PATCH] chore(deps): bump typedoc from 0.24.8 to 0.25.2 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.8 to 0.25.2. - [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.2) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc-generator/package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc-generator/package.json b/doc-generator/package.json index c12efb69545..8fd7a380b10 100644 --- a/doc-generator/package.json +++ b/doc-generator/package.json @@ -14,7 +14,7 @@ "node": ">=16" }, "dependencies": { - "typedoc": "^0.24.8", + "typedoc": "^0.25.2", "typedoc-plugin-markdown": "3.16.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f73393bb27..63dfd98807d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -135,11 +135,11 @@ importers: doc-generator: dependencies: typedoc: - specifier: ^0.24.8 - version: 0.24.8(typescript@5.1.6) + specifier: ^0.25.2 + version: 0.25.2(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.2) integration-tests: dependencies: @@ -16775,27 +16775,27 @@ 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.2): resolution: {integrity: sha512-eeiC78fDNGFwemPIHiwRC+mEC7W5jwt3fceUev2gJ2nFnXpVHo8eRrpC9BLWZDee6ehnz/sPmNjizbXwpfaTBw==} peerDependencies: typedoc: '>=0.24.0' dependencies: handlebars: 4.7.8 - typedoc: 0.24.8(typescript@5.1.6) + typedoc: 0.25.2(typescript@5.2.2) dev: false - /typedoc@0.24.8(typescript@5.1.6): - resolution: {integrity: sha512-ahJ6Cpcvxwaxfu4KtjA8qZNqS43wYt6JL27wYiIgl1vd38WW/KWX11YuAeZhuz9v+ttrutSsgK+XO1CjL1kA3w==} - engines: {node: '>= 14.14'} + /typedoc@0.25.2(typescript@5.2.2): + resolution: {integrity: sha512-286F7BeATBiWe/qC4PCOCKlSTwfnsLbC/4cZ68oGBbvAqb9vV33quEOXx7q176OXotD+JdEerdQ1OZGJ818lnA==} + 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.3 shiki: 0.14.5 - typescript: 5.1.6 + typescript: 5.2.2 dev: false /typescript@5.1.6: