From 0e92e9b7975d8f17d4f0e6122252581313b336b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:01:49 +0000 Subject: [PATCH] chore(deps): bump typedoc-plugin-frontmatter from 1.3.1 to 1.3.2 Bumps [typedoc-plugin-frontmatter](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-frontmatter) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-frontmatter/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-frontmatter@1.3.2/packages/typedoc-plugin-frontmatter) --- updated-dependencies: - dependency-name: typedoc-plugin-frontmatter dependency-version: 1.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- packages/docs/package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 105b9ad8d7f..b2d7f1afa75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33527,16 +33527,20 @@ } }, "node_modules/typedoc-plugin-frontmatter": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-frontmatter/-/typedoc-plugin-frontmatter-1.3.1.tgz", - "integrity": "sha512-wXKnhpiOuG3lY9GGKiKcXNrhKbPYm/jA5wbzGE/kKdwlSu8++ZbEuKA0K2dvIna3F+5EQrv+3AeObHkS1QP7JA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/typedoc-plugin-frontmatter/-/typedoc-plugin-frontmatter-1.3.2.tgz", + "integrity": "sha512-9fZmQ3KQkk8d9By9Tp/WBLiKQM4H2OD9qq5BL6kSZRtu7qP6+dpAG50oMmW8lCJs/chW2yd2tKs7W4Bp2+dJqA==", "dev": true, "license": "MIT", "dependencies": { "yaml": "^2.8.1" }, + "engines": { + "node": ">= 18" + }, "peerDependencies": { - "typedoc-plugin-markdown": ">=4.9.0" + "typedoc": "0.28.x", + "typedoc-plugin-markdown": ">=4.11.0" } }, "node_modules/typedoc-plugin-markdown": { @@ -36338,7 +36342,7 @@ "docusaurus-plugin-typedoc": "^1.4.2", "typedoc": "^0.28.20", "typedoc-docusaurus-theme": "^1.4.3", - "typedoc-plugin-frontmatter": "^1.3.1", + "typedoc-plugin-frontmatter": "^1.3.2", "typedoc-plugin-markdown": "^4.13.0" }, "engines": { diff --git a/packages/docs/package.json b/packages/docs/package.json index da317727c68..f460e30c029 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -44,7 +44,7 @@ "docusaurus-plugin-typedoc": "^1.4.2", "typedoc": "^0.28.20", "typedoc-docusaurus-theme": "^1.4.3", - "typedoc-plugin-frontmatter": "^1.3.1", + "typedoc-plugin-frontmatter": "^1.3.2", "typedoc-plugin-markdown": "^4.13.0" }, "browserslist": {