From 4b2f65d366f0e81f9eaf5359d14d18831d25c635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:29:54 +0000 Subject: [PATCH] chore(deps): bump typedoc-plugin-markdown from 4.0.2 to 4.0.3 Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.0.3/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd03c473cc..72d6d220fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "redux": "^4.1.1", "redux-thunk": "^2.3.0", "sanitize-html": "^2.13.0", - "typedoc-plugin-markdown": "^4.0.2", + "typedoc-plugin-markdown": "^4.0.3", "typescript": "^4.3.5", "web-vitals": "^1.0.1" }, @@ -23388,9 +23388,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.2.tgz", - "integrity": "sha512-4MV3M+0lsmIaXuDBzeqLYemZqwTQDWQow+o8zdT9hC7KFu06GaFo2uUEbkjE6pgZA9hnkOTtzRVd0R9YJWcH8A==", + "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==", "peerDependencies": { "typedoc": "0.25.x" } diff --git a/package.json b/package.json index 0f0fc08fa5..a507443497 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "redux": "^4.1.1", "redux-thunk": "^2.3.0", "sanitize-html": "^2.13.0", - "typedoc-plugin-markdown": "^4.0.2", + "typedoc-plugin-markdown": "^4.0.3", "typescript": "^4.3.5", "web-vitals": "^1.0.1" },