From ea9360845c5aadf4033a9b0de28245ad987f9ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:06:11 +0000 Subject: [PATCH] chore(deps-dev): bump jsdoc-to-markdown from 5.0.3 to 9.1.3 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 5.0.3 to 9.1.3. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v5.0.3...v9.1.3) --- updated-dependencies: - dependency-name: jsdoc-to-markdown dependency-version: 9.1.3 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 61d86bd..8b88987 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.3", "openapi-schema-validator": "^3.0.3", "stdout-stderr": "^0.1.13", "tmp": "^0.2.1",