From b44a4f418d633506f84f1e8bf03530f507f52d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:07:12 +0000 Subject: [PATCH] build(deps-dev): bump jsdoc-to-markdown from 8.0.3 to 9.1.1 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 8.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/v8.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 ddde03b..f8afac7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "jest-cli": "^29.5.0", "jest-junit": "^16.0.0", "jest-plugin-fs": "^2.9.0", - "jsdoc-to-markdown": "^8.0.0", + "jsdoc-to-markdown": "^9.1.1", "node-fetch": "^2.6.0", "openapi-schema-validator": "^12.1.0", "typescript": "^5.1.6"