diff --git a/package-lock.json b/package-lock.json index e43270b02..a73cf1e05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "ts-node-register": "^1.0.0", "tsx": "^4.19.2", "typedoc": "^0.25.1", - "typedoc-plugin-markdown": "^3.15.2", + "typedoc-plugin-markdown": "^4.0.3", "typescript": "^5.1.6" }, "peerDependencies": { @@ -21117,16 +21117,12 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.1.tgz", - "integrity": "sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.3.tgz", + "integrity": "sha512-0tZbeVGGCd4+lpoIX+yHWgUfyaLZCQCgJOpuVdTtOtD3+jKaedJ4sl/tkNaYBPeWVKiyDkSHfGuHkq53jlzIFg==", "dev": true, - "license": "MIT", - "dependencies": { - "handlebars": "^4.7.7" - }, "peerDependencies": { - "typedoc": ">=0.24.0" + "typedoc": "0.25.x" } }, "node_modules/typescript": { @@ -37166,13 +37162,11 @@ } }, "typedoc-plugin-markdown": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.1.tgz", - "integrity": "sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.3.tgz", + "integrity": "sha512-0tZbeVGGCd4+lpoIX+yHWgUfyaLZCQCgJOpuVdTtOtD3+jKaedJ4sl/tkNaYBPeWVKiyDkSHfGuHkq53jlzIFg==", "dev": true, - "requires": { - "handlebars": "^4.7.7" - } + "requires": {} }, "typescript": { "version": "5.1.6", diff --git a/package.json b/package.json index 987351a2c..50d53012a 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "ts-node-register": "^1.0.0", "tsx": "^4.19.2", "typedoc": "^0.25.1", - "typedoc-plugin-markdown": "^3.15.2", + "typedoc-plugin-markdown": "^4.0.3", "typescript": "^5.1.6" }, "nyc": {