Merge pull request #22 from CUBETIQ/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.1.0

Bump eslint-plugin-jsdoc from 39.0.0 to 39.1.0
This commit is contained in:
Sambo Chea 2022-04-11 12:45:20 +07:00 committed by GitHub
commit dfeb5b7467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.0.0",
"eslint-plugin-jsdoc": "^39.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^7.0.2",
"jest": "^27.5.1",
@ -2491,9 +2491,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "39.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.0.0.tgz",
"integrity": "sha512-BSVaVFbZfO3YqyP61lIJ2XJWZra4zNMEpTHzSXvDnZNxBngq9y+3Ggy8SGFp6WKNq6FEVIxNZLf4WLKRelic1Q==",
"version": "39.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.1.0.tgz",
"integrity": "sha512-KgpoLbeSEL3yv6T3QMErelPy+WFJSQkDoUOZTRmqCcsvQ4bmA02Vmw6WbC5cdYQ6P52iUIsAxtXTT66EF/Xzeg==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.22.1",
@ -7951,9 +7951,9 @@
"requires": {}
},
"eslint-plugin-jsdoc": {
"version": "39.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.0.0.tgz",
"integrity": "sha512-BSVaVFbZfO3YqyP61lIJ2XJWZra4zNMEpTHzSXvDnZNxBngq9y+3Ggy8SGFp6WKNq6FEVIxNZLf4WLKRelic1Q==",
"version": "39.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.1.0.tgz",
"integrity": "sha512-KgpoLbeSEL3yv6T3QMErelPy+WFJSQkDoUOZTRmqCcsvQ4bmA02Vmw6WbC5cdYQ6P52iUIsAxtXTT66EF/Xzeg==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.22.1",

View File

@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^39.0.0",
"eslint-plugin-jsdoc": "^39.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^7.0.2",
"jest": "^27.5.1",