From 6ef1c1c559f54da08fdd805b3ed5e6eb032f7b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 17:20:58 +0000 Subject: [PATCH] Bump jsdoc-to-markdown from 6.0.1 to 7.1.1 Bumps [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) from 6.0.1 to 7.1.1. - [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases) - [Commits](https://github.com/jsdoc2md/jsdoc-to-markdown/compare/v6.0.1...v7.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 512ece1..cf27a60 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.1", "typescript": "^4.0.3" }, "repository": {