From 1f3dbe26f37d664ff758a72c16d262a846b80f51 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 18 Jul 2021 05:20:15 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 35.4.3 to 35.4.4 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 35.4.3 to 35.4.4. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v35.4.3...v35.4.4) 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 68852b09..ac314d35 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint": "^7.31.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", - "eslint-plugin-jsdoc": "^35.4.3", + "eslint-plugin-jsdoc": "^35.4.4", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-sonarjs": "^0.7.0", "geckodriver": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 37a6789f..3bc280e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2381,10 +2381,10 @@ eslint-plugin-import@^2.23.4: resolve "^1.20.0" tsconfig-paths "^3.9.0" -eslint-plugin-jsdoc@^35.4.3: - version "35.4.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.4.3.tgz#54deb74b0f53bda4bda5ee1ccfd0deace71c8943" - integrity sha512-hBEn+VNjVX0IKoZ2OdZs0Z1fU8CqZkBSzLqD8ZpwZEamrdi2TUgKvujvETe8gXYQ/67hpRtbR5iPFTgmWpRevw== +eslint-plugin-jsdoc@^35.4.4: + version "35.4.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.4.4.tgz#2f94d1d94579a5e38ab560a94e50fde5def6d2b4" + integrity sha512-bJJw04dzTMSqKc66v4S+mY00bNbeZdU4mSDUYb/FRgqPis7OphDJj1oncePzJmg4m20tzi9MRlGEvkpcWl8pKw== dependencies: "@es-joy/jsdoccomment" "^0.9.0-alpha.1" comment-parser "1.1.6-beta.0"