From fffdecf3726f3944d7937cdcb6d452a4f61ecc6c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 15:14:49 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 22.1.0 to 23.0.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 22.1.0 to 23.0.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v22.1.0...v23.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 627a7b5b..8968036a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4291,9 +4291,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "22.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-22.1.0.tgz", - "integrity": "sha512-54NdbICM7KrxsGUqQsev9aIMqPXyvyBx2218Qcm0TQ16P9CtBI+YY4hayJR6adrxlq4Ej0JLpgfUXWaQVFqmQg==", + "version": "23.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-23.0.0.tgz", + "integrity": "sha512-zj5ZephjKkFU/J9hEw3RcjwpuywChvwNMgHs2DTgOuKarpJ65SJU3JGgx/K4y9l8iFw0ysrk6NlAKDX88ZwZdw==", "dev": true, "requires": { "comment-parser": "^0.7.2", diff --git a/package.json b/package.json index f90a3a52..de6a92a5 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.2", - "eslint-plugin-jsdoc": "^22.1.0", + "eslint-plugin-jsdoc": "^23.0.0", "husky": "^4.2.5", "jest": "^25.3.0", "nock": "^12.0.3",