Skip to content

Commit e21c66b

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v37.9.4 (#221)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 67045a0 commit e21c66b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint-plugin-eslint-comments": "3.2.0",
1616
"eslint-plugin-import": "2.25.4",
1717
"eslint-plugin-jest": "25.7.0",
18-
"eslint-plugin-jsdoc": "37.7.1",
18+
"eslint-plugin-jsdoc": "37.9.4",
1919
"eslint-plugin-prettier": "4.0.0",
2020
"jest": "27.5.1",
2121
"prettier": "2.5.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -480,14 +480,14 @@
480480
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
481481
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
482482

483-
"@es-joy/jsdoccomment@~0.18.0":
484-
version "0.18.0"
485-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.18.0.tgz#2532b2ecb8576d694011b157c447ed6b12534c70"
486-
integrity sha512-TjT8KJULV4I6ZiwIoKr6eMs+XpRejqwJ/VA+QPDeFGe9j6bZFKmMJ81EeFsGm6JNZhnzm37aoxVROmTh2PZoyA==
483+
"@es-joy/jsdoccomment@~0.20.1":
484+
version "0.20.1"
485+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.20.1.tgz#fe89f435f045ae5aaf89c7a4df3616c03e9d106e"
486+
integrity sha512-oeJK41dcdqkvdZy/HctKklJNkt/jh+av3PZARrZEl+fs/8HaHeeYoAvEwOV0u5I6bArTF17JEsTZMY359e/nfQ==
487487
dependencies:
488488
comment-parser "1.3.0"
489489
esquery "^1.4.0"
490-
jsdoc-type-pratt-parser "~2.2.2"
490+
jsdoc-type-pratt-parser "~2.2.3"
491491

492492
"@eslint/eslintrc@^1.1.0":
493493
version "1.1.0"
@@ -1655,12 +1655,12 @@ [email protected]:
16551655
dependencies:
16561656
"@typescript-eslint/experimental-utils" "^5.0.0"
16571657

1658-
eslint-plugin-jsdoc@37.7.1:
1659-
version "37.7.1"
1660-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.7.1.tgz#faf2cd2c56df11f77063aef3abbe4a1932af308f"
1661-
integrity sha512-ySxDTedl6qKXT/VeTwcZlhsRtvNQZGPklyVnaL5+ge20vowzFA9CKvrY0NXRqvdIz6JBVMFpxX9DSmS3OyAUOQ==
1658+
eslint-plugin-jsdoc@37.9.4:
1659+
version "37.9.4"
1660+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.4.tgz#dc645724d544be910d6554467b93a5836fa0fa06"
1661+
integrity sha512-VxCyGgUNNnj2T4bb1OqltkbsPp3ehRzR5onIfh6zGrAvISmvgX/sbxUlh3YyGqWtjOTSBCURdKdmelSXEIHnlA==
16621662
dependencies:
1663-
"@es-joy/jsdoccomment" "~0.18.0"
1663+
"@es-joy/jsdoccomment" "~0.20.1"
16641664
comment-parser "1.3.0"
16651665
debug "^4.3.3"
16661666
escape-string-regexp "^4.0.0"
@@ -2805,10 +2805,10 @@ js-yaml@^4.1.0:
28052805
dependencies:
28062806
argparse "^2.0.1"
28072807

2808-
jsdoc-type-pratt-parser@~2.2.2:
2809-
version "2.2.2"
2810-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.2.tgz#a85e407ac502b444dc23333aa4d6d0dc83f76187"
2811-
integrity sha512-zRokSWcPLSWkoNzsWn9pq7YYSwDhKyEe+cJYT2qaPqLOOJb5sFSi46BPj81vP+e8chvCNdQL9RG86Bi9EI6MDw==
2808+
jsdoc-type-pratt-parser@~2.2.3:
2809+
version "2.2.3"
2810+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.3.tgz#3910cd0120054a512a73942d644ef1eb5a9df6e9"
2811+
integrity sha512-QPyxq62Q8veBSDtDrWmqaEPjSCeknUV9dH/OAGt3q9an8qC8UQDqitQiw1NvoMskIESpoRZ6qzt4H3rlK0xo8A==
28122812

28132813
jsdom@^16.6.0:
28142814
version "16.7.0"

0 commit comments

Comments
 (0)