From e97c2ccf26a69934bd5f30339aa0b9764621046f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 17:14:47 +0000 Subject: [PATCH] Bump jsdoc-to-markdown from 6.0.1 to 7.1.0 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 6.0.1 to 7.1.0. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v6.0.1...v7.1.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 512ece1..c48cc0b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/better-sqlite3": "^5.4.0", "@types/node": "^14.0.14", - "jsdoc-to-markdown": "^6.0.1", + "jsdoc-to-markdown": "^7.1.0", "typescript": "^4.0.3" }, "repository": {