From 15e54181acc45d5f0a967400c143a539c021bd41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:40:59 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-jsdoc from 50.2.5 to 50.3.0 (#4119) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.2.5 to 50.3.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.2.5...v50.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0c1cb9f00a..961354db76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-expect-type": "^0.4.3", - "eslint-plugin-jsdoc": "^50.2.5", + "eslint-plugin-jsdoc": "^50.3.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-unicorn": "^55.0.0", "eslint-plugin-vitest": "^0.5.4", @@ -3042,9 +3042,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.2.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.2.5.tgz", - "integrity": "sha512-o3pVL19dSO3et+env3uV2WjrMX8oEqZjBF8lZBpLl9/CgqaRAIx5UaSPfrbHKB/JlHldWOFFGrUeZWmpWUds6g==", + "version": "50.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.3.0.tgz", + "integrity": "sha512-P7qDB/RckdKETpBM4CtjHRQ5qXByPmFhRi86sN3E+J+tySchq+RSOGGhI2hDIefmmKFuTi/1ACjqsnDJDDDfzg==", "dev": true, "dependencies": { "@es-joy/jsdoccomment": "~0.48.0", diff --git a/package.json b/package.json index 6354be4243..9ed12dff71 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-expect-type": "^0.4.3", - "eslint-plugin-jsdoc": "^50.2.5", + "eslint-plugin-jsdoc": "^50.3.0", "eslint-plugin-n": "^16.6.2", "eslint-plugin-unicorn": "^55.0.0", "eslint-plugin-vitest": "^0.5.4",