From 941b243b538c9308bb267d8959a7f387631f661d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 22:25:04 +0200 Subject: [PATCH] Bump eslint-plugin-jsdoc from 36.0.8 to 36.1.0 (#785) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 36.0.8 to 36.1.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v36.0.8...v36.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a090a8c80..d4bf41f03 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@typescript-eslint/parser": "4.31.0", "eslint": "^7.32.0", "eslint-plugin-import": "2.24.2", - "eslint-plugin-jsdoc": "36.0.8", + "eslint-plugin-jsdoc": "36.1.0", "eslint-plugin-prefer-arrow": "1.2.3", "jasmine-core": "~3.9.0", "jasmine-spec-reporter": "~7.0.0", diff --git a/yarn.lock b/yarn.lock index 476173968..53f83385c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4374,10 +4374,10 @@ eslint-plugin-import@2.24.2: resolve "^1.20.0" tsconfig-paths "^3.11.0" -eslint-plugin-jsdoc@36.0.8: - version "36.0.8" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-36.0.8.tgz#cd72f76593c8fb3362374b0052d4d49b2711408a" - integrity sha512-brNjHvRuBy5CaV01mSp6WljrO/T8fHNj0DXG38odOGDnhI7HdcbLKX7DpSvg2Rfcifwh8GlnNFzx13sI05t3bg== +eslint-plugin-jsdoc@36.1.0: + version "36.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-36.1.0.tgz#8dfe5f27edfb6aa3812e6d86ccaea849ddc86b03" + integrity sha512-Qpied2AJCQcScxfzTObLKRiP5QgLXjMU/ITjBagEV5p2Q/HpumD1EQtazdRYdjDSwPmXhwOl2yquwOGQ4HOJNw== dependencies: "@es-joy/jsdoccomment" "0.10.8" comment-parser "1.2.4"