chore(deps-dev): bump eslint-plugin-jsdoc from 34.8.1 to 34.8.2

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 34.8.1 to 34.8.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v34.8.1...v34.8.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-20 00:20:20 +00:00 committed by Julien Machiels
parent 0f838d442b
commit 18759ffae3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9390,9 +9390,9 @@
"dev": true
},
"eslint-plugin-jsdoc": {
"version": "34.8.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-34.8.1.tgz",
"integrity": "sha512-OLLq1UfzHr4Z+Y07R/t8x4eF5FS5yxWeUwaLaRv6DgX7pJEEl/3PzwDZfnYWFy2HQSanGmZnBhUQoHe6kPxN4g==",
"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",

View File

@ -109,7 +109,7 @@
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-jsdoc": "^34.8.1",
"eslint-plugin-jsdoc": "^34.8.2",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-nuxt": "^2.0.0",