Skip to content

Commit 3f45215

Browse files
build(deps): update dependency eslint-plugin-jsdoc to v48
1 parent 43dd5e2 commit 3f45215

File tree

2 files changed

+47
-20
lines changed

2 files changed

+47
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "8.56.0",
4343
"eslint-config-prettier": "8.10.0",
4444
"eslint-plugin-import": "2.29.1",
45-
"eslint-plugin-jsdoc": "40.3.0",
45+
"eslint-plugin-jsdoc": "48.0.2",
4646
"eslint-plugin-prefer-arrow": "1.2.3",
4747
"eslint-plugin-sonarjs": "0.23.0",
4848
"prettier": "2.8.8",

yarn.lock

Lines changed: 46 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
dependencies:
8585
chalk "^4.1.0"
8686

87-
"@es-joy/jsdoccomment@~0.37.0":
88-
version "0.37.1"
89-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz#fa32a41ba12097452693343e09ad4d26d157aedd"
90-
integrity sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==
87+
"@es-joy/jsdoccomment@~0.41.0":
88+
version "0.41.0"
89+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
90+
integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
9191
dependencies:
92-
comment-parser "1.3.1"
92+
comment-parser "1.4.1"
9393
esquery "^1.5.0"
9494
jsdoc-type-pratt-parser "~4.0.0"
9595

@@ -851,6 +851,11 @@ archy@~1.0.0:
851851
resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
852852
integrity sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==
853853

854+
are-docs-informative@^0.0.2:
855+
version "0.0.2"
856+
resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963"
857+
integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==
858+
854859
are-we-there-yet@^3.0.0:
855860
version "3.0.1"
856861
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd"
@@ -1038,6 +1043,11 @@ buffer@^5.5.0:
10381043
base64-js "^1.3.1"
10391044
ieee754 "^1.1.13"
10401045

1046+
builtin-modules@^3.3.0:
1047+
version "3.3.0"
1048+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
1049+
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
1050+
10411051
builtins@^5.0.0:
10421052
version "5.0.1"
10431053
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
@@ -1246,10 +1256,10 @@ columnify@^1.6.0:
12461256
strip-ansi "^6.0.1"
12471257
wcwidth "^1.0.0"
12481258

1249-
comment-parser@1.3.1:
1250-
version "1.3.1"
1251-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
1252-
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
1259+
comment-parser@1.4.1:
1260+
version "1.4.1"
1261+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
1262+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
12531263

12541264
commitizen@^4.0.3:
12551265
version "4.3.0"
@@ -1751,18 +1761,20 @@ eslint-plugin-import@2.29.1:
17511761
semver "^6.3.1"
17521762
tsconfig-paths "^3.15.0"
17531763

1754-
eslint-plugin-jsdoc@40.3.0:
1755-
version "40.3.0"
1756-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.3.0.tgz#75a91ab71c41bb797db05a32d9528ce3ab613e90"
1757-
integrity sha512-EhCqpzRkxoT2DUB4AnrU0ggBYvTh3bWrLZzQTupq6vSVE6XzNwJVKsOHa41GCoevnsWMBNmoDVjXWGqckjuG1g==
1764+
eslint-plugin-jsdoc@48.0.2:
1765+
version "48.0.2"
1766+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.2.tgz#b843107e8caec57b8b463f04797be3b30d6a52da"
1767+
integrity sha512-CBFl5Jc7+jlV36RwDm+PQ8Uw5r28pn2/uW/OaB+Gw5bFwn4Py/1eYMZ3hGf9S4meUFZ/sRvS+hVif2mRAp6WqQ==
17581768
dependencies:
1759-
"@es-joy/jsdoccomment" "~0.37.0"
1760-
comment-parser "1.3.1"
1769+
"@es-joy/jsdoccomment" "~0.41.0"
1770+
are-docs-informative "^0.0.2"
1771+
comment-parser "1.4.1"
17611772
debug "^4.3.4"
17621773
escape-string-regexp "^4.0.0"
17631774
esquery "^1.5.0"
1764-
semver "^7.3.8"
1765-
spdx-expression-parse "^3.0.1"
1775+
is-builtin-module "^3.2.1"
1776+
semver "^7.5.4"
1777+
spdx-expression-parse "^4.0.0"
17661778

17671779
eslint-plugin-prefer-arrow@1.2.3:
17681780
version "1.2.3"
@@ -2609,6 +2621,13 @@ is-boolean-object@^1.1.0:
26092621
call-bind "^1.0.2"
26102622
has-tostringtag "^1.0.0"
26112623

2624+
is-builtin-module@^3.2.1:
2625+
version "3.2.1"
2626+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
2627+
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
2628+
dependencies:
2629+
builtin-modules "^3.3.0"
2630+
26122631
is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
26132632
version "1.2.7"
26142633
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
@@ -4361,7 +4380,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
43614380
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
43624381
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
43634382

4364-
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
4383+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.4:
43654384
version "7.5.4"
43664385
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
43674386
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -4477,14 +4496,22 @@ spdx-exceptions@^2.1.0:
44774496
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
44784497
integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
44794498

4480-
spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1:
4499+
spdx-expression-parse@^3.0.0:
44814500
version "3.0.1"
44824501
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
44834502
integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
44844503
dependencies:
44854504
spdx-exceptions "^2.1.0"
44864505
spdx-license-ids "^3.0.0"
44874506

4507+
spdx-expression-parse@^4.0.0:
4508+
version "4.0.0"
4509+
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794"
4510+
integrity sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==
4511+
dependencies:
4512+
spdx-exceptions "^2.1.0"
4513+
spdx-license-ids "^3.0.0"
4514+
44884515
spdx-license-ids@^3.0.0:
44894516
version "3.0.16"
44904517
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz#a14f64e0954f6e25cc6587bd4f392522db0d998f"

0 commit comments

Comments
 (0)