From 040aa507c5b4d8ce97b5f0f05903ad1d22d9dbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 05:34:05 +0000 Subject: [PATCH] chore: bump eslint-plugin-jsdoc from 50.6.11 to 50.6.14 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.6.11 to 50.6.14. - [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.11...v50.6.14) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 50.6.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e94dd6e3..8ab75d5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsdoc": "50.6.11", + "eslint-plugin-jsdoc": "50.6.14", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "56.0.1", @@ -14895,9 +14895,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.6.11", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.11.tgz", - "integrity": "sha512-k4+MnBCGR8cuIB5MZ++FGd4gbXxjob2rX1Nq0q3nWFF4xSGZENTgTLZSjb+u9B8SAnP6lpGV2FJrBjllV3pVSg==", + "version": "50.6.14", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.14.tgz", + "integrity": "sha512-JUudvooQbUx3iB8n/MzXMOV/VtaXq7xL4CeXhYryinr8osck7nV6fE2/xUXTiH3epPXcvq6TE3HQfGQuRHErTQ==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 4d7a48a5..fbdbdc94 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsdoc": "50.6.11", + "eslint-plugin-jsdoc": "50.6.14", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "56.0.1",