diff --git a/documentation/package.json b/documentation/package.json index 2df0f20f..e9f6ac52 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.2.10", "typescript": "~5.2.2" }, "browserslist": { diff --git a/package-lock.json b/package-lock.json index bfaf0aa8..626b2a2f 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.2.10", "typescript": "~5.2.2" }, "engines": { @@ -37629,11 +37629,15 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.0.2", + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.10.tgz", + "integrity": "sha512-PLX3pc1/7z13UJm4TDE9vo9jWGcClFUErXXtd5LdnoLjV6mynPpqZLU992DwMGFSRqJFZeKbVyqlNNeNHnk2tQ==", "dev": true, - "license": "MIT", + "engines": { + "node": ">= 18" + }, "peerDependencies": { - "typedoc": "0.25.x" + "typedoc": "0.26.x" } }, "node_modules/typedoc/node_modules/brace-expansion": {