Skip to content

Commit c11801e

Browse files
committed
build(deps): update dev dependency eslint-plugin-jsdoc to v46.9.0
1 parent e4dcdf3 commit c11801e

File tree

2 files changed

+46
-20
lines changed

2 files changed

+46
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"eslint": "8.39.0",
9292
"eslint-config-prettier": "8.8.0",
9393
"eslint-plugin-import": "2.27.5",
94-
"eslint-plugin-jsdoc": "40.3.0",
94+
"eslint-plugin-jsdoc": "46.9.0",
9595
"eslint-plugin-prefer-arrow": "1.2.3",
9696
"eslint-plugin-sonarjs": "0.19.0",
9797
"prettier": "2.8.8",

yarn.lock

Lines changed: 45 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@
8787
dependencies:
8888
"@jridgewell/trace-mapping" "0.3.9"
8989

90-
"@es-joy/jsdoccomment@~0.37.0":
91-
version "0.37.0"
92-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.37.0.tgz#aaafb4bb6c88288aa7899aef0f3b1b851c36f908"
93-
integrity sha512-hjK0wnsPCYLlF+HHB4R/RbUjOWeLW2SlarB67+Do5WsKILOkmIZvvPJFbtWSmbypxcjpoECLAMzoao0D4Bg5ZQ==
90+
"@es-joy/jsdoccomment@~0.41.0":
91+
version "0.41.0"
92+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
93+
integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
9494
dependencies:
95-
comment-parser "1.3.1"
96-
esquery "^1.4.0"
95+
comment-parser "1.4.1"
96+
esquery "^1.5.0"
9797
jsdoc-type-pratt-parser "~4.0.0"
9898

9999
"@eslint-community/eslint-utils@^4.2.0":
@@ -1102,6 +1102,11 @@ archy@~1.0.0:
11021102
resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
11031103
integrity sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==
11041104

1105+
are-docs-informative@^0.0.2:
1106+
version "0.0.2"
1107+
resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963"
1108+
integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==
1109+
11051110
are-we-there-yet@^3.0.0:
11061111
version "3.0.1"
11071112
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd"
@@ -1363,6 +1368,11 @@ builtin-modules@^1.1.1:
13631368
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
13641369
integrity sha512-wxXCdllwGhI2kCC0MnvTGYTMvnVZTvqgypkiTI8Pa5tcz2i6VqsqwYGgqwXji+4RgCzms6EajE4IxiUH6HH8nQ==
13651370

1371+
builtin-modules@^3.3.0:
1372+
version "3.3.0"
1373+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
1374+
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
1375+
13661376
builtins@^5.0.0:
13671377
version "5.0.1"
13681378
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
@@ -1670,10 +1680,10 @@ commander@^4.0.1:
16701680
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
16711681
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
16721682

1673-
comment-parser@1.3.1:
1674-
version "1.3.1"
1675-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
1676-
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
1683+
comment-parser@1.4.1:
1684+
version "1.4.1"
1685+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
1686+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
16771687

16781688
commitizen@^4.0.3:
16791689
version "4.3.0"
@@ -2303,17 +2313,19 @@ [email protected]:
23032313
semver "^6.3.0"
23042314
tsconfig-paths "^3.14.1"
23052315

2306-
eslint-plugin-jsdoc@40.3.0:
2307-
version "40.3.0"
2308-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-40.3.0.tgz#75a91ab71c41bb797db05a32d9528ce3ab613e90"
2309-
integrity sha512-EhCqpzRkxoT2DUB4AnrU0ggBYvTh3bWrLZzQTupq6vSVE6XzNwJVKsOHa41GCoevnsWMBNmoDVjXWGqckjuG1g==
2316+
eslint-plugin-jsdoc@46.9.0:
2317+
version "46.9.0"
2318+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
2319+
integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
23102320
dependencies:
2311-
"@es-joy/jsdoccomment" "~0.37.0"
2312-
comment-parser "1.3.1"
2321+
"@es-joy/jsdoccomment" "~0.41.0"
2322+
are-docs-informative "^0.0.2"
2323+
comment-parser "1.4.1"
23132324
debug "^4.3.4"
23142325
escape-string-regexp "^4.0.0"
23152326
esquery "^1.5.0"
2316-
semver "^7.3.8"
2327+
is-builtin-module "^3.2.1"
2328+
semver "^7.5.4"
23172329
spdx-expression-parse "^3.0.1"
23182330

23192331
@@ -2419,7 +2431,7 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
24192431
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
24202432
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
24212433

2422-
esquery@^1.4.0, esquery@^1.4.2, esquery@^1.5.0:
2434+
esquery@^1.4.2, esquery@^1.5.0:
24232435
version "1.5.0"
24242436
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
24252437
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
@@ -3248,6 +3260,13 @@ is-boolean-object@^1.1.0:
32483260
call-bind "^1.0.2"
32493261
has-tostringtag "^1.0.0"
32503262

3263+
is-builtin-module@^3.2.1:
3264+
version "3.2.1"
3265+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
3266+
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
3267+
dependencies:
3268+
builtin-modules "^3.3.0"
3269+
32513270
is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
32523271
version "1.2.7"
32533272
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
@@ -5345,7 +5364,7 @@ semver-regex@^3.1.2:
53455364
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
53465365
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
53475366

5348-
[email protected], 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:
5367+
[email protected], 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:
53495368
version "7.3.8"
53505369
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
53515370
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
@@ -5357,6 +5376,13 @@ semver@^6.0.0, semver@^6.3.0:
53575376
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
53585377
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
53595378

5379+
semver@^7.5.4:
5380+
version "7.5.4"
5381+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
5382+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
5383+
dependencies:
5384+
lru-cache "^6.0.0"
5385+
53605386
serialize-error@^7.0.1:
53615387
version "7.0.1"
53625388
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"

0 commit comments

Comments
 (0)