From 2953be49e91b636e2def108b3af4f730c0a06ec4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 27 Sep 2020 03:05:56 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 30.5.2 to 30.5.3 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.5.2 to 30.5.3. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.5.2...v30.5.3) 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 b3642e1f..47b828f2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "^7.10.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-import": "^2.22.0", - "eslint-plugin-jsdoc": "^30.5.2", + "eslint-plugin-jsdoc": "^30.5.3", "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 2b726600..37d1c7e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3070,10 +3070,10 @@ eslint-plugin-import@^2.22.0: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jsdoc@^30.5.2: - version "30.5.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.5.2.tgz#a2002c52d5fb4a9d42b9fa3a3136a9dbdcb7f69e" - integrity sha512-LJfjqVGYrPUZv4Gt+1OB5NHhySVPeX4Sdd1qUUjTPnBSwbezry7j3NdPVIeU67VwCVJU2rmqd6jhZ7VYec37Cw== +eslint-plugin-jsdoc@^30.5.3: + version "30.5.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.5.3.tgz#9dacab0c0b674ca65627f8d5a4f538c9c383b82a" + integrity sha512-J3VgE9cnjjNYEjAzetzR3UYAY4M1nlu6Nljanaxfe2snQ59d0XTK4d6vMQ0xiDjdwVLWEigQTCa4qxNc9eIrGw== dependencies: comment-parser "^0.7.6" debug "^4.1.1"