chore(deps): update dependency eslint-plugin-jsdoc to v39.2.3 (#4147)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-19 16:35:02 +02:00 committed by GitHub
parent 893540cf88
commit 6e2b9a062a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
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.2",
"eslint-plugin-jsdoc": "39.2.3",
"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.23.5",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.23.5.tgz",
"integrity": "sha512-DX0nCoxvZy3Q06Vng6hqNG76ZRycRTH+6ycdkfmvKxdI/DBb3pjC7mT+5Vr2mQ+1J2R/eTDLavGe95hJARYRlw==",
"version": "0.25.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.25.0.tgz",
"integrity": "sha512-qK+cS+ikkF1D86uUGDDprgmBAd7cjr6xftCXsA+0WbT+nlrzo5sAqnkL15GuIaJtZ57O/oDXLSem+wcmFEyxug==",
"dev": true,
"dependencies": {
"comment-parser": "1.3.1",
@ -5222,12 +5222,12 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "39.2.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.2.tgz",
"integrity": "sha512-ybkvja0p9JRzHEd2ST9h+Z47DLOuPyXpeb6r18/zKHdMmggPU1J0/zl+F0phea8ze9rMxi42MJVmGXi2NZ7PpA==",
"version": "39.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.3.tgz",
"integrity": "sha512-kYB0Sxq51cfZGVkKoI9wjhR/01/z/IUwhfHd7DzP3dKT/GGk2heBGwYyxE8kaptTDXQRpS99H/h4SW3Rj8faCA==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.23.1",
"@es-joy/jsdoccomment": "~0.25.0",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
@ -17080,9 +17080,9 @@
}
},
"@es-joy/jsdoccomment": {
"version": "0.23.5",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.23.5.tgz",
"integrity": "sha512-DX0nCoxvZy3Q06Vng6hqNG76ZRycRTH+6ycdkfmvKxdI/DBb3pjC7mT+5Vr2mQ+1J2R/eTDLavGe95hJARYRlw==",
"version": "0.25.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.25.0.tgz",
"integrity": "sha512-qK+cS+ikkF1D86uUGDDprgmBAd7cjr6xftCXsA+0WbT+nlrzo5sAqnkL15GuIaJtZ57O/oDXLSem+wcmFEyxug==",
"dev": true,
"requires": {
"comment-parser": "1.3.1",
@ -20579,12 +20579,12 @@
"requires": {}
},
"eslint-plugin-jsdoc": {
"version": "39.2.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.2.tgz",
"integrity": "sha512-ybkvja0p9JRzHEd2ST9h+Z47DLOuPyXpeb6r18/zKHdMmggPU1J0/zl+F0phea8ze9rMxi42MJVmGXi2NZ7PpA==",
"version": "39.2.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.3.tgz",
"integrity": "sha512-kYB0Sxq51cfZGVkKoI9wjhR/01/z/IUwhfHd7DzP3dKT/GGk2heBGwYyxE8kaptTDXQRpS99H/h4SW3Rj8faCA==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.23.1",
"@es-joy/jsdoccomment": "~0.25.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.2",
"eslint-plugin-jsdoc": "39.2.3",
"fs-extra": "10.1.0",
"gulp": "4.0.2",
"gulp-rename": "2.0.0",