Skip to content

Commit b279837

Browse files
committed
chore(deps): update dependency eslint-plugin-jsdoc to v38
1 parent 82b6c28 commit b279837

2 files changed

Lines changed: 29 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-eslint-comments": "3.2.0",
4040
"eslint-plugin-import": "2.25.4",
4141
"eslint-plugin-jest": "26.1.1",
42-
"eslint-plugin-jsdoc": "37.9.6",
42+
"eslint-plugin-jsdoc": "38.0.6",
4343
"eslint-plugin-jsx-a11y": "6.5.1",
4444
"eslint-plugin-prettier": "4.0.0",
4545
"eslint-plugin-react": "7.29.2",

yarn.lock

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,14 +1148,14 @@
11481148
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
11491149
integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==
11501150

1151-
"@es-joy/jsdoccomment@~0.20.1":
1152-
version "0.20.1"
1153-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.20.1.tgz#fe89f435f045ae5aaf89c7a4df3616c03e9d106e"
1154-
integrity sha512-oeJK41dcdqkvdZy/HctKklJNkt/jh+av3PZARrZEl+fs/8HaHeeYoAvEwOV0u5I6bArTF17JEsTZMY359e/nfQ==
1151+
"@es-joy/jsdoccomment@~0.22.1":
1152+
version "0.22.1"
1153+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.22.1.tgz#3c86d458780231769215a795105bd3b03b2616f2"
1154+
integrity sha512-/WMkqLYfwCf0waCAMC8Eddt3iAOdghkDF5vmyKEu8pfO66KRFY1L15yks8mfgURiwOAOJpAQ3blvB3Znj6ZwBw==
11551155
dependencies:
1156-
comment-parser "1.3.0"
1156+
comment-parser "1.3.1"
11571157
esquery "^1.4.0"
1158-
jsdoc-type-pratt-parser "~2.2.3"
1158+
jsdoc-type-pratt-parser "~2.2.5"
11591159

11601160
"@eslint/eslintrc@^1.2.0":
11611161
version "1.2.0"
@@ -2416,10 +2416,10 @@ commander@^8.3.0:
24162416
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
24172417
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
24182418

2419-
comment-parser@1.3.0:
2420-
version "1.3.0"
2421-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.0.tgz#68beb7dbe0849295309b376406730cd16c719c44"
2422-
integrity sha512-hRpmWIKgzd81vn0ydoWoyPoALEOnF4wt8yKD35Ib1D6XC2siLiYaiqfGkYrunuKdsXGwpBpHU3+9r+RVw2NZfA==
2419+
comment-parser@1.3.1:
2420+
version "1.3.1"
2421+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
2422+
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
24232423

24242424
commondir@^1.0.1:
24252425
version "1.0.1"
@@ -2832,6 +2832,13 @@ debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3:
28322832
dependencies:
28332833
ms "2.1.2"
28342834

2835+
debug@^4.3.4:
2836+
version "4.3.4"
2837+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2838+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2839+
dependencies:
2840+
ms "2.1.2"
2841+
28352842
decamelize-keys@^1.1.0:
28362843
version "1.1.0"
28372844
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -3230,14 +3237,14 @@ eslint-plugin-jest@26.1.1:
32303237
dependencies:
32313238
"@typescript-eslint/utils" "^5.10.0"
32323239

3233-
eslint-plugin-jsdoc@37.9.6:
3234-
version "37.9.6"
3235-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.6.tgz#4ac0b6f171d818856a6e52987413f54d66a50800"
3236-
integrity sha512-GDCB0nEwKVaeIzam+t/yB8XG/6tgvc9XgrSwuxqCXVlKRWUqTuTqntZoqAKZAIbWIgYsrnrvrWAyIX/QvhwBcw==
3240+
eslint-plugin-jsdoc@38.0.6:
3241+
version "38.0.6"
3242+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-38.0.6.tgz#b26843bdc445202b9f0e3830bda39ec5aacbfa97"
3243+
integrity sha512-Wvh5ERLUL8zt2yLZ8LLgi8RuF2UkjDvD+ri1/i7yMpbfreK2S29B9b5JC7iBIoFR7KDaEWCLnUPHTqgwcXX1Sg==
32373244
dependencies:
3238-
"@es-joy/jsdoccomment" "~0.20.1"
3239-
comment-parser "1.3.0"
3240-
debug "^4.3.3"
3245+
"@es-joy/jsdoccomment" "~0.22.1"
3246+
comment-parser "1.3.1"
3247+
debug "^4.3.4"
32413248
escape-string-regexp "^4.0.0"
32423249
esquery "^1.4.0"
32433250
regextras "^0.8.0"
@@ -4478,10 +4485,10 @@ js-yaml@^4.1.0:
44784485
dependencies:
44794486
argparse "^2.0.1"
44804487

4481-
jsdoc-type-pratt-parser@~2.2.3:
4482-
version "2.2.3"
4483-
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.3.tgz#3910cd0120054a512a73942d644ef1eb5a9df6e9"
4484-
integrity sha512-QPyxq62Q8veBSDtDrWmqaEPjSCeknUV9dH/OAGt3q9an8qC8UQDqitQiw1NvoMskIESpoRZ6qzt4H3rlK0xo8A==
4488+
jsdoc-type-pratt-parser@~2.2.5:
4489+
version "2.2.5"
4490+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-2.2.5.tgz#c9f93afac7ee4b5ed4432fe3f09f7d36b05ed0ff"
4491+
integrity sha512-2a6eRxSxp1BW040hFvaJxhsCMI9lT8QB8t14t+NY5tC5rckIR0U9cr2tjOeaFirmEOy6MHvmJnY7zTBHq431Lw==
44854492

44864493
jsesc@^2.5.1:
44874494
version "2.5.2"

0 commit comments

Comments
 (0)