diff --git a/packages/xerox-eslint-config/package.json b/packages/xerox-eslint-config/package.json index ff3e5ca2..27529771 100644 --- a/packages/xerox-eslint-config/package.json +++ b/packages/xerox-eslint-config/package.json @@ -31,7 +31,7 @@ "eslint-import-resolver-typescript": "^2.2.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jest": "^23.20.0", - "eslint-plugin-jsdoc": "^30.2.4", + "eslint-plugin-jsdoc": "^30.3.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.6" }, diff --git a/yarn.lock b/yarn.lock index f80e1696..2beb067e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3017,10 +3017,10 @@ eslint-plugin-jest@^23.20.0: dependencies: "@typescript-eslint/experimental-utils" "^2.5.0" -eslint-plugin-jsdoc@^30.2.4: - version "30.2.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.2.4.tgz#fab63c612d10f7f622ed6ebdd6d9919fc6cc4e0e" - integrity sha512-7TLp+1EK/ufnzlBUuzgDiPz5k2UUIa01cFkZTvvbJr8PE0iWVDqENg0yLhqGUYaZfYRFhHpqCML8SQR94omfrg== +eslint-plugin-jsdoc@^30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.3.0.tgz#11f169d6ab52c56c77aa68d1458f268655e16db4" + integrity sha512-RvDLH26ILwX2J60P7tlNdz5IlTFeC52TEFgAC12+nz/lOx4a7n3/hP8fBPFZrQP07WA1t9ZOO8H/i7cEs2BTnA== dependencies: comment-parser "^0.7.6" debug "^4.1.1"