From f20f6f8c98ef8b94f32cd48701d9d03a0ee5a5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 23:14:39 +0000 Subject: [PATCH] chore(deps-dev): bump jsdoc-to-markdown from 5.0.3 to 9.1.2 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 5.0.3 to 9.1.2. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v5.0.3...v9.1.2) --- updated-dependencies: - dependency-name: jsdoc-to-markdown dependency-version: 9.1.2 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..9d4fcaa 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.2", "openapi-schema-validator": "^3.0.3", "stdout-stderr": "^0.1.13", "tmp": "^0.2.1",