Skip to content

Commit

Permalink
📦 Update dependency eslint-plugin-jsdoc to v15.9.10 (#24899)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rsimha committed Oct 7, 2019
1 parent cd11ac5 commit b1e72dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-eslint-plugin": "2.1.0",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-jasmine": "2.10.1",
"eslint-plugin-jsdoc": "15.9.8",
"eslint-plugin-jsdoc": "15.9.10",
"eslint-plugin-local": "1.0.0",
"eslint-plugin-notice": "0.8.9",
"eslint-plugin-prettier": "3.1.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4801,14 +4801,14 @@ eslint-plugin-jasmine@2.10.1:
resolved "https://registry.yarnpkg.com/eslint-plugin-jasmine/-/eslint-plugin-jasmine-2.10.1.tgz#5733b709e751f4bc40e31e1c16989bd2cdfbec97"
integrity sha1-VzO3CedR9LxA4x4cFpib0s377Jc=

eslint-plugin-jsdoc@15.9.8:
version "15.9.8"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.9.8.tgz#adc491e66d8f824c6f6920c2ddb0201524f14e31"
integrity sha512-aJKMPuLkWe4HyTociywq48uUaxU79uvsCZ0ZcE6TynxI+SLySXbdPQTSxNZnn6FjMf8Tv/7h1BHC3dIkcqwTdQ==
eslint-plugin-jsdoc@15.9.10:
version "15.9.10"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-15.9.10.tgz#7cf8e0f4d2bba3e540e80acf119306f3fe31fd26"
integrity sha512-m3jQQ7MJCnOksAhrQU5wSuPZQND1qvFNGBddhM2k3P9dJRg1N0fKHl79SE2ZV/ykd2RV1flsMHEa46kY2RCUPA==
dependencies:
comment-parser "^0.6.2"
debug "^4.1.1"
jsdoctypeparser "5.0.1"
jsdoctypeparser "^5.1.1"
lodash "^4.17.15"
object.entries-ponyfill "^1.0.1"
regextras "^0.6.1"
Expand Down Expand Up @@ -7914,10 +7914,10 @@ jsbn@~0.1.0:
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=

jsdoctypeparser@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-5.0.1.tgz#0d6bc09bb8bebeca5a588fcd508228d2189409a3"
integrity sha512-dYwcK6TKzvq+ZKtbp4sbQSW9JMo6s+4YFfUs5D/K7bZsn3s1NhEhZ+jmIPzby0HbkbECBe+hNPEa6a+E21o94w==
jsdoctypeparser@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-5.1.1.tgz#99c57412fe736c70024bf54204ed1bb93cf4a49f"
integrity sha512-APGygIJrT5bbz5lsVt8vyLJC0miEbQf/z9ZBfTr4RYvdia8AhWMRlYgivvwHG5zKD/VW3d6qpChCy64hpQET3A==

jsdom@15.1.1:
version "15.1.1"
Expand Down

0 comments on commit b1e72dc

Please sign in to comment.