diff --git a/package.json b/package.json index a55ccb8f..345e989c 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@grafana/schema": "^10.1.2", "@grafana/ui": "^10.1.2", "deepdash": "^5.0.0", - "eslint-plugin-jsdoc": "48.6.0", + "eslint-plugin-jsdoc": "48.7.0", "graphql": "^16.6.0", "graphql-language-service": "^5.1.2", "graphql-tag": "^2.12.6", diff --git a/yarn.lock b/yarn.lock index 58147b48..e3375377 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1240,15 +1240,13 @@ esquery "^1.5.0" jsdoc-type-pratt-parser "~4.0.0" -"@es-joy/jsdoccomment@~0.45.0": - version "0.45.0" - resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.45.0.tgz#20410348ab4d703e602179f5c79f9d59819377a0" - integrity sha512-U8T5eXLkP78Sr12rR91494GhlEgp8jqs7OaUHbdUffADxU1JQmKjZm5uSyAEGv2oolDMJ+wce7yylfnnwOevtA== +"@es-joy/jsdoccomment@~0.46.0": + version "0.46.0" + resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.46.0.tgz#47a2ee4bfc0081f252e058272dfab680aaed464d" + integrity sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ== dependencies: - "@types/eslint" "^8.56.5" - "@types/estree" "^1.0.5" comment-parser "1.4.1" - esquery "^1.5.0" + esquery "^1.6.0" jsdoc-type-pratt-parser "~4.0.0" "@eslint-community/eslint-utils@^4.2.0": @@ -2492,7 +2490,7 @@ "@types/eslint" "*" "@types/estree" "*" -"@types/eslint@*", "@types/eslint@^8.56.10", "@types/eslint@^8.56.5": +"@types/eslint@*", "@types/eslint@^8.56.10": version "8.56.10" resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d" integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ== @@ -4861,12 +4859,12 @@ eslint-plugin-jsdoc@46.2.6: semver "^7.5.1" spdx-expression-parse "^3.0.1" -eslint-plugin-jsdoc@48.6.0: - version "48.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.6.0.tgz#e8fade0fe783fd9c8d2f30a462ba2c1e506091aa" - integrity sha512-UsOdFYWeyYaiGW1OzJaKvRpb88JPF0HGpDkmMDvhfWbTGu3B4TYKhGH3cPGiRjMDxKPA3fJ/+tL823argNxOkA== +eslint-plugin-jsdoc@48.7.0: + version "48.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.7.0.tgz#1450e5bccc320dee01a8d24ac71651a539857692" + integrity sha512-5oiVf7Y+ZxGYQTlLq81X72n+S+hjvS/u0upAdbpPEeaIZILK3MKN8lm/6QqKioBjm/qZ0B5XpMQUtc2fUkqXAg== dependencies: - "@es-joy/jsdoccomment" "~0.45.0" + "@es-joy/jsdoccomment" "~0.46.0" are-docs-informative "^0.0.2" comment-parser "1.4.1" debug "^4.3.5"