Skip to content

Commit 4dcf277

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v37.7.0 (#207)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 064907c commit 4dcf277

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.6.1",
18+
"eslint-plugin-jsdoc": "37.7.0",
1919
"eslint-plugin-prettier": "4.0.0",
2020
"jest": "27.4.7",
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.17.0":
484-
version "0.17.0"
485-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.17.0.tgz#e6dcfeefdd070b317d572ec38e791b9602f506f2"
486-
integrity sha512-B8DIIWE194KyQFPojUs+THa2XX+1vulwTBjirw6GqcxjtNE60Rreex26svBnV9SNLTuz92ctZx5XQE1H7yOxgA==
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==
487487
dependencies:
488488
comment-parser "1.3.0"
489489
esquery "^1.4.0"
490-
jsdoc-type-pratt-parser "~2.2.1"
490+
jsdoc-type-pratt-parser "~2.2.2"
491491

492492
"@eslint/eslintrc@^1.0.5":
493493
version "1.0.5"
@@ -1648,12 +1648,12 @@ [email protected]:
16481648
dependencies:
16491649
"@typescript-eslint/experimental-utils" "^5.0.0"
16501650

1651-
eslint-plugin-jsdoc@37.6.1:
1652-
version "37.6.1"
1653-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.6.1.tgz#3d2a18d2535618d3f9d26c3c7eccfb15b6db20d4"
1654-
integrity sha512-Y9UhH9BQD40A9P1NOxj59KrSLZb9qzsqYkLCZv30bNeJ7C9eaumTWhh9beiGqvK7m821Hj1dTsZ5LOaFIUTeTg==
1651+
eslint-plugin-jsdoc@37.7.0:
1652+
version "37.7.0"
1653+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.7.0.tgz#975d9f18cb0520dde7a2b0db5f4421dfee3fdd17"
1654+
integrity sha512-vzy3/ltXoGtabRnjLogaEmhGxxIv5B8HK5MJLIrdxFJUvhBppZjuVuLr71DjIBi0jg6bFomwkYKjojt29cN8PA==
16551655
dependencies:
1656-
"@es-joy/jsdoccomment" "~0.17.0"
1656+
"@es-joy/jsdoccomment" "~0.18.0"
16571657
comment-parser "1.3.0"
16581658
debug "^4.3.3"
16591659
escape-string-regexp "^4.0.0"
@@ -2796,10 +2796,10 @@ js-yaml@^4.1.0:
27962796
dependencies:
27972797
argparse "^2.0.1"
27982798

2799-
jsdoc-type-pratt-parser@~2.2.1:
2800-
version "2.2.1"
2801-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.1.tgz#08c6d1740a9e468ac6993985ae1d0d6981c50537"
2802-
integrity sha512-rkbaDZw3IPwd/ZPXob4XqQwVDKN/qeC2Dd7jL8EEGLEHLRmkPJgGAPw6OIIVmnwJrdcDh3vMR83/fc7lR5YpqA==
2799+
jsdoc-type-pratt-parser@~2.2.2:
2800+
version "2.2.2"
2801+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.2.tgz#a85e407ac502b444dc23333aa4d6d0dc83f76187"
2802+
integrity sha512-zRokSWcPLSWkoNzsWn9pq7YYSwDhKyEe+cJYT2qaPqLOOJb5sFSi46BPj81vP+e8chvCNdQL9RG86Bi9EI6MDw==
28032803

28042804
jsdom@^16.6.0:
28052805
version "16.7.0"

0 commit comments

Comments
 (0)