diff --git a/package.json b/package.json index 03a841d8..3c18d2fd 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-plugin-filenames": "1.3.2", "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "24.3.6", - "eslint-plugin-jsdoc": "32.3.1", + "eslint-plugin-jsdoc": "32.3.2", "eslint-plugin-no-use-extend-native": "0.5.0", "eslint-plugin-promise": "5.1.0", "eslint-plugin-unicorn": "29.0.0", diff --git a/yarn.lock b/yarn.lock index 55cf3cc2..8b99e9a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2239,10 +2239,10 @@ commander@^6.2.0: resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c" integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== -comment-parser@1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.2.tgz#e5317d7a2ec22b470dcb54a29b25426c30bf39d8" - integrity sha512-AOdq0i8ghZudnYv8RUnHrhTgafUGs61Rdz9jemU5x2lnZwAWyOq7vySo626K59e1fVKH1xSRorJwPVRLSWOoAQ== +comment-parser@1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.1.5.tgz#453627ef8f67dbcec44e79a9bd5baa37f0bce9b2" + integrity sha512-RePCE4leIhBlmrqiYTvaqEeGYg7qpSl4etaIabKtdOQVi+mSTIBBklGUwIr79GXYnl3LpMwmDw4KeR2stNc6FA== commitizen@4.2.3, commitizen@^4.0.3: version "4.2.3" @@ -3172,17 +3172,17 @@ eslint-plugin-jest@24.3.6: dependencies: "@typescript-eslint/experimental-utils" "^4.0.1" -eslint-plugin-jsdoc@32.3.1: - version "32.3.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.3.1.tgz#1c50b82b12f903bdb4117f7b68e97fb2f65a5f73" - integrity sha512-Xcbc8Cr79QveH+MndVwtZ3uafDdXyrsIkS8lP71Fhn5Qi1Lr8TU2QZNkMYIJSvmuLqDB5Jj/VVULMCvaBZBkvg== +eslint-plugin-jsdoc@32.3.2: + version "32.3.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-32.3.2.tgz#69cf9ad42bcb0cf265890e7477207392fbfa541d" + integrity sha512-kcdg0OvhI466KgMYXwxGvP6+m9J/sIBg0Jkn9eDU5lnM6RSVM27M9zKZim2XY6AUbbdqmkBPEP4ixvtBXRHktQ== dependencies: - comment-parser "1.1.2" + comment-parser "1.1.5" debug "^4.3.1" jsdoctypeparser "^9.0.0" - lodash "^4.17.20" + lodash "^4.17.21" regextras "^0.7.1" - semver "^7.3.4" + semver "^7.3.5" spdx-expression-parse "^3.0.1" eslint-plugin-no-use-extend-native@0.5.0: