From bf700a8184d1fe8fbc1d48eeaa377ed650ba1982 Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@gitlab.tugraz.at> Date: Sun, 23 Oct 2022 14:51:55 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jsdoc to v39.3.21 --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 7f16b2d7..b5b0ce6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3981,9 +3981,9 @@ escape-string-regexp@^1.0.5: integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== eslint-plugin-jsdoc@^39.0.0: - version "39.3.20" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.20.tgz#26330921e8b5075307be4794a9e1a607c13a438d" - integrity sha512-A9pAm4lQeDKyzu6wuMUZS+FQceu6S2G18o9Mld0a48NAeLaLPg9TpoXM2Xv85LZ3AnKUtx+jR9SxXJLgCQiifQ== + version "39.3.21" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.21.tgz#3dc9ccbee175d8ab29be209baae5c27e718069e3" + integrity sha512-y10zOn+lxYPZCy3WyQeD1bp25Wtz40VcZ3tSlLJs4iWM8r9l1qh6cAe9OjXD25CxMLnfbqLst3UoEvI5o7E5nA== dependencies: "@es-joy/jsdoccomment" "~0.33.0" comment-parser "1.3.1" -- GitLab