From b201387f1c591fc8b97b89f767655582c0afd640 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 17:10:00 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 30.6.2 to 30.6.3 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 30.6.2 to 30.6.3. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v30.6.2...v30.6.3) 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 79a5d84f..e4a74baa 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,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.2", + "eslint-plugin-jsdoc": "^30.6.3", "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 6610c0d8..05637cb2 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.2: - version "30.6.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.6.2.tgz#46f1f449dbf53445da2e8231e6954e4484ab5e04" - integrity sha512-LlRdsSQBSPsI3MvhWoGc+Ev3PfFRBk41wwkmbOgC7KP7WQlbeWPpASF5Vdv17XEZ7J+xvPB3KCMyR//6Dbjnnw== +eslint-plugin-jsdoc@^30.6.3: + version "30.6.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.6.3.tgz#5d946f7a27bd9ee851c67838f607d85ea0492bfa" + integrity sha512-RnyM+a3SKRfPs/jqO2qOGAEZnOJT2dOhiwhBlYVp8/yRUUBNPlvkwZm0arrnyFKvfZX6WqSwlK5OcNnM5W1Etg== dependencies: comment-parser "^0.7.6" debug "^4.1.1"