From 5499308dfbe6b64b8766299be28df8b85337c29c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:39:13 +0000 Subject: [PATCH] chore(deps-dev): bump jsdoc-to-markdown from 8.0.3 to 9.0.0 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 8.0.3 to 9.0.0. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v8.0.3...v9.0.0) --- 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 550520f..cc2bf73 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "express": "^4.18.2", "express-as-promise": "^2.0.0", "is-stream": "^4.0.1", - "jsdoc-to-markdown": "^8.0.1", + "jsdoc-to-markdown": "^9.0.0", "lodash": "^4.17.21", "mocha": "^10.3.0", "rdf-ext": "^2.5.1",