From 133e1d9aca05251b09e8dfe9b855b53fa64932e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:20:25 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-markdown from 3.15.3 to 3.16.0 Bumps [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 3.15.3 to 3.16.0. - [Release notes](https://github.com/tgreyuk/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/tgreyuk/typedoc-plugin-markdown/blob/master/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/tgreyuk/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@3.16.0/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 34623ef3..f5d3ac93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "docusaurus-plugin-typedoc": "^0.19.2", "prettier": "^2.8.8", "typedoc": "^0.24.8", - "typedoc-plugin-markdown": "^3.15.3", + "typedoc-plugin-markdown": "^3.16.0", "typescript": "^4.7.4" }, "engines": { @@ -14165,9 +14165,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.15.3.tgz", - "integrity": "sha512-idntFYu3vfaY3eaD+w9DeRd0PmNGqGuNLKihPU9poxFGnATJYGn9dPtEhn2QrTdishFMg7jPXAhos+2T6YCWRQ==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.16.0.tgz", + "integrity": "sha512-eeiC78fDNGFwemPIHiwRC+mEC7W5jwt3fceUev2gJ2nFnXpVHo8eRrpC9BLWZDee6ehnz/sPmNjizbXwpfaTBw==", "dev": true, "dependencies": { "handlebars": "^4.7.7" diff --git a/package.json b/package.json index d9529f31..1dd37142 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "docusaurus-plugin-typedoc": "^0.19.2", "prettier": "^2.8.8", "typedoc": "^0.24.8", - "typedoc-plugin-markdown": "^3.15.3", + "typedoc-plugin-markdown": "^3.16.0", "typescript": "^4.7.4" }, "browserslist": {