diff --git a/package.json b/package.json index 889e1c9e14a2f4ae8d2b6074451d8988be26b06a..7891bcbebae84a92166ae04446cb14082bfca498 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@rollup/plugin-url": "^8.0.0", "chai": "^4.2.0", "eslint": "^8.0.0", - "eslint-plugin-jsdoc": "^40.0.0", + "eslint-plugin-jsdoc": "^41.0.0", "glob": "^10.0.0", "i18next-parser": "^7.0.0", "karma": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 8b6ad28f601c4b7c5555d601cc502faeacf6a7c2..23c3c4c0b7bc65ab850870c03e5602c4965fe2b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1584,6 +1584,11 @@ append-buffer@^1.0.2: dependencies: buffer-equal "^1.0.0" +are-docs-informative@^0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963" + integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig== + argparse@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" @@ -2606,12 +2611,13 @@ eslint-plugin-jsdoc@^39.0.0: semver "^7.3.8" spdx-expression-parse "^3.0.1" -eslint-plugin-jsdoc@^40.0.0: - version "40.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.3.0.tgz#75a91ab71c41bb797db05a32d9528ce3ab613e90" - integrity sha512-EhCqpzRkxoT2DUB4AnrU0ggBYvTh3bWrLZzQTupq6vSVE6XzNwJVKsOHa41GCoevnsWMBNmoDVjXWGqckjuG1g== +eslint-plugin-jsdoc@^41.0.0: + version "41.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-41.1.1.tgz#f5430aea369c4eb69c2fdc4030e09eb79d5f0518" + integrity sha512-dfH97DKLGtQ5dgEMzd+GSUuY+xX/yyAfjML3O0pEWmMMpylsG6Ro65s4ziYXKmixiENYK9CTQxCVRGqZUFN2Mw== dependencies: "@es-joy/jsdoccomment" "~0.37.0" + are-docs-informative "^0.0.2" comment-parser "1.3.1" debug "^4.3.4" escape-string-regexp "^4.0.0"