From c4eaa1e9a3cb3b29bf907f02d1c244f38beb934f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 11:58:11 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 63.0.14 to 63.1.0 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 63.0.14 to 63.1.0. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.14...v63.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 63.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0723d359..31293158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "cypress": "^14.5.4", "eslint": "^8.57.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jsdoc": "^63.0.14", + "eslint-plugin-jsdoc": "^63.1.0", "eslint-plugin-prefer-arrow": "^1.2.3", "express-jwt": "^8.5.1", "husky": "^4.3.8", @@ -11426,8 +11426,8 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "63.0.14", - "integrity": "sha512-byHCDtG3ylswoHuo05GDkeHMJywbGPqIxjBT6k9KPQNl/LBjkf1V5/XbXJhKbRyfzTS5/+cSuml6OQoxEayRtg==", + "version": "63.1.0", + "integrity": "sha512-Vo0Mvhxi6B63gLIDI86QChkiKE79MxxM0I16gMN/HJn0rvJvMIG/nmn+KPcsx+GWYDQq6X0UfNRjRK1+97NYVg==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index 031d725d..c2baf425 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "cypress": "^14.5.4", "eslint": "^8.57.0", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jsdoc": "^63.0.14", + "eslint-plugin-jsdoc": "^63.1.0", "eslint-plugin-prefer-arrow": "^1.2.3", "express-jwt": "^8.5.1", "husky": "^4.3.8",