From 3c27edbcf004ee00c4993f6ec0cb053e5713cf3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:47:43 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc Bumps the eslint group with 1 update in the / directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 63.0.2 to 63.0.7 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.2...v63.0.7) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 63.0.7 dependency-type: direct:development update-type: version-update:semver-patch 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 e5093b7..cd2a4e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "chai": "^6.2.2", "documentation": "^14.0.3", "eslint": "^10.5.0", - "eslint-plugin-jsdoc": "^63.0.2", + "eslint-plugin-jsdoc": "^63.0.7", "globals": "^17.7.0", "http-graceful-shutdown": "^3.1.16", "license-check-and-add": "^4.0.5", @@ -3556,9 +3556,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "63.0.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.2.tgz", - "integrity": "sha512-0TchoK1uS4VxHSo3P4CyWQ31Lm+6zsT+xkHMC5KbFKwgOf8YrXPf1Bl8EP7kpgw1wfe/Ui5jz5mSX7ou8WAVuw==", + "version": "63.0.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.7.tgz", + "integrity": "sha512-pxrqGO733F7xmVYB5vQOiciiT9uddxqehawnbPjZmW2YaJR6fT5cP3UQd2BNoE85ATspCMtNL8w/a5WDGX3Qwg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 9342bdd..757e06a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "chai": "^6.2.2", "documentation": "^14.0.3", "eslint": "^10.5.0", - "eslint-plugin-jsdoc": "^63.0.2", + "eslint-plugin-jsdoc": "^63.0.7", "globals": "^17.7.0", "http-graceful-shutdown": "^3.1.16", "license-check-and-add": "^4.0.5",