From 20e2c4018c1a139ffc8171d922e96ca83485079a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 22:07:38 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 34.8.2 to 35.0.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 34.8.2 to 35.0.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v34.8.2...v35.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5389709ef..30cadd90f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "codelyzer": "^6.0.2", "eslint": "^7.26.0", "eslint-plugin-import": "2.23.2", - "eslint-plugin-jsdoc": "34.8.2", + "eslint-plugin-jsdoc": "35.0.0", "eslint-plugin-prefer-arrow": "1.2.3", "jasmine-core": "~3.7.1", "jasmine-spec-reporter": "~7.0.0", diff --git a/yarn.lock b/yarn.lock index 704bb5d73..b71e912a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1220,10 +1220,10 @@ 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.6.0": - version "0.6.0" - resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.6.0.tgz#8926a8184df0968860f8c69b3bfc52efa6aeaa30" - integrity sha512-zT1EtysKMITJ7vE4RvOJqitxk/Str6It8hq+fykxkwLuTyzgak+TnVuVSIyovT/qrEz3i46ypCSXgNtIDYwNOg== +"@es-joy/jsdoccomment@^0.7.2": + version "0.7.2" + resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.7.2.tgz#5c0802982b28e7dcd381fbb1f52e6fd088525a31" + integrity sha512-i5p0VgxeCXbf5aPLPY9s9Fz6K5BkzYdbRCisw/vEY/FXAxUJ8SiAifPwkFUm0CJrmZ8tFBGW8bUtM7wiE4KTIA== dependencies: comment-parser "^1.1.5" esquery "^1.4.0" @@ -4216,12 +4216,12 @@ eslint-plugin-import@2.23.2: resolve "^1.20.0" tsconfig-paths "^3.9.0" -eslint-plugin-jsdoc@34.8.2: - version "34.8.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-34.8.2.tgz#94708429667e165f722aa50b98e863920f9ba14e" - integrity sha512-UOU9A40Cl806JMtla2vF+RM6sNqfLPbhLv9FZqhcC7+LmChD3DVaWqM7ADxpF0kMyZNWe1QKUnqGnXaA3NTn+w== +eslint-plugin-jsdoc@35.0.0: + version "35.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-35.0.0.tgz#12634f12d1882a4f77b49aba2c4a17a7bc88cfcd" + integrity sha512-n92EO6g84qzjF4Lyvg+hDouMQTRHCKvW0hRobGRza0aqbG9fmmlS4p1x8cvPPAc0P87TmahMZnrP0F7hPOcAoQ== dependencies: - "@es-joy/jsdoccomment" "^0.6.0" + "@es-joy/jsdoccomment" "^0.7.2" comment-parser "1.1.5" debug "^4.3.1" esquery "^1.4.0"