diff --git a/package.json b/package.json index 14d856c0..f109509c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.25.3", "eslint-plugin-jest": "25.3.0", - "eslint-plugin-jsdoc": "37.3.0", + "eslint-plugin-jsdoc": "37.4.0", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-react": "7.27.1", diff --git a/yarn.lock b/yarn.lock index 70156c03..10880a45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11579,10 +11579,10 @@ eslint-plugin-jest@25.3.0: dependencies: "@typescript-eslint/experimental-utils" "^5.0.0" -eslint-plugin-jsdoc@37.3.0: - version "37.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.3.0.tgz#37b7eeda4210ed7dea35e2308d65374d5b21b2e0" - integrity sha512-76fXAjqrfcqLpa3JjnDIXYHM8zlrNJYEXv6xvTyMcgbQ/gl0OmoEmPAGV9HxbhbJ9hhcW5fTVemRIwhGUwqJcw== +eslint-plugin-jsdoc@37.4.0: + version "37.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.4.0.tgz#6e6eade5494150a392365f63bbd2fb88caeb8d0c" + integrity sha512-XWKMMHFq7eUdC8XMzuQSskevJvlHTDSAJm/2qtEZ7+qhZTZ0YjeqWaUn7KGdrmxLNqtWwtJ67LdIPgrYUZ5EoA== dependencies: "@es-joy/jsdoccomment" "0.13.0" comment-parser "1.3.0"