mirror of https://github.com/webpack/webpack.git
chore(deps-dev): bump eslint-plugin-jsdoc from 15.5.3 to 15.7.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 15.5.3 to 15.7.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v15.5.3...v15.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
04b0d6b4ea
commit
ae97676645
20
yarn.lock
20
yarn.lock
|
|
@ -1524,7 +1524,7 @@ commander@~2.6.0:
|
|||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.6.0.tgz#9df7e52fb2a0cb0fb89058ee80c3104225f37e1d"
|
||||
integrity sha1-nfflL7Kgyw+4kFjugMMQQiXzfh0=
|
||||
|
||||
comment-parser@^0.6.0:
|
||||
comment-parser@^0.6.1:
|
||||
version "0.6.1"
|
||||
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.6.1.tgz#88040c7c0a57c62e64962c3e888518620a42e7c9"
|
||||
integrity sha512-Putzd7Ilyvknmb1KxGf5el9uw0sPx9gEVnDrm8tlvXGN1i8Uaa2VBxB32hUhfzTlrEhhxNQ+pKq4ZNe8wNxjmw==
|
||||
|
|
@ -2196,15 +2196,16 @@ eslint-plugin-jest@^22.2.2:
|
|||
integrity sha512-bIr8LL7buUXS8Pk69SFgaDKgyvPQkDu6i8ko0lP54uccszlo4EOwtstDXOZl5Af3JwudbECxRUbCpL/2cKDkkg==
|
||||
|
||||
eslint-plugin-jsdoc@^15.3.2:
|
||||
version "15.5.3"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.5.3.tgz#44e408e3bf2f60f3ad18dc829f9b9a1e34f33154"
|
||||
integrity sha512-lw8wYa1UFV53JLoqKOQR8YBkKlE/aguR+HGyytL9VKsVvm83DK8ReYnNNDRKik3MF661cGuaUuGfIEcdqg9l4A==
|
||||
version "15.7.1"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.7.1.tgz#f797902a03f0371fdf90b44a40840e745619c8e2"
|
||||
integrity sha512-VsjTmg0i0aOdqJWq/nEWjkgq9+6qK32FWhH+OSXuhCB1BPTquWTLVvRQIF9NzV4fM7L8V4KKABnKyjBCG3XwkA==
|
||||
dependencies:
|
||||
comment-parser "^0.6.0"
|
||||
comment-parser "^0.6.1"
|
||||
debug "^4.1.1"
|
||||
flat-map-polyfill "^0.3.8"
|
||||
jsdoctypeparser "5.0.1"
|
||||
lodash "^4.17.14"
|
||||
lodash "^4.17.15"
|
||||
object.entries-ponyfill "^1.0.1"
|
||||
regextras "^0.6.1"
|
||||
|
||||
eslint-plugin-node@^8.0.0:
|
||||
|
|
@ -4318,7 +4319,7 @@ lodash.sortby@^4.7.0:
|
|||
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
|
||||
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
|
||||
|
||||
lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.4:
|
||||
lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.4:
|
||||
version "4.17.15"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
||||
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
||||
|
|
@ -4927,6 +4928,11 @@ object-visit@^1.0.0:
|
|||
dependencies:
|
||||
isobject "^3.0.0"
|
||||
|
||||
object.entries-ponyfill@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/object.entries-ponyfill/-/object.entries-ponyfill-1.0.1.tgz#29abdf77cbfbd26566dd1aa24e9d88f65433d256"
|
||||
integrity sha1-Kavfd8v70mVm3RqiTp2I9lQz0lY=
|
||||
|
||||
object.getownpropertydescriptors@^2.0.3:
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
|
||||
|
|
|
|||
Loading…
Reference in New Issue