Skip to content

Commit 511deae

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v39.3.25 (#354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 84684a5 commit 511deae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"eslint-plugin-eslint-comments": "3.2.0",
5858
"eslint-plugin-import": "2.26.0",
5959
"eslint-plugin-jest": "26.9.0",
60-
"eslint-plugin-jsdoc": "39.3.23",
60+
"eslint-plugin-jsdoc": "39.3.25",
6161
"eslint-plugin-prettier": "4.2.1",
6262
"jest": "27.5.1",
6363
"prettier": "2.7.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,10 @@
318318
dependencies:
319319
"@jridgewell/trace-mapping" "0.3.9"
320320

321-
"@es-joy/jsdoccomment@~0.33.0":
322-
version "0.33.0"
323-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.33.0.tgz#59416d08442d0fdbb316fc1cb491e750db80b9ad"
324-
integrity sha512-bkxMGTlHPE4vfarXt1L1fOm81O18jTRFNgh3Fm4iPKctfWxcpJw4cpth5BhLkGZy4HFzGn/KfD/zGks/J+ZIIw==
321+
"@es-joy/jsdoccomment@~0.33.4":
322+
version "0.33.4"
323+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.33.4.tgz#391cdee831fda273b01f74a50ac7ec71bc0d082a"
324+
integrity sha512-02XyYuvR/Gn+3BT6idHVNQ4SSQlA1X1FeEfeKm2ypv8ANB6Lt9KRFZ2S7y5xjwR+EPQ/Rzb0XFaD+xKyqe4ALw==
325325
dependencies:
326326
comment-parser "1.3.1"
327327
esquery "^1.4.0"
@@ -2543,12 +2543,12 @@ eslint-plugin-jest@26.9.0:
25432543
dependencies:
25442544
"@typescript-eslint/utils" "^5.10.0"
25452545

2546-
eslint-plugin-jsdoc@39.3.23:
2547-
version "39.3.23"
2548-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.23.tgz#dc2598d464e2b219c50b5d44bcbfd66e0be3ade8"
2549-
integrity sha512-ZwutuEmsdz8sj9fCXz4r/4x3uZ4qrB6+ca3rIyH3HHEEj5t6xgOSBWIj8IkxZkBUKvoadWHM6iCPzkmXgPHpsA==
2546+
eslint-plugin-jsdoc@39.3.25:
2547+
version "39.3.25"
2548+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.3.25.tgz#a9527ca743c907c5d78bd947a2c2eb8260c2a9cf"
2549+
integrity sha512-7JiFOOaipz7Z7lNQ9sMJ6cdvclmVUwNYtFWGS3a0k0uEFcdZPPD64WOfENuyNHpl86C0AKIEPgOpZby5kd+pew==
25502550
dependencies:
2551-
"@es-joy/jsdoccomment" "~0.33.0"
2551+
"@es-joy/jsdoccomment" "~0.33.4"
25522552
comment-parser "1.3.1"
25532553
debug "^4.3.4"
25542554
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)