chore(deps): update dependency eslint-plugin-jsdoc to v39.2.2 (#4143)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-17 18:57:47 +02:00 committed by GitHub
parent 365571eaf2
commit bfd3a58276
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.1",
"eslint-plugin-jsdoc": "39.2.2",
"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.22.1",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.22.1.tgz",
"integrity": "sha512-/WMkqLYfwCf0waCAMC8Eddt3iAOdghkDF5vmyKEu8pfO66KRFY1L15yks8mfgURiwOAOJpAQ3blvB3Znj6ZwBw==",
"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==",
"dev": true,
"dependencies": {
"comment-parser": "1.3.1",
@ -5240,17 +5240,17 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "39.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.1.tgz",
"integrity": "sha512-bNNAJPhFUKVBHJMKU7zAQ1LvlVWoDbxAA/Ty9hwSI2hy+AVpc9wq16W6YHXd0PuMhXlv4FgYtjizHMu8Mnc4GA==",
"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==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.22.1",
"@es-joy/jsdoccomment": "~0.23.1",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.4.0",
"semver": "^7.3.6",
"semver": "^7.3.7",
"spdx-expression-parse": "^3.0.1"
},
"engines": {
@ -17098,9 +17098,9 @@
}
},
"@es-joy/jsdoccomment": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.22.1.tgz",
"integrity": "sha512-/WMkqLYfwCf0waCAMC8Eddt3iAOdghkDF5vmyKEu8pfO66KRFY1L15yks8mfgURiwOAOJpAQ3blvB3Znj6ZwBw==",
"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==",
"dev": true,
"requires": {
"comment-parser": "1.3.1",
@ -20609,17 +20609,17 @@
"requires": {}
},
"eslint-plugin-jsdoc": {
"version": "39.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.2.1.tgz",
"integrity": "sha512-bNNAJPhFUKVBHJMKU7zAQ1LvlVWoDbxAA/Ty9hwSI2hy+AVpc9wq16W6YHXd0PuMhXlv4FgYtjizHMu8Mnc4GA==",
"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==",
"dev": true,
"requires": {
"@es-joy/jsdoccomment": "~0.22.1",
"@es-joy/jsdoccomment": "~0.23.1",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.4.0",
"semver": "^7.3.6",
"semver": "^7.3.7",
"spdx-expression-parse": "^3.0.1"
},
"dependencies": {

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.1",
"eslint-plugin-jsdoc": "39.2.2",
"fs-extra": "10.1.0",
"gulp": "4.0.2",
"gulp-rename": "2.0.0",