Merge pull request #323 from CUBETIQ/dependabot/npm_and_yarn/eslint-plugin-jsdoc-40.0.2

Bump eslint-plugin-jsdoc from 40.0.1 to 40.0.2
This commit is contained in:
Sambo Chea 2023-03-14 14:32:04 +07:00 committed by GitHub
commit 42a53a77b3
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.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-jsdoc": "^40.0.1",
"eslint-plugin-jsdoc": "^40.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.3",
"jest": "^29.5.0",
@ -2500,9 +2500,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "40.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.0.1.tgz",
"integrity": "sha512-KkiRInury7YrjjV5aCHDxwsPy6XFt5p2b2CnpDMITnWs8patNPf5kj24+VXIWw45kP6z/B0GOKfrYczB56OjQQ==",
"version": "40.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.0.2.tgz",
"integrity": "sha512-EjcpQX64+d02kKMlBZbTc7xIkCOa0A9TF2AlB/3NlM7Xl8bywwvJ5Wo7ickEn/EzfauMbZcCCKSZItAH+6Xakg==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.36.1",
@ -7834,9 +7834,9 @@
"requires": {}
},
"eslint-plugin-jsdoc": {
"version": "40.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.0.1.tgz",
"integrity": "sha512-KkiRInury7YrjjV5aCHDxwsPy6XFt5p2b2CnpDMITnWs8patNPf5kj24+VXIWw45kP6z/B0GOKfrYczB56OjQQ==",
"version": "40.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.0.2.tgz",
"integrity": "sha512-EjcpQX64+d02kKMlBZbTc7xIkCOa0A9TF2AlB/3NlM7Xl8bywwvJ5Wo7ickEn/EzfauMbZcCCKSZItAH+6Xakg==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.36.1",

View File

@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-jsdoc": "^40.0.1",
"eslint-plugin-jsdoc": "^40.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.3",
"jest": "^29.5.0",