Skip to content

Commit

Permalink
Merge pull request #13338 from webpack/dependabot/npm_and_yarn/eslint…
Browse files Browse the repository at this point in the history
…-plugin-jsdoc-33.3.0

chore(deps-dev): bump eslint-plugin-jsdoc from 33.0.0 to 33.3.0
  • Loading branch information
sokra committed May 10, 2021
2 parents 954cf75 + 676df64 commit 355b726
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions yarn.lock
Expand Up @@ -540,10 +540,14 @@
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz#8f03a22a04de437254e8ce8cc84ba39689288752"
integrity sha512-HyYEUDeIj5rRQU2Hk5HTB2uHsbRQpF70nvMhVzi+VJR0X+xNEhjPui4/kBf3VeH/wqD28PT4sVOm8qqLjBrSZg==

"@es-joy/jsdoccomment@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.1.1.tgz#23c54b8803cd10a2455385a5b2d7c27d6b55c36d"
integrity sha512-6lIx5Pjc50D7VJU9lfRZ1twfIrIwQk+aeT9Ink2C07IUu/y9pxkIpDqmhY/VN3jAW42dA5z6ioOdyhOZZU1isw==
"@es-joy/jsdoccomment@^0.4.4":
version "0.4.4"
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.4.4.tgz#8a25154156edbfc29e310943ebb17ee29122c9df"
integrity sha512-ua4qDt9dQb4qt5OI38eCZcQZYE5Bq3P0GzgvDARdT8Lt0mAUpxKTPy8JGGqEvF77tG1irKDZ3WreeezEa3P43w==
dependencies:
comment-parser "^1.1.5"
esquery "^1.4.0"
jsdoctypeparser "^9.0.0"

"@eslint/eslintrc@^0.4.0":
version "0.4.0"
Expand Down Expand Up @@ -1886,7 +1890,7 @@ comment-json@^4.0.6, comment-json@^4.1.0:
has-own-prop "^2.0.0"
repeat-string "^1.6.1"

comment-parser@1.1.5:
comment-parser@1.1.5, 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==
Expand Down Expand Up @@ -2492,13 +2496,14 @@ eslint-plugin-jest@^24.1.3:
"@typescript-eslint/experimental-utils" "^4.0.1"

eslint-plugin-jsdoc@^33.0.0:
version "33.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-33.0.0.tgz#0aefe92706176b8c02c5a8ae721bf3b4705936a5"
integrity sha512-bkopnnuDdT04abKWPfDdD6XcAp2yX6UDpDViyvIdYmxbZYbpHXCRzQzLqCTo+SzWSTS0KFWz/V3shmmMr+x4EA==
version "33.3.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-33.3.0.tgz#a287db838d2cac4b36b76d99213901be6a31e9f5"
integrity sha512-wt6I9X8JoOyUtnsafM7AWBEfLCD3BI1wR5/vTu0hti4CoZc37bB4ZX9A7DsWKbEC/xROAAcBV2VAT638w9VKyQ==
dependencies:
"@es-joy/jsdoccomment" "^0.1.1"
"@es-joy/jsdoccomment" "^0.4.4"
comment-parser "1.1.5"
debug "^4.3.1"
esquery "^1.4.0"
jsdoctypeparser "^9.0.0"
lodash "^4.17.21"
regextras "^0.7.1"
Expand Down

0 comments on commit 355b726

Please sign in to comment.