Build(deps-dev): bump eslint-plugin-jsdoc from 15.8.1 to 15.8.3 (#3917)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.8.1 to 15.8.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.8.1...v15.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-26 18:13:42 -05:00
committed by Caleb Cartwright
parent a1ca58e8a0
commit 82474328cb
2 changed files with 5 additions and 12 deletions

15
package-lock.json generated
View File

@@ -9587,14 +9587,13 @@
}
},
"eslint-plugin-jsdoc": {
"version": "15.8.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.8.1.tgz",
"integrity": "sha512-L3cV5WvIWBC/plHP3w86nsCUm3KR4lJB3Jku2rAew5CuqOJbG23EWAY0+tbTmL/7DEcHvnLS5JbzZG4vlcndtA==",
"version": "15.8.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.8.3.tgz",
"integrity": "sha512-p2O6SYetuSD5gWV04HHevIfp2WfimXReYwINuB4iC33hm1jrYoP+t2XbJtCBYvjhoRjjw8w4NfnyZKixte1fug==",
"dev": true,
"requires": {
"comment-parser": "^0.6.1",
"comment-parser": "^0.6.2",
"debug": "^4.1.1",
"flat-map-polyfill": "^0.3.8",
"jsdoctypeparser": "5.0.1",
"lodash": "^4.17.15",
"object.entries-ponyfill": "^1.0.1",
@@ -10753,12 +10752,6 @@
}
}
},
"flat-map-polyfill": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/flat-map-polyfill/-/flat-map-polyfill-0.3.8.tgz",
"integrity": "sha512-ZfmD5MnU7GglUEhiky9C7yEPaNq1/wh36RDohe+Xr3nJVdccwHbdTkFIYvetcdsoAckUKT51fuf44g7Ni5Doyg==",
"dev": true
},
"flatted": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.0.tgz",

View File

@@ -185,7 +185,7 @@
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^15.8.1",
"eslint-plugin-jsdoc": "^15.8.3",
"eslint-plugin-mocha": "^6.0.0",
"eslint-plugin-no-extension-in-require": "^0.2.0",
"eslint-plugin-node": "^9.1.0",