From 90ca7140a2cd0ce51f2f3f429c73b4e29af2e843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:55:45 +0000 Subject: [PATCH] chore(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 cbae3d9..3b1e102 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-standard": "^5.0.0", "jest": "^29", "jest-junit": "^16.0.0", - "jsdoc-to-markdown": "^8.0.0", + "jsdoc-to-markdown": "^9.1.1", "stdout-stderr": "^0.1.9", "typescript": "^5.1.6" },