diff --git a/package.json b/package.json index f25a0685c624..5861ba478d7d 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "eslint-plugin-eslint-plugin": "2.2.1", "eslint-plugin-google-camelcase": "0.0.2", "eslint-plugin-jasmine": "4.1.1", - "eslint-plugin-jsdoc": "23.1.0", + "eslint-plugin-jsdoc": "24.0.0", "eslint-plugin-local": "1.0.0", "eslint-plugin-notice": "0.8.9", "eslint-plugin-prettier": "3.1.3", diff --git a/yarn.lock b/yarn.lock index 175ca09a4d99..156677a12d15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6480,10 +6480,10 @@ eslint-plugin-jasmine@4.1.1: resolved "https://registry.yarnpkg.com/eslint-plugin-jasmine/-/eslint-plugin-jasmine-4.1.1.tgz#afdf8ca6a91e85041d9e0fb650af446874bf8852" integrity sha512-uS7kvt7RPUB/gLDwhJ/Ax0APrmkj7In8VJWkiZLYHafz2Ix74mMRJx82YZZ3zHRa/YOuTL+ig6dW/aKwdNzUuw== -eslint-plugin-jsdoc@23.1.0: - version "23.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-23.1.0.tgz#81843b60b6bc1761de9f98ebe14bfd0eff44b6dd" - integrity sha512-5cIL9M6/mCEQiEpJpvvjwpLPIMTpSKGjXr3i/gHEaJAUJLBkTZbQ/vTi0/Dzv6LKBoRCAzigWr91a3vor4gwLg== +eslint-plugin-jsdoc@24.0.0: + version "24.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-24.0.0.tgz#41c7b06d33741e41e80a8f08c82aaa58ceef2e4b" + integrity sha512-AGAc9PYpramsJGVmqtxnXBYlq+AMh+hIZdbJ52OLvyJS3f+PaT/PzuckRFOLnth2uhCDv4IjgsB3r5jUFWqUnw== dependencies: comment-parser "^0.7.2" debug "^4.1.1"