From 82a30fac5bdf3ae5fcf68403257e91d0793b509f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 07:55:22 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 27.1.2 to 28.0.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 27.1.2 to 28.0.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v27.1.2...v28.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 96b725e0..1dff447e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint": "^7.3.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.21.2", - "eslint-plugin-jsdoc": "^27.1.2", + "eslint-plugin-jsdoc": "^28.0.0", "eslint-plugin-prefer-arrow": "^1.2.1", "eslint-plugin-sonarjs": "^0.5.0", "geckodriver": "^1.19.1", diff --git a/yarn.lock b/yarn.lock index 3111c2e0..d9ace167 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3179,17 +3179,17 @@ eslint-plugin-import@^2.21.2: resolve "^1.17.0" tsconfig-paths "^3.9.0" -eslint-plugin-jsdoc@^27.1.2: - version "27.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-27.1.2.tgz#76247ff14604b2170b3a959a6a0d4d0ceb3e65e7" - integrity sha512-iWrG2ZK4xrxamoMkoyzgkukdmfqWc5Ncd6K+CnwRgxrbwjQQpzmt5Kl8GB0l12R0oUK2AF+9tGFJKNGzuyz79Q== +eslint-plugin-jsdoc@^28.0.0: + version "28.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-28.0.0.tgz#e726a79b4a0e16e8602022d55e0e705e91dc0f50" + integrity sha512-Etne7B8AQcgXrnDPXdfV4x+szHVEP+JVZ2cYNfZGn+HoaZigIOzxxJGU+QUhymz6vuz0fpzFM6fTt64XOvw69w== dependencies: comment-parser "^0.7.5" debug "^4.1.1" - jsdoctypeparser "^6.1.0" + jsdoctypeparser "^7.0.0" lodash "^4.17.15" regextras "^0.7.1" - semver "^6.3.0" + semver "^7.3.2" spdx-expression-parse "^3.0.1" eslint-plugin-no-unsafe-innerhtml@1.0.16: @@ -5423,10 +5423,10 @@ jsbn@~0.1.0: resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= -jsdoctypeparser@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-6.1.0.tgz#acfb936c26300d98f1405cb03e20b06748e512a8" - integrity sha512-UCQBZ3xCUBv/PLfwKAJhp6jmGOSLFNKzrotXGNgbKhWvz27wPsCsVeP7gIcHPElQw2agBmynAitXqhxR58XAmA== +jsdoctypeparser@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-7.0.0.tgz#957192fbcb8c574240092cca4635383a6ed706eb" + integrity sha512-6vWPn5qSy+MbgCVjXsQKVkRywhs+IxFU7Chw72DKsWoGueYp6QX8eTc55+EA0yPGYfhmglb1gfi283asXirfGQ== jsdom@^15.2.1: version "15.2.1"