From 278ac51e87268bf90ad0f1887791931c211994c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 02:04:34 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 39.6.6 to 39.6.7 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.6 to 39.6.7. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.6.6...v39.6.7) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4bfef75..006c0354 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "c8": "7.12.0", "eslint": "8.32.0", "eslint-plugin-es": "4.1.0", - "eslint-plugin-jsdoc": "39.6.6", + "eslint-plugin-jsdoc": "39.6.7", "eslint-plugin-n": "15.6.1", "eslint-plugin-regexp": "1.12.0", "eslint-plugin-unicorn": "45.0.2",