From cfe4e1d2d2a23122e076232c02da536db4b4966e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 19:33:25 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 4.13.0 to 4.13.1 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.13.0 to 4.13.1. - [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.13.1/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-version: 4.13.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2506b8c0f..779389fa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "shx": "^0.4.0", "tsx": "^4.23.13", "typedoc": "^0.28.20", - "typedoc-plugin-markdown": "^4.13.0", + "typedoc-plugin-markdown": "^4.13.1", "typescript": "5.9.3" } }, @@ -4980,9 +4980,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.13.0.tgz", - "integrity": "sha512-OHaOLoMTS0wL2ud73WXvxv486mrUEtgXxW4iKiTOGJVipT/VBWY76rlVRMQGes7aVonoIf5roWRe1UvHbufLlQ==", + "version": "4.13.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.13.1.tgz", + "integrity": "sha512-d3jchJ4CyIrV9w9uozTSkfMYG8IEM1RvvGOaybJ/3rRporzoX7p0lprffo95GOGUviQqP0phjHJE3bY8PQbilA==", "dev": true, "license": "MIT", "engines": { @@ -5484,7 +5484,7 @@ "npm": ">=9.6.4" }, "peerDependencies": { - "undici": "^7.0.0" + "undici": "^7.0.0 || ^8.0.0" } }, "packages/socket-mode/node_modules/@types/node": { diff --git a/package.json b/package.json index 4d32550cf..8ddc32b1d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "shx": "^0.4.0", "tsx": "^4.23.13", "typedoc": "^0.28.20", - "typedoc-plugin-markdown": "^4.13.0", + "typedoc-plugin-markdown": "^4.13.1", "typescript": "5.9.3" } }