From f2b0dd6c751fe47718909fd72c8b2e90509b9f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 21:07:13 +0100 Subject: [PATCH] fix(deps): update dependency eslint-plugin-jsdoc to v22 (#56) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 105c3be1..62014721 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-ban": "^1.4.0", "eslint-plugin-etc": "^0.0.1-beta.24", "eslint-plugin-import": "^2.19.1", - "eslint-plugin-jsdoc": "^19.2.0", + "eslint-plugin-jsdoc": "^22.0.0", "eslint-plugin-react": "^7.18.3", "eslint-plugin-react-hooks": "^2.3.0" } diff --git a/yarn.lock b/yarn.lock index ceca7aea..fef858e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1605,16 +1605,15 @@ eslint-plugin-import@^2.19.1: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-jsdoc@^19.2.0: - version "19.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-19.2.0.tgz#f522b970878ae402b28ce62187305b33dfe2c834" - integrity sha512-QdNifBFLXCDGdy+26RXxcrqzEZarFWNybCZQVqJQYEYPlxd6lm+LPkrs6mCOhaGc2wqC6zqpedBQFX8nQJuKSw== +eslint-plugin-jsdoc@^22.0.0: + version "22.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-22.0.0.tgz#371f1dbf4f61ee6e11c23fa1ea3275962f1bceaf" + integrity sha512-dLqUtIL6tvOoV+9IDdP3FqOnQ/sxklzs4hxZa91kt0TGI2o1fSqIuc6wa71oWtWKEyvaQj7m6CnzQxcBC9CEsg== dependencies: comment-parser "^0.7.2" debug "^4.1.1" jsdoctypeparser "^6.1.0" lodash "^4.17.15" - object.entries-ponyfill "^1.0.1" regextras "^0.7.0" semver "^6.3.0" spdx-expression-parse "^3.0.0" @@ -3626,11 +3625,6 @@ object.assign@^4.1.0: has-symbols "^1.0.0" object-keys "^1.0.11" -object.entries-ponyfill@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/object.entries-ponyfill/-/object.entries-ponyfill-1.0.1.tgz#29abdf77cbfbd26566dd1aa24e9d88f65433d256" - integrity sha1-Kavfd8v70mVm3RqiTp2I9lQz0lY= - object.entries@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"