From ca551cfb62c5496eb36af47173df9d430ccdd718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 16:11:38 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-plugin-jsdoc from 39.3.15 to 39.3.25 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.15 to 39.3.25. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.15...v39.3.25) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 75a3feb..0e18e54 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint-config-salesforce-typescript": "^1.1.1", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.15", + "eslint-plugin-jsdoc": "^39.3.25", "eslint-plugin-prefer-arrow": "^1.2.1", "husky": "^7.0.4", "mocha": "^9.1.3", diff --git a/yarn.lock b/yarn.lock index e894b34..d0f12ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -379,10 +379,10 @@ esquery "^1.4.0" jsdoc-type-pratt-parser "1.0.4" -"@es-joy/jsdoccomment@~0.33.0": - version "0.33.0" - resolved "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.33.0.tgz#59416d08442d0fdbb316fc1cb491e750db80b9ad" - integrity sha512-bkxMGTlHPE4vfarXt1L1fOm81O18jTRFNgh3Fm4iPKctfWxcpJw4cpth5BhLkGZy4HFzGn/KfD/zGks/J+ZIIw== +"@es-joy/jsdoccomment@~0.33.4": + version "0.33.4" + resolved "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.33.4.tgz#391cdee831fda273b01f74a50ac7ec71bc0d082a" + integrity sha512-02XyYuvR/Gn+3BT6idHVNQ4SSQlA1X1FeEfeKm2ypv8ANB6Lt9KRFZ2S7y5xjwR+EPQ/Rzb0XFaD+xKyqe4ALw== dependencies: comment-parser "1.3.1" esquery "^1.4.0" @@ -1782,12 +1782,12 @@ eslint-plugin-jsdoc@^35.1.2: semver "^7.3.5" spdx-expression-parse "^3.0.1" -eslint-plugin-jsdoc@^39.3.15: - version "39.3.15" - resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.15.tgz#dd698e29817805dd8396bc01ad19535937467928" - integrity sha512-48yWZ8FWSnxwS1I9UbAhLcm5n1U/CVJZNEyDAqNxsmCq939Z5hrq0qp5lzW6PVhXfmpRdMicjCu3rH4UsO0N/A== +eslint-plugin-jsdoc@^39.3.25: + version "39.3.25" + resolved "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.25.tgz#a9527ca743c907c5d78bd947a2c2eb8260c2a9cf" + integrity sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew== dependencies: - "@es-joy/jsdoccomment" "~0.33.0" + "@es-joy/jsdoccomment" "~0.33.4" comment-parser "1.3.1" debug "^4.3.4" escape-string-regexp "^4.0.0"