Merge pull request #272 from CUBETIQ/dependabot/npm_and_yarn/eslint-plugin-jsdoc-39.6.8

Bump eslint-plugin-jsdoc from 39.6.7 to 39.6.8
This commit is contained in:
Sambo Chea 2023-01-25 12:10:46 +07:00 committed by GitHub
commit 1dfcadd1e9
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.48.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsdoc": "^39.6.7",
"eslint-plugin-jsdoc": "^39.6.8",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.3",
"jest": "^29.4.0",
@ -2579,9 +2579,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "39.6.7",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.7.tgz",
"integrity": "sha512-0mrzXrHvL2ZLe3QK9X0OEDy7Fs2cFQ/f1d1G5KHEGD+13D1qg56Iovq0uOkYf5bJlHiKPytWVgOOO9y7kLW3VA==",
"version": "39.6.8",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.8.tgz",
"integrity": "sha512-8W2B2vCfqXmV6AxhEO9u25zPqk7V/LxCsZBl0xDF1CSLDqabiQQtZXpWp19K53HMfFZMLeNRJRUFFhauWgMZrA==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.36.1",
@ -7953,9 +7953,9 @@
"requires": {}
},
"eslint-plugin-jsdoc": {
"version": "39.6.7",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.7.tgz",
"integrity": "sha512-0mrzXrHvL2ZLe3QK9X0OEDy7Fs2cFQ/f1d1G5KHEGD+13D1qg56Iovq0uOkYf5bJlHiKPytWVgOOO9y7kLW3VA==",
"version": "39.6.8",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.6.8.tgz",
"integrity": "sha512-8W2B2vCfqXmV6AxhEO9u25zPqk7V/LxCsZBl0xDF1CSLDqabiQQtZXpWp19K53HMfFZMLeNRJRUFFhauWgMZrA==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.36.1",

View File

@ -29,7 +29,7 @@
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-jsdoc": "^39.6.7",
"eslint-plugin-jsdoc": "^39.6.8",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^8.0.3",
"jest": "^29.4.0",