From ea23cf0361da46094ff38710bfaea90edf2fd080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:03:45 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 30.7.13 to 39.6.6 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.7.13 to 39.6.6. - [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/v30.7.13...v39.6.6) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc 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 7f65c507..b25792dc 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "codecov": "^3.7.2", "eslint": "^7.5.0", "eslint-config-prettier": "^6.11.0", - "eslint-plugin-jsdoc": "^30.3.0", + "eslint-plugin-jsdoc": "^39.6.6", "eslint-plugin-prefer-arrow": "^1.2.2", "eslint-plugin-prettier": "^3.1.4", "mocha": "^8.1.3",