From 0ba3575caf869acf1d0546e40b2ce7466a3c3beb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 13:01:49 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 30.6.0 to 30.6.1 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.6.0 to 30.6.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.6.0...v30.6.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d788c08f..8ac3f94c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-config-prettier": "^6.12.0", "eslint-import-resolver-nuxt": "^1.0.1", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsdoc": "^30.6.0", + "eslint-plugin-jsdoc": "^30.6.1", "eslint-plugin-nuxt": "^1.0.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", diff --git a/yarn.lock b/yarn.lock index 4e5d8b84..330a1704 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5181,10 +5181,10 @@ eslint-plugin-jest@^23.18.2: dependencies: "@typescript-eslint/experimental-utils" "^2.5.0" -eslint-plugin-jsdoc@^30.6.0: - version "30.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.6.0.tgz#72c7e679fcdbdcdb75ca1ae77ce2670ade596a15" - integrity sha512-vKZflcqdsFT7QzkHacnUP31ctyHdXNkeNrTaHjVTDf5TNTSzaN34NGGOXPJRZeqqa0jWOpf6m4WtRlfZw4WDqg== +eslint-plugin-jsdoc@^30.6.1: + version "30.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.6.1.tgz#eb4124511efb9109eb58bfdcec420eb28a894d31" + integrity sha512-qUinrghaxyzcg+FDSt9msv6d898PsI92idiNRZ334qbruhkS6NwVmzSbfpmaij6Xo3czYK42Q2JClvnIiPWpTg== dependencies: comment-parser "^0.7.6" debug "^4.1.1"