chore(deps): update dependency eslint-plugin-jsdoc to v39.2.7 (#4150)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-21 20:25:09 +02:00 committed by GitHub
parent 672552bd7d
commit ba5232cdb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@ -32,7 +32,7 @@
"dgeni-packages": "0.16.10",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.2.4",
"eslint-plugin-jsdoc": "39.2.7",
"fs-extra": "10.1.0",
"gulp": "4.0.2",
"gulp-rename": "2.0.0",
@ -986,9 +986,9 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.27.0.tgz",
"integrity": "sha512-UgBrTnrcXU3BmXTVR4Jk97aepgEDb/mn+hSVWvRuP/DsZ4b+8TXeISfLGPWipKoXOTGoZlAUs7pfiTZuJAZGPQ==",
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.28.0.tgz",
"integrity": "sha512-qXqur4077IrMLZIY0YKpGQvpuSBsiH5dY67HkjINspFgzl/i0rytmSuD8s/hen9+h7Sww3Vg+U01Q/dgxJeFcQ==",
"dev": true,
"dependencies": {
"comment-parser": "1.3.1",
@ -996,7 +996,7 @@
"jsdoc-type-pratt-parser": "~3.0.1"
},
"engines": {
"node": "^12 || ^14 || ^16 || ^17"
"node": "^12 || ^14 || ^16 || ^17 || ^18"
}
},
"node_modules/@eslint/eslintrc": {
@ -5222,12 +5222,12 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "39.2.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.4.tgz",
"integrity": "sha512-JiVDGPRWK2SK96awi2RM0AmCwtkM5ierwGWq7JHfsnUkFHAMlDWycLJZqQstRQ620AG3nWWrKqtRmWmcRgtQ1w==",
"version": "39.2.7",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.7.tgz",
"integrity": "sha512-vLaNFVbhoUrAX2f7gKpzALEWaDCiGGydlPYzrZLVlWXdUm6UZdJq3GKlYEoI9Q/eL66cPbHukaQHD4MQ1/T8rg==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.27.0",
"@es-joy/jsdoccomment": "~0.28.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
@ -5236,7 +5236,7 @@
"spdx-expression-parse": "^3.0.1"
},
"engines": {
"node": "^14 || ^16 || ^17"
"node": "^14 || ^16 || ^17 || ^18"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
@ -17080,9 +17080,9 @@
}
},
"@es-joy/jsdoccomment": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.27.0.tgz",
"integrity": "sha512-UgBrTnrcXU3BmXTVR4Jk97aepgEDb/mn+hSVWvRuP/DsZ4b+8TXeISfLGPWipKoXOTGoZlAUs7pfiTZuJAZGPQ==",
"version": "0.28.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.28.0.tgz",
"integrity": "sha512-qXqur4077IrMLZIY0YKpGQvpuSBsiH5dY67HkjINspFgzl/i0rytmSuD8s/hen9+h7Sww3Vg+U01Q/dgxJeFcQ==",
"dev": true,
"requires": {
"comment-parser": "1.3.1",
@ -20579,12 +20579,12 @@
"requires": {}
},
"eslint-plugin-jsdoc": {
"version": "39.2.4",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.4.tgz",
"integrity": "sha512-JiVDGPRWK2SK96awi2RM0AmCwtkM5ierwGWq7JHfsnUkFHAMlDWycLJZqQstRQ620AG3nWWrKqtRmWmcRgtQ1w==",
"version": "39.2.7",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.7.tgz",
"integrity": "sha512-vLaNFVbhoUrAX2f7gKpzALEWaDCiGGydlPYzrZLVlWXdUm6UZdJq3GKlYEoI9Q/eL66cPbHukaQHD4MQ1/T8rg==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.27.0",
"@es-joy/jsdoccomment": "~0.28.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",

View File

@ -47,7 +47,7 @@
"dgeni-packages": "0.16.10",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jsdoc": "39.2.4",
"eslint-plugin-jsdoc": "39.2.7",
"fs-extra": "10.1.0",
"gulp": "4.0.2",
"gulp-rename": "2.0.0",