From 64b312adf53d26f154cf2f9dfb619f0e3c40d5cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:54:46 +0100 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jsdoc to v37.7.1 (#1298) Co-authored-by: Renovate Bot Co-authored-by: Samuel Bodin --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 626cf318..e603e0ef 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.25.4", "eslint-plugin-jest": "25.3.0", - "eslint-plugin-jsdoc": "37.7.0", + "eslint-plugin-jsdoc": "37.7.1", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-react": "7.28.0", diff --git a/yarn.lock b/yarn.lock index 30d85e9a..9e7b31aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11833,10 +11833,10 @@ eslint-plugin-jest@25.3.0: dependencies: "@typescript-eslint/experimental-utils" "^5.0.0" -eslint-plugin-jsdoc@37.7.0: - version "37.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.7.0.tgz#975d9f18cb0520dde7a2b0db5f4421dfee3fdd17" - integrity sha512-vzy3/ltXoGtabRnjLogaEmhGxxIv5B8HK5MJLIrdxFJUvhBppZjuVuLr71DjIBi0jg6bFomwkYKjojt29cN8PA== +eslint-plugin-jsdoc@37.7.1: + version "37.7.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.7.1.tgz#faf2cd2c56df11f77063aef3abbe4a1932af308f" + integrity sha512-ySxDTedl6qKXT/VeTwcZlhsRtvNQZGPklyVnaL5+ge20vowzFA9CKvrY0NXRqvdIz6JBVMFpxX9DSmS3OyAUOQ== dependencies: "@es-joy/jsdoccomment" "~0.18.0" comment-parser "1.3.0"