From 9a4d6d9f518e2db3394c27961bfcecbf5c55aa26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 07:39:36 -0500 Subject: [PATCH] Bump eslint-plugin-jsdoc from 50.6.1 to 50.6.2 in the eslint group (#6604) Bumps the eslint group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 50.6.1 to 50.6.2 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v50.6.1...v50.6.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... 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 5fe3f1aab5989..8aa59a400c535 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "electron": "^33.3.1", "electron-builder": "^25.1.8", "eslint": "^9.18.0", - "eslint-plugin-jsdoc": "^50.6.1", + "eslint-plugin-jsdoc": "^50.6.2", "eslint-plugin-jsonc": "^2.18.2", "eslint-plugin-unicorn": "^56.0.1", "eslint-plugin-vue": "^9.32.0", diff --git a/yarn.lock b/yarn.lock index 78ac188573e6c..8afd38b8a216c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4148,10 +4148,10 @@ eslint-plugin-import-x@^4.5.0: stable-hash "^0.0.4" tslib "^2.6.3" -eslint-plugin-jsdoc@^50.6.1: - version "50.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.1.tgz#791a668fd4b0700a759e9a16a741a6a805f5b95c" - integrity sha512-UWyaYi6iURdSfdVVqvfOs2vdCVz0J40O/z/HTsv2sFjdjmdlUI/qlKLOTmwbPQ2tAfQnE5F9vqx+B+poF71DBQ== +eslint-plugin-jsdoc@^50.6.2: + version "50.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.2.tgz#9c95646d8d85a1b5ed87206695c8f10f2ee35537" + integrity sha512-n7GNZ4czMAAbDg7DsDA7PvHo1IPIUwAXYmxTx6j/hTlXbt5V0x5q/kGkiJ7s4wA9SpB/yaiK8jF7CO237lOLew== dependencies: "@es-joy/jsdoccomment" "~0.49.0" are-docs-informative "^0.0.2"