From a1f044c18c24b609ca04e7d21617f2a3b63e97df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 04:53:39 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 51.4.1 to 52.0.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 51.4.1 to 52.0.0. - [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/v51.4.1...v52.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 52.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d61f7cc..5da8394b 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "c8": "10.1.3", "character-entities": "2.0.2", "eslint": "9.32.0", - "eslint-plugin-jsdoc": "51.4.1", + "eslint-plugin-jsdoc": "52.0.0", "eslint-plugin-n": "17.21.2", "eslint-plugin-regexp": "2.9.0", "eslint-plugin-unicorn": "60.0.0",