From a7e8afdb1776105e3e73081f7389426148ad7d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 15:05:52 +0000 Subject: [PATCH] chore(deps-dev): bump jsdoc-to-markdown from 5.0.3 to 9.1.1 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 5.0.3 to 9.1.1. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v5.0.3...v9.1.1) --- 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 db66d43..6d6b5b6 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,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": "^9.1.1", "openapi-schema-validator": "^3.0.3", "stdout-stderr": "^0.1.13", "tmp": "^0.2.1",