From 0377346474a2a9fb2b0fb2a3947f2e8e99500ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 22:02:47 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 39.6.7 to 39.6.9 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.7 to 39.6.9. - [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.7...v39.6.9) --- 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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ffa0d974..f2d5f892 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint": "^7.32.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^39.6.7", + "eslint-plugin-jsdoc": "^39.6.9", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-sonarjs": "^0.18.0", "geckodriver": "^3.2.0", diff --git a/yarn.lock b/yarn.lock index 02e86d31..d4dc1a47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2758,10 +2758,10 @@ eslint-plugin-import@^2.27.5: semver "^6.3.0" tsconfig-paths "^3.14.1" -eslint-plugin-jsdoc@^39.6.7: - version "39.6.7" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.7.tgz#f7f9abec75993b9cb3ede814c1d9d5afc3d7bf22" - integrity sha512-0mrzXrHvL2ZLe3QK9X0OEDy7Fs2cFQ/f1d1G5KHEGD+13D1qg56Iovq0uOkYf5bJlHiKPytWVgOOO9y7kLW3VA== +eslint-plugin-jsdoc@^39.6.9: + version "39.6.9" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.9.tgz#f9c6f43fb31def89bbf86c1dcd0367983a062fa5" + integrity sha512-GrESRfjT1jOaK1LC2DldMuh+Ajmex9OnRIVSKMXJ1t7lNDB+J2MA11afLPXfkTKWJpplxZohjo8prT8s5LOPgQ== dependencies: "@es-joy/jsdoccomment" "~0.36.1" comment-parser "1.3.1"