chore(deps): update dependency eslint-plugin-jsdoc to v43

This commit is contained in:
renovate[bot] 2023-04-19 17:51:58 +00:00 committed by Fernando Fernández
parent d4476b1e32
commit 0b5513a278
2 changed files with 16 additions and 16 deletions

View File

@ -67,7 +67,7 @@
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "41.1.1",
"eslint-plugin-jsdoc": "43.0.6",
"eslint-plugin-jsonc": "2.7.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.2",

30
package-lock.json generated
View File

@ -62,7 +62,7 @@
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "41.1.1",
"eslint-plugin-jsdoc": "43.0.6",
"eslint-plugin-jsonc": "2.7.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.2",
@ -269,17 +269,17 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.0.tgz",
"integrity": "sha512-hjK0wnsPCYLlF+HHB4R/RbUjOWeLW2SlarB67+Do5WsKILOkmIZvvPJFbtWSmbypxcjpoECLAMzoao0D4Bg5ZQ==",
"version": "0.37.1",
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz",
"integrity": "sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==",
"dev": true,
"dependencies": {
"comment-parser": "1.3.1",
"esquery": "^1.4.0",
"esquery": "^1.5.0",
"jsdoc-type-pratt-parser": "~4.0.0"
},
"engines": {
"node": "^14 || ^16 || ^17 || ^18 || ^19"
"node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20"
}
},
"node_modules/@esbuild/linux-x64": {
@ -5285,22 +5285,22 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "41.1.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-41.1.1.tgz",
"integrity": "sha512-dfH97DKLGtQ5dgEMzd+GSUuY+xX/yyAfjML3O0pEWmMMpylsG6Ro65s4ziYXKmixiENYK9CTQxCVRGqZUFN2Mw==",
"version": "43.0.6",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.0.6.tgz",
"integrity": "sha512-EJyrcIY4e/e51yzLLBpYX7/Ld1+08Bl/XparwHFTmQ8gUfir4wEmY2c/lj91k9+/8auKeNA5ejbyaOl42xX0AQ==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.37.0",
"@es-joy/jsdoccomment": "~0.37.1",
"are-docs-informative": "^0.0.2",
"comment-parser": "1.3.1",
"debug": "^4.3.4",
"escape-string-regexp": "^4.0.0",
"esquery": "^1.5.0",
"semver": "^7.3.8",
"semver": "^7.5.0",
"spdx-expression-parse": "^3.0.1"
},
"engines": {
"node": "^14 || ^16 || ^17 || ^18 || ^19"
"node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
@ -10348,9 +10348,9 @@
"dev": true
},
"node_modules/semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
"dev": true,
"dependencies": {
"lru-cache": "^6.0.0"