From e97b6db47e6c8630908fb8d41aed7df961b678dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 23:24:34 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jsdoc from 44.2.2 to 44.2.3 (#873) Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 44.2.2 to 44.2.3. - [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/v44.2.2...v44.2.3) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18e803b..8579f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "chai": "4.3.7", "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-jsdoc": "^44.2.2", + "eslint-plugin-jsdoc": "^44.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "husky": "^8.0.3", @@ -454,9 +454,9 @@ } }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.38.0.tgz", - "integrity": "sha512-TFac4Bnv0ZYNkEeDnOWHQhaS1elWlvOCQxH06iHeu5iffs+hCaLVIZJwF+FqksQi68R4i66Pu+4DfFGvble+Uw==", + "version": "0.39.1", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.39.1.tgz", + "integrity": "sha512-jTgq0ZTLIvVGdgm1KfzX/kd1XgrcbnVJ0zAuk7vTrzIo/byntdtG6fj9KwV6wuN1+jIONMbsiFnx9RYa6N5nLQ==", "dev": true, "dependencies": { "comment-parser": "1.3.1", @@ -2805,12 +2805,12 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "44.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-44.2.2.tgz", - "integrity": "sha512-LgzBwBfAbQPhC3vRcH5mkus8G7plr8kYFldgPtRMe55t7hjLM97luCBnk6VnAG/Ski4vhNPiX66zlDdgL21mog==", + "version": "44.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-44.2.3.tgz", + "integrity": "sha512-Ut9jL/170sMKRRFX7P7Ecmdc9XkPcANZs00QWG+VeMN/mcs0kzE6mXCmbhB4EUsLtRASLRAasOwVq0GN5r0oKw==", "dev": true, "dependencies": { - "@es-joy/jsdoccomment": "~0.38.0", + "@es-joy/jsdoccomment": "~0.39.1", "are-docs-informative": "^0.0.2", "comment-parser": "1.3.1", "debug": "^4.3.4", diff --git a/package.json b/package.json index 3226df6..2af6143 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "chai": "4.3.7", "eslint": "^8.40.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-jsdoc": "^44.2.2", + "eslint-plugin-jsdoc": "^44.2.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-security": "^1.7.1", "husky": "^8.0.3",