|
323 | 323 | dependencies:
|
324 | 324 | "@jridgewell/trace-mapping" "0.3.9"
|
325 | 325 |
|
326 |
| -"@es-joy/jsdoccomment@~0.36.1": |
327 |
| - version "0.36.1" |
328 |
| - resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.36.1.tgz#c37db40da36e4b848da5fd427a74bae3b004a30f" |
329 |
| - integrity sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg== |
| 326 | +"@es-joy/jsdoccomment@~0.41.0": |
| 327 | + version "0.41.0" |
| 328 | + resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6" |
| 329 | + integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw== |
330 | 330 | dependencies:
|
331 |
| - comment-parser "1.3.1" |
332 |
| - esquery "^1.4.0" |
333 |
| - jsdoc-type-pratt-parser "~3.1.0" |
| 331 | + comment-parser "1.4.1" |
| 332 | + esquery "^1.5.0" |
| 333 | + jsdoc-type-pratt-parser "~4.0.0" |
334 | 334 |
|
335 | 335 | "@eslint-community/eslint-utils@^4.2.0":
|
336 | 336 | version "4.2.0"
|
@@ -1591,6 +1591,11 @@ archy@~1.0.0:
|
1591 | 1591 | resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
|
1592 | 1592 | integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=
|
1593 | 1593 |
|
| 1594 | +are-docs-informative@^0.0.2: |
| 1595 | + version "0.0.2" |
| 1596 | + resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963" |
| 1597 | + integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig== |
| 1598 | + |
1594 | 1599 | are-we-there-yet@^2.0.0:
|
1595 | 1600 | version "2.0.0"
|
1596 | 1601 | resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
|
@@ -1809,6 +1814,11 @@ buffer-from@^1.0.0:
|
1809 | 1814 | resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
1810 | 1815 | integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
1811 | 1816 |
|
| 1817 | +builtin-modules@^3.3.0: |
| 1818 | + version "3.3.0" |
| 1819 | + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" |
| 1820 | + integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== |
| 1821 | + |
1812 | 1822 | builtins@^1.0.3:
|
1813 | 1823 | version "1.0.3"
|
1814 | 1824 | resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
|
@@ -2058,10 +2068,10 @@ combined-stream@^1.0.8:
|
2058 | 2068 | dependencies:
|
2059 | 2069 | delayed-stream "~1.0.0"
|
2060 | 2070 |
|
2061 |
| -comment-parser@1.3.1: |
2062 |
| - version "1.3.1" |
2063 |
| - resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b" |
2064 |
| - integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA== |
| 2071 | +comment-parser@1.4.1: |
| 2072 | + version "1.4.1" |
| 2073 | + resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc" |
| 2074 | + integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg== |
2065 | 2075 |
|
2066 | 2076 | common-ancestor-path@^1.0.1:
|
2067 | 2077 | version "1.0.1"
|
|
2566 | 2576 | dependencies:
|
2567 | 2577 | "@typescript-eslint/utils" "^5.10.0"
|
2568 | 2578 |
|
2569 |
| -eslint-plugin-jsdoc@39.9.1: |
2570 |
| - version "39.9.1" |
2571 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-39.9.1.tgz#e9ce1723411fd7ea0933b3ef0dd02156ae3068e2" |
2572 |
| - integrity sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw== |
| 2579 | +eslint-plugin-jsdoc@47.0.2: |
| 2580 | + version "47.0.2" |
| 2581 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-47.0.2.tgz#113a6370e623535e5c6e0a59a094ffdc253371ff" |
| 2582 | + integrity sha512-sIq81Pv+yrhhwY0m1JH79rdZRgDNunehv3S0Yv0UfewpoeJyPkODFn2o4o20nofVoI2tjku9/QBcCYUmmeWFXA== |
2573 | 2583 | dependencies:
|
2574 |
| - "@es-joy/jsdoccomment" "~0.36.1" |
2575 |
| - comment-parser "1.3.1" |
| 2584 | + "@es-joy/jsdoccomment" "~0.41.0" |
| 2585 | + are-docs-informative "^0.0.2" |
| 2586 | + comment-parser "1.4.1" |
2576 | 2587 | debug "^4.3.4"
|
2577 | 2588 | escape-string-regexp "^4.0.0"
|
2578 |
| - esquery "^1.4.0" |
2579 |
| - semver "^7.3.8" |
2580 |
| - spdx-expression-parse "^3.0.1" |
| 2589 | + esquery "^1.5.0" |
| 2590 | + is-builtin-module "^3.2.1" |
| 2591 | + semver "^7.5.4" |
| 2592 | + spdx-expression-parse "^4.0.0" |
2581 | 2593 |
|
2582 | 2594 |
|
2583 | 2595 | version "4.2.1"
|
@@ -2701,20 +2713,20 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
|
2701 | 2713 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
2702 | 2714 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
2703 | 2715 |
|
2704 |
| -esquery@^1.4.0: |
2705 |
| - version "1.4.0" |
2706 |
| - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
2707 |
| - integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== |
2708 |
| - dependencies: |
2709 |
| - estraverse "^5.1.0" |
2710 |
| - |
2711 | 2716 | esquery@^1.4.2:
|
2712 | 2717 | version "1.4.2"
|
2713 | 2718 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
|
2714 | 2719 | integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
|
2715 | 2720 | dependencies:
|
2716 | 2721 | estraverse "^5.1.0"
|
2717 | 2722 |
|
| 2723 | +esquery@^1.5.0: |
| 2724 | + version "1.5.0" |
| 2725 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" |
| 2726 | + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== |
| 2727 | + dependencies: |
| 2728 | + estraverse "^5.1.0" |
| 2729 | + |
2718 | 2730 | esrecurse@^4.3.0:
|
2719 | 2731 | version "4.3.0"
|
2720 | 2732 | resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
|
@@ -3352,6 +3364,13 @@ is-boolean-object@^1.1.0:
|
3352 | 3364 | call-bind "^1.0.2"
|
3353 | 3365 | has-tostringtag "^1.0.0"
|
3354 | 3366 |
|
| 3367 | +is-builtin-module@^3.2.1: |
| 3368 | + version "3.2.1" |
| 3369 | + resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169" |
| 3370 | + integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A== |
| 3371 | + dependencies: |
| 3372 | + builtin-modules "^3.3.0" |
| 3373 | + |
3355 | 3374 | is-callable@^1.1.4, is-callable@^1.2.4:
|
3356 | 3375 | version "1.2.4"
|
3357 | 3376 | resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
|
@@ -4008,10 +4027,10 @@ js-yaml@^4.1.0:
|
4008 | 4027 | dependencies:
|
4009 | 4028 | argparse "^2.0.1"
|
4010 | 4029 |
|
4011 |
| -jsdoc-type-pratt-parser@~3.1.0: |
4012 |
| - version "3.1.0" |
4013 |
| - resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-3.1.0.tgz#a4a56bdc6e82e5865ffd9febc5b1a227ff28e67e" |
4014 |
| - integrity sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw== |
| 4030 | +jsdoc-type-pratt-parser@~4.0.0: |
| 4031 | + version "4.0.0" |
| 4032 | + resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114" |
| 4033 | + integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ== |
4015 | 4034 |
|
4016 | 4035 | jsdom@^16.6.0:
|
4017 | 4036 | version "16.7.0"
|
@@ -5636,10 +5655,10 @@ semver@^7.3.7:
|
5636 | 5655 | dependencies:
|
5637 | 5656 | lru-cache "^6.0.0"
|
5638 | 5657 |
|
5639 |
| -semver@^7.3.8: |
5640 |
| - version "7.3.8" |
5641 |
| - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" |
5642 |
| - integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== |
| 5658 | +semver@^7.5.4: |
| 5659 | + version "7.5.4" |
| 5660 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" |
| 5661 | + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== |
5643 | 5662 | dependencies:
|
5644 | 5663 | lru-cache "^6.0.0"
|
5645 | 5664 |
|
@@ -5756,14 +5775,22 @@ spdx-exceptions@^2.1.0:
|
5756 | 5775 | resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
|
5757 | 5776 | integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
|
5758 | 5777 |
|
5759 |
| -spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1: |
| 5778 | +spdx-expression-parse@^3.0.0: |
5760 | 5779 | version "3.0.1"
|
5761 | 5780 | resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
|
5762 | 5781 | integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
|
5763 | 5782 | dependencies:
|
5764 | 5783 | spdx-exceptions "^2.1.0"
|
5765 | 5784 | spdx-license-ids "^3.0.0"
|
5766 | 5785 |
|
| 5786 | +spdx-expression-parse@^4.0.0: |
| 5787 | + version "4.0.0" |
| 5788 | + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794" |
| 5789 | + integrity sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ== |
| 5790 | + dependencies: |
| 5791 | + spdx-exceptions "^2.1.0" |
| 5792 | + spdx-license-ids "^3.0.0" |
| 5793 | + |
5767 | 5794 | spdx-license-ids@^3.0.0:
|
5768 | 5795 | version "3.0.11"
|
5769 | 5796 | resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"
|
|
0 commit comments