From a5d350894c065c6bf8d000779fecbf4d405336bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 05:43:20 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.2.8 to 4.2.9 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.2.8 to 4.2.9. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.2.9/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 16 ++++++++-------- website/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 427623b8fb34a..a33a651820597 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -942,7 +942,7 @@ importers: version: 3.0.0 docusaurus-plugin-typedoc: specifier: 1.0.5 - version: 1.0.5(typedoc-plugin-markdown@4.2.8(typedoc@0.26.7(typescript@5.6.2))) + version: 1.0.5(typedoc-plugin-markdown@4.2.9(typedoc@0.26.7(typescript@5.6.2))) prism-react-renderer: specifier: ^2.3.1 version: 2.4.0(react@18.2.0) @@ -984,8 +984,8 @@ importers: specifier: ^0.26.7 version: 0.26.7(typescript@5.6.2) typedoc-plugin-markdown: - specifier: ^4.2.8 - version: 4.2.8(typedoc@0.26.7(typescript@5.6.2)) + specifier: ^4.2.9 + version: 4.2.9(typedoc@0.26.7(typescript@5.6.2)) typescript: specifier: ^5.6.2 version: 5.6.2 @@ -10475,8 +10475,8 @@ packages: typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - typedoc-plugin-markdown@4.2.8: - resolution: {integrity: sha512-1EDsc66jaCjZtxdYy+Rl0KDU1WY/iyuCOOPaeFzcYFZ81FNXV8CmgUDOHri20WGmYnkEM5nQ+ooxj1vyuQo0Lg==} + typedoc-plugin-markdown@4.2.9: + resolution: {integrity: sha512-Wqmx+7ezKFgtTklEq/iUhQ5uFeBDhAT6wiS2na9cFLidIpl9jpDHJy/COYh8jUZXgIRIZVQ/bPNjyrnPFoDwzg==} engines: {node: '>= 18'} peerDependencies: typedoc: 0.26.x @@ -17743,9 +17743,9 @@ snapshots: docusaurus-plugin-goatcounter@3.0.0: {} - docusaurus-plugin-typedoc@1.0.5(typedoc-plugin-markdown@4.2.8(typedoc@0.26.7(typescript@5.6.2))): + docusaurus-plugin-typedoc@1.0.5(typedoc-plugin-markdown@4.2.9(typedoc@0.26.7(typescript@5.6.2))): dependencies: - typedoc-plugin-markdown: 4.2.8(typedoc@0.26.7(typescript@5.6.2)) + typedoc-plugin-markdown: 4.2.9(typedoc@0.26.7(typescript@5.6.2)) dom-accessibility-api@0.5.16: {} @@ -23775,7 +23775,7 @@ snapshots: dependencies: is-typedarray: 1.0.0 - typedoc-plugin-markdown@4.2.8(typedoc@0.26.7(typescript@5.6.2)): + typedoc-plugin-markdown@4.2.9(typedoc@0.26.7(typescript@5.6.2)): dependencies: typedoc: 0.26.7(typescript@5.6.2) diff --git a/website/package.json b/website/package.json index 32ed3779dbdc0..8b67d4898c8d2 100644 --- a/website/package.json +++ b/website/package.json @@ -51,7 +51,7 @@ "postcss": "^8.4.47", "tailwindcss": "^3.4.13", "typedoc": "^0.26.7", - "typedoc-plugin-markdown": "^4.2.8", + "typedoc-plugin-markdown": "^4.2.9", "typescript": "^5.6.2", "vitest": "^2.0.5" },