From b3de4d7dd77e915f7ce52f6a679a0629b6fed2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:04:33 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 63.3.0 to 63.3.1 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 63.3.0 to 63.3.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.3.0...v63.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 63.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 1f35a10a..165c81ba 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.3.0", + "eslint-plugin-jsdoc": "^63.3.1", "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.3.0", - "integrity": "sha512-3075zO1xCb7rxIx4gv1LsF5dh9dr84hRP85M8suIxp34TDMXNeSroMG3m8tZNxFFyHztzhaXmShIWPMNDOnknA==", + "version": "63.3.1", + "integrity": "sha512-yVyTPtOY2tA8EjTwUtaM3pFxj9i/3m4/FSPMv5gMnDHSSleCpzIYQLyV8KnVmEIkkPpNhDlkDQ99mTfjxgqLxA==", "dev": true, "license": "BSD-3-Clause", "dependencies": { diff --git a/package.json b/package.json index eca43e55..6417c72b 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.3.0", + "eslint-plugin-jsdoc": "^63.3.1", "eslint-plugin-prefer-arrow": "^1.2.3", "express-jwt": "^8.5.1", "husky": "^4.3.8",