From 07a17d7bb31d4533ba3df0f0c70508ee5931961c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:42:57 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc 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 63.0.13 to 63.2.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.13...v63.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 63.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... 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 4db4935..c8725d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "chai": "^6.2.2", "documentation": "^14.0.3", "eslint": "^10.7.0", - "eslint-plugin-jsdoc": "^63.0.13", + "eslint-plugin-jsdoc": "^63.2.0", "globals": "^17.7.0", "http-graceful-shutdown": "^3.1.16", "license-check-and-add": "^4.0.5", @@ -3896,9 +3896,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "63.0.13", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.13.tgz", - "integrity": "sha512-ahG1kWA8jYNwaQJtzJlnF+v4Gb9w5r+WL98gp+L8qjLN9ErpL5sevGuemN+fCYsU3Np27F36KmDc8UPi1ml/dg==", + "version": "63.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.2.0.tgz", + "integrity": "sha512-tccz9igEV5mTKVAwo/KwXqKP7ENqa3a+LpRFuEPAP3k/+SXG4T0sOvA+c2wwTD/TLNrH9MCW4LIu4xEExkJdzg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 0a194f9..deff791 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "chai": "^6.2.2", "documentation": "^14.0.3", "eslint": "^10.7.0", - "eslint-plugin-jsdoc": "^63.0.13", + "eslint-plugin-jsdoc": "^63.2.0", "globals": "^17.7.0", "http-graceful-shutdown": "^3.1.16", "license-check-and-add": "^4.0.5",