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": {