From b6fb1d2b92a45578301410e86de76c569382b3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 02:36:32 +0000 Subject: [PATCH] Bump jsdoc-to-markdown from 5.0.3 to 8.0.0 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 5.0.3 to 8.0.0. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v5.0.3...v8.0.0) --- updated-dependencies: - dependency-name: jsdoc-to-markdown dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09daf67..47c61fa 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jest-junit": "^16.0.0", "jest-plugin-fs": "^2.9.0", "jsdoc": "^3.6.3", - "jsdoc-to-markdown": "^5.0.0", + "jsdoc-to-markdown": "^8.0.0", "openapi-schema-validator": "^3.0.3", "stdout-stderr": "^0.1.13", "tmp": "^0.2.1",