From 50288752be14d91a9c7d6e230f8f4d0154798c7f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 21:18:07 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 30.6.4 to 30.6.5 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.6.4 to 30.6.5. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.6.4...v30.6.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1a0abb3a..7f2d46fb 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "^7.11.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsdoc": "^30.6.4", + "eslint-plugin-jsdoc": "^30.6.5", "eslint-plugin-prefer-arrow": "^1.2.2", "eslint-plugin-sonarjs": "^0.5.0", "geckodriver": "^1.20.0", diff --git a/yarn.lock b/yarn.lock index 86ef5885..8cd2dd12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3067,10 +3067,10 @@ eslint-plugin-import@^2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jsdoc@^30.6.4: - version "30.6.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.6.4.tgz#ae7dab1ff24dff2c75fab7bb96a6b5f12621c212" - integrity sha512-aDTsAkKwyMsIYtytjH5zPtv+LkbCORN6oy/T4L40ssU5pgXWRSs0ULyJb6e4p2jT8y5nmG3IgpawYarL4tKunw== +eslint-plugin-jsdoc@^30.6.5: + version "30.6.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.6.5.tgz#4d6c794430afe1593459e56ecc65a2df0230b8d1" + integrity sha512-obC3wi1/b5hsPLXa3ZDs571QXGqkVsphndMsIsVQzWRdZOaRbxdvGiKhLzzZytbRZAL1M1Bkdc/3Af7eNxJ/Hg== dependencies: comment-parser "^0.7.6" debug "^4.2.0"