diff --git a/documentation/package.json b/documentation/package.json index 2df0f20f..11a59311 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -38,7 +38,7 @@ "docusaurus-plugin-typedoc-api": "^4.2.0", "typedoc": "^0.25.13", "typedoc-plugin-frontmatter": "^1.0.0", - "typedoc-plugin-markdown": "^4.0.2", + "typedoc-plugin-markdown": "^4.3.2", "typescript": "~5.2.2" }, "browserslist": { diff --git a/package-lock.json b/package-lock.json index e369791c..1e3830f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -474,7 +474,7 @@ "docusaurus-plugin-typedoc-api": "^4.2.0", "typedoc": "^0.25.13", "typedoc-plugin-frontmatter": "^1.0.0", - "typedoc-plugin-markdown": "^4.0.2", + "typedoc-plugin-markdown": "^4.3.2", "typescript": "~5.2.2" }, "engines": { @@ -37629,11 +37629,15 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.0.2", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.3.2.tgz", + "integrity": "sha512-hCF3V0axzbzGDYFW21XigWIJQBOJ2ZRVWWs7X+e62ew/pXnvz7iKF/zVdkBm3w8Mk4bmXWp/FT0IF4Zn9uBRww==", "dev": true, - "license": "MIT", + "engines": { + "node": ">= 18" + }, "peerDependencies": { - "typedoc": "0.25.x" + "typedoc": "0.27.x" } }, "node_modules/typedoc/node_modules/brace-expansion": {