From 044f0a1fbff9019d92a709fca2c28f70fea8d3dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:30:23 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 56.1.2 to 57.0.3 in the eslint group Bumps the eslint group with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 56.1.2 to 57.0.3 - [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/v56.1.2...v57.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 57.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f8f0d83f2..492cbd51f 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "electron": "^37.4.0", "electron-builder": "^26.0.20", "eslint": "^9.35.0", - "eslint-plugin-jsdoc": "^56.1.2", + "eslint-plugin-jsdoc": "^57.0.3", "eslint-plugin-jsonc": "^2.20.1", "eslint-plugin-unicorn": "^61.0.2", "eslint-plugin-vue": "^10.4.0", diff --git a/yarn.lock b/yarn.lock index 007b91216..b85c0764a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4011,10 +4011,10 @@ eslint-plugin-import-x@^4.16.1: stable-hash-x "^0.2.0" unrs-resolver "^1.9.2" -eslint-plugin-jsdoc@^56.1.2: - version "56.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-56.1.2.tgz#89507a53b96142b5b2c7bc50b5efb835230c0893" - integrity sha512-g30LmgNkpKsKNge4NKtoARCvGvGYHeCQjEWCs5xlNwHxdwVvd0rZaovHmD/D0of0H1bqcyFYv6WXDVAezndstw== +eslint-plugin-jsdoc@^57.0.3: + version "57.0.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-57.0.3.tgz#08ade3bfd20bb1871a2d89f01082a86f43af1d24" + integrity sha512-v+9MijTLMHqYQpWPCad2Sb+4DCT7U17rZISoy/MgvSn2L8GDxWP/zz0LM7XV0EFiPU9FNjPb3ZNAfhtikpNIYA== dependencies: "@es-joy/jsdoccomment" "~0.58.0" are-docs-informative "^0.0.2"