Skip to content

Commit f2b0dd6

Browse files
fix(deps): update dependency eslint-plugin-jsdoc to v22 (#56)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent a82debc commit f2b0dd6

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-ban": "^1.4.0",
4242
"eslint-plugin-etc": "^0.0.1-beta.24",
4343
"eslint-plugin-import": "^2.19.1",
44-
"eslint-plugin-jsdoc": "^19.2.0",
44+
"eslint-plugin-jsdoc": "^22.0.0",
4545
"eslint-plugin-react": "^7.18.3",
4646
"eslint-plugin-react-hooks": "^2.3.0"
4747
}

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,16 +1605,15 @@ eslint-plugin-import@^2.19.1:
16051605
read-pkg-up "^2.0.0"
16061606
resolve "^1.12.0"
16071607

1608-
eslint-plugin-jsdoc@^19.2.0:
1609-
version "19.2.0"
1610-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-19.2.0.tgz#f522b970878ae402b28ce62187305b33dfe2c834"
1611-
integrity sha512-QdNifBFLXCDGdy+26RXxcrqzEZarFWNybCZQVqJQYEYPlxd6lm+LPkrs6mCOhaGc2wqC6zqpedBQFX8nQJuKSw==
1608+
eslint-plugin-jsdoc@^22.0.0:
1609+
version "22.0.0"
1610+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-22.0.0.tgz#371f1dbf4f61ee6e11c23fa1ea3275962f1bceaf"
1611+
integrity sha512-dLqUtIL6tvOoV+9IDdP3FqOnQ/sxklzs4hxZa91kt0TGI2o1fSqIuc6wa71oWtWKEyvaQj7m6CnzQxcBC9CEsg==
16121612
dependencies:
16131613
comment-parser "^0.7.2"
16141614
debug "^4.1.1"
16151615
jsdoctypeparser "^6.1.0"
16161616
lodash "^4.17.15"
1617-
object.entries-ponyfill "^1.0.1"
16181617
regextras "^0.7.0"
16191618
semver "^6.3.0"
16201619
spdx-expression-parse "^3.0.0"
@@ -3626,11 +3625,6 @@ object.assign@^4.1.0:
36263625
has-symbols "^1.0.0"
36273626
object-keys "^1.0.11"
36283627

3629-
object.entries-ponyfill@^1.0.1:
3630-
version "1.0.1"
3631-
resolved "https://registry.npmjs.org/object.entries-ponyfill/-/object.entries-ponyfill-1.0.1.tgz#29abdf77cbfbd26566dd1aa24e9d88f65433d256"
3632-
integrity sha1-Kavfd8v70mVm3RqiTp2I9lQz0lY=
3633-
36343628
object.entries@^1.1.1:
36353629
version "1.1.1"
36363630
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"

0 commit comments

Comments
 (0)