From 2f305a1291073ddb0b6863b074579ef56667463d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 01:03:19 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc Bumps the lint group in /src/bhs-web-angular-app with 1 update: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint-plugin-jsdoc` from 54.7.0 to 56.1.2 - [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/v54.7.0...v56.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 56.1.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint ... Signed-off-by: dependabot[bot] --- src/bhs-web-angular-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bhs-web-angular-app/package.json b/src/bhs-web-angular-app/package.json index e612ec09..3fcdefc8 100644 --- a/src/bhs-web-angular-app/package.json +++ b/src/bhs-web-angular-app/package.json @@ -48,7 +48,7 @@ "eslint-config-flat-gitignore": "^2.1.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.1", - "eslint-plugin-jsdoc": "^54.3.1", + "eslint-plugin-jsdoc": "^56.1.2", "eslint-plugin-rxjs-angular-x": "^0.0.3", "eslint-plugin-rxjs-x": "~0.7.7", "globals": "^16.3.0",