From 48d2e80d1c3014fdcba2849e64e65e5f9774c001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 06:38:01 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 31.0.3 to 31.0.5 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.0.3 to 31.0.5. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.0.3...v31.0.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0651a89..2ff4f4b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "eslint": "^7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsdoc": "^31.0.3", + "eslint-plugin-jsdoc": "^31.0.5", "eslint-plugin-react": "^7.22.0", "husky": "^5.0.6", "is-ci": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index c4d067e..eb5836b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6189,10 +6189,10 @@ eslint-plugin-import@^2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jsdoc@^31.0.3: - version "31.0.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.0.3.tgz#23dd8bee22421af1dab0a00a91dfc3d47f644a76" - integrity sha512-O2HXyXyw2FYXWngFGeuCxhmClb4M1Y/w+bPcahO31P/Tw+vHZUU9wkPkSML2izznJ1dp3dnTG4on9bXDZDWfyQ== +eslint-plugin-jsdoc@^31.0.5: + version "31.0.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-31.0.5.tgz#f190d1b81989e9febb01356618b721cdc23675c4" + integrity sha512-TiBVItHnBAtSAY4YfYq0PBIfcCqmInYpK7ziCgCQgBUdRT30JtIqZ6TLrH5kF237fpfSdFUFYCVkdlc+MZPd0g== dependencies: comment-parser "1.0.1" debug "^4.3.1"