From 19d7cdfc24941f24fc5e5a5841ad163561f85976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:01:52 +0000 Subject: [PATCH] Bump eslint-plugin-jsdoc from 50.4.3 to 50.6.0 in /auth Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.4.3 to 50.6.0. - [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/v50.4.3...v50.6.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth/package-lock.json | 14 +++++++------- auth/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auth/package-lock.json b/auth/package-lock.json index c638b404..cd19d5b4 100644 --- a/auth/package-lock.json +++ b/auth/package-lock.json @@ -40,7 +40,7 @@ "copyfiles": "^2.4.1", "eslint": "^8.57.0", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jsdoc": "^50.4.3", + "eslint-plugin-jsdoc": "^50.6.0", "eslint-plugin-prefer-arrow": "^1.2.3", "express": "^4.19.2", "istanbul-badges-readme": "^1.9.0", @@ -4357,9 +4357,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.3.tgz", - "integrity": "sha512-uWtwFxGRv6B8sU63HZM5dAGDhgsatb+LONwmILZJhdRALLOkCX2HFZhdL/Kw2ls8SQMAVEfK+LmnEfxInRN8HA==", + "version": "50.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.0.tgz", + "integrity": "sha512-tCNp4fR79Le3dYTPB0dKEv7yFyvGkUCa+Z3yuTrrNGGOxBlXo9Pn0PEgroOZikUQOGjxoGMVKNjrOHcYEdfszg==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.49.0", @@ -12537,9 +12537,9 @@ } }, "eslint-plugin-jsdoc": { - "version": "50.4.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.3.tgz", - "integrity": "sha512-uWtwFxGRv6B8sU63HZM5dAGDhgsatb+LONwmILZJhdRALLOkCX2HFZhdL/Kw2ls8SQMAVEfK+LmnEfxInRN8HA==", + "version": "50.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.6.0.tgz", + "integrity": "sha512-tCNp4fR79Le3dYTPB0dKEv7yFyvGkUCa+Z3yuTrrNGGOxBlXo9Pn0PEgroOZikUQOGjxoGMVKNjrOHcYEdfszg==", "dev": true, "requires": { "@es-joy/jsdoccomment": "~0.49.0", diff --git a/auth/package.json b/auth/package.json index 63226bd3..818eca6c 100644 --- a/auth/package.json +++ b/auth/package.json @@ -48,7 +48,7 @@ "copyfiles": "^2.4.1", "eslint": "^8.57.0", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jsdoc": "^50.4.3", + "eslint-plugin-jsdoc": "^50.6.0", "eslint-plugin-prefer-arrow": "^1.2.3", "express": "^4.19.2", "istanbul-badges-readme": "^1.9.0",