From 2fb40e2fb5ad5c20b7d8b0113bf08f4aca7f2bb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 01:08:16 +0000 Subject: [PATCH] chore(deps): update dependency typedoc-plugin-markdown to v4 --- package-lock.json | 27 +++++++++++---------------- package.json | 2 +- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e7683a..b052e5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@adobe/helix-mediahandler", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@adobe/helix-mediahandler", - "version": "2.5.1", + "version": "2.5.2", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "4.1.2", @@ -34,7 +34,7 @@ "nock": "13.5.4", "semantic-release": "23.0.8", "typedoc": "0.25.13", - "typedoc-plugin-markdown": "3.17.1", + "typedoc-plugin-markdown": "4.0.1", "typescript": "4.8.3", "xml2js": "0.6.2" } @@ -11529,15 +11529,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.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.1.tgz", + "integrity": "sha512-AfuIILU7aQbLMFyhX/qPT1yLrsQE9TiIxtmDKHRoQosDuHRS9CqA3aMOJyqmfE4Gn43vEQGb7vxEDwlrl3Sw8A==", "dev": true, - "dependencies": { - "handlebars": "^4.7.7" - }, "peerDependencies": { - "typedoc": ">=0.24.0" + "typedoc": "0.25.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { @@ -20332,13 +20329,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.1", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.1.tgz", + "integrity": "sha512-AfuIILU7aQbLMFyhX/qPT1yLrsQE9TiIxtmDKHRoQosDuHRS9CqA3aMOJyqmfE4Gn43vEQGb7vxEDwlrl3Sw8A==", "dev": true, - "requires": { - "handlebars": "^4.7.7" - } + "requires": {} }, "typescript": { "version": "4.8.3", diff --git a/package.json b/package.json index 1e7ed4b..a1a82e9 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "nock": "13.5.4", "semantic-release": "23.0.8", "typedoc": "0.25.13", - "typedoc-plugin-markdown": "3.17.1", + "typedoc-plugin-markdown": "4.0.1", "typescript": "4.8.3", "xml2js": "0.6.2" },