From 0237ba3e7c00ef15680d27875456d020114c413c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 08:24:37 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 34.7.0 to 34.8.2 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 34.7.0 to 34.8.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v34.7.0...v34.8.2) Signed-off-by: dependabot[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 c387ee6c..9a5a0c4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4914,9 +4914,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "34.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-34.7.0.tgz", - "integrity": "sha512-H2zrJorJfocd//PNNYsrPxWNAQjHONzIHGZ9CFYISyfZCOTXYUzH8CyA95LHYpZqGf5UEueHiwl+0bzWreqAjQ==", + "version": "34.8.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-34.8.2.tgz", + "integrity": "sha512-UOU9A40Cl806JMtla2vF+RM6sNqfLPbhLv9FZqhcC7+LmChD3DVaWqM7ADxpF0kMyZNWe1QKUnqGnXaA3NTn+w==", "dev": true, "requires": { "@es-joy/jsdoccomment": "^0.6.0", diff --git a/package.json b/package.json index 31d1633c..6c34941d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.23.2", - "eslint-plugin-jsdoc": "^34.7.0", + "eslint-plugin-jsdoc": "^34.8.2", "eslint-plugin-json": "^3.0.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-promise": "^5.1.0",