From d021836b8ec7c3f671c77a589a91183cd4bdbce9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 27 Feb 2021 23:04:53 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 31.6.1 to 32.2.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.6.1 to 32.2.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.6.1...v32.2.0) 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 a588dd27..72d23307 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "^7.21.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsdoc": "^31.6.1", + "eslint-plugin-jsdoc": "^32.2.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-sonarjs": "^0.5.0", "geckodriver": "^1.22.1", diff --git a/yarn.lock b/yarn.lock index 580336aa..4f4d1cd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2959,10 +2959,10 @@ eslint-plugin-import@^2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jsdoc@^31.6.1: - version "31.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.6.1.tgz#98040c801500572fff71c984a097d89946f1e450" - integrity sha512-5hCV3u+1VSEUMyfdTl+dpWsioD7tqQr2ILQw+KbXrF42AVxCLO8gnNLR6zDCDjqGGpt79V1sgY0RRchCWuCigg== +eslint-plugin-jsdoc@^32.2.0: + version "32.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.2.0.tgz#d848ea8475a9be63d8d261bd7fa01cf2a2bb32d5" + integrity sha512-ikeVeF3JVmzjcmGd04OZK0rXjgiw46TWtNX+OhyF2jQlw3w1CAU1vyAyLv8PZcIjp7WxP4N20Vg1CI9bp/52dw== dependencies: comment-parser "1.1.2" debug "^4.3.1"