From 3a8952f3e87856fd87c968a80d91f14e818d048f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 14:55:03 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 33.2.0 to 33.3.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 33.2.0 to 33.3.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v33.2.0...v33.3.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 02f8e3f3..c11b9529 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsdoc": "^33.2.0", + "eslint-plugin-jsdoc": "^33.3.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-sonarjs": "^0.7.0", "geckodriver": "^1.22.3", diff --git a/yarn.lock b/yarn.lock index f6ffd7b1..6f092b00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2281,10 +2281,10 @@ eslint-plugin-import@^2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jsdoc@^33.2.0: - version "33.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-33.2.0.tgz#c8bb20168f783b8c985ed157fdef632ac436a369" - integrity sha512-f3nSgwBBklgN7KrGY6CF951u2f213JWrCL7uepF6i5mgcw133aY8GEKR0oQrkDcgd0k0qE4KvijyVpO9OpPtkw== +eslint-plugin-jsdoc@^33.3.0: + version "33.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-33.3.0.tgz#a287db838d2cac4b36b76d99213901be6a31e9f5" + integrity sha512-wt6I9X8JoOyUtnsafM7AWBEfLCD3BI1wR5/vTu0hti4CoZc37bB4ZX9A7DsWKbEC/xROAAcBV2VAT638w9VKyQ== dependencies: "@es-joy/jsdoccomment" "^0.4.4" comment-parser "1.1.5"