From 2e825591df92970133466487ae807706a558a6df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:15:21 +0000 Subject: [PATCH] chore(deps-dev): bump jsdoc-to-markdown from 7.1.1 to 8.0.0 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 7.1.1 to 8.0.0. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v7.1.1...v8.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 904d410..0ce272f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "husky": "^8.0.1", "istanbul": "^0.4.5", "jsdoc": "^3.6.8", - "jsdoc-to-markdown": "7.1.1", + "jsdoc-to-markdown": "8.0.0", "jsdom": "^20.0.0", "jsdom-global": "^3.0.2", "jsonwebtoken": "^8.5.1",