|
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== |
330 |
| - dependencies: |
331 |
| - comment-parser "1.3.1" |
332 |
| - esquery "^1.4.0" |
333 |
| - jsdoc-type-pratt-parser "~3.1.0" |
| 326 | +"@es-joy/jsdoccomment@~0.43.1": |
| 327 | + version "0.43.1" |
| 328 | + resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.43.1.tgz#4b1979b7b4ff8b596fb19a3aa696a438e44608d7" |
| 329 | + integrity sha512-I238eDtOolvCuvtxrnqtlBaw0BwdQuYqK7eA6XIonicMdOOOb75mqdIzkGDUbS04+1Di007rgm9snFRNeVrOog== |
| 330 | + dependencies: |
| 331 | + "@types/eslint" "^8.56.5" |
| 332 | + "@types/estree" "^1.0.5" |
| 333 | + "@typescript-eslint/types" "^7.2.0" |
| 334 | + comment-parser "1.4.1" |
| 335 | + esquery "^1.5.0" |
| 336 | + jsdoc-type-pratt-parser "~4.0.0" |
334 | 337 |
|
335 | 338 | "@eslint-community/eslint-utils@^4.2.0":
|
336 | 339 | version "4.2.0"
|
|
1173 | 1176 | dependencies:
|
1174 | 1177 | "@types/node" "*"
|
1175 | 1178 |
|
| 1179 | +"@types/eslint@^8.56.5": |
| 1180 | + version "8.56.10" |
| 1181 | + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d" |
| 1182 | + integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ== |
| 1183 | + dependencies: |
| 1184 | + "@types/estree" "*" |
| 1185 | + "@types/json-schema" "*" |
| 1186 | + |
| 1187 | +"@types/estree@*", "@types/estree@^1.0.5": |
| 1188 | + version "1.0.5" |
| 1189 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" |
| 1190 | + integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== |
| 1191 | + |
1176 | 1192 | "@types/graceful-fs@^4.1.2":
|
1177 | 1193 | version "4.1.5"
|
1178 | 1194 | resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
|
|
1207 | 1223 | jest-matcher-utils "^27.0.0"
|
1208 | 1224 | pretty-format "^27.0.0"
|
1209 | 1225 |
|
| 1226 | +"@types/json-schema@*": |
| 1227 | + version "7.0.15" |
| 1228 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
| 1229 | + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
| 1230 | + |
1210 | 1231 | "@types/json-schema@^7.0.9":
|
1211 | 1232 | version "7.0.9"
|
1212 | 1233 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
|
1343 | 1364 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
|
1344 | 1365 | integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
|
1345 | 1366 |
|
| 1367 | +"@typescript-eslint/types@^7.2.0": |
| 1368 | + version "7.12.0" |
| 1369 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981" |
| 1370 | + integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg== |
| 1371 | + |
1346 | 1372 | "@typescript-eslint/typescript-estree@5.19.0":
|
1347 | 1373 | version "5.19.0"
|
1348 | 1374 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
|
@@ -1591,6 +1617,11 @@ archy@~1.0.0:
|
1591 | 1617 | resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
|
1592 | 1618 | integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=
|
1593 | 1619 |
|
| 1620 | +are-docs-informative@^0.0.2: |
| 1621 | + version "0.0.2" |
| 1622 | + resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963" |
| 1623 | + integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig== |
| 1624 | + |
1594 | 1625 | are-we-there-yet@^2.0.0:
|
1595 | 1626 | version "2.0.0"
|
1596 | 1627 | resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
|
@@ -2058,10 +2089,10 @@ combined-stream@^1.0.8:
|
2058 | 2089 | dependencies:
|
2059 | 2090 | delayed-stream "~1.0.0"
|
2060 | 2091 |
|
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== |
| 2092 | +comment-parser@1.4.1: |
| 2093 | + version "1.4.1" |
| 2094 | + resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc" |
| 2095 | + integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg== |
2065 | 2096 |
|
2066 | 2097 | common-ancestor-path@^1.0.1:
|
2067 | 2098 | version "1.0.1"
|
@@ -2566,18 +2597,19 @@ eslint-plugin-jest@26.9.0:
|
2566 | 2597 | dependencies:
|
2567 | 2598 | "@typescript-eslint/utils" "^5.10.0"
|
2568 | 2599 |
|
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== |
| 2600 | +eslint-plugin-jsdoc@48.2.9: |
| 2601 | + version "48.2.9" |
| 2602 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.2.9.tgz#dd5e293bc584c94e24f0b2bc4a953252b3f96d70" |
| 2603 | + integrity sha512-ErpKyr2mEUEkcdZ4nwW/cvDjClvAcvJMEXkGGll0wf8sro8h6qeQ3qlZyp1vM1dRk8Ap6rMdke8FnP94QBIaVQ== |
2573 | 2604 | dependencies:
|
2574 |
| - "@es-joy/jsdoccomment" "~0.36.1" |
2575 |
| - comment-parser "1.3.1" |
| 2605 | + "@es-joy/jsdoccomment" "~0.43.1" |
| 2606 | + are-docs-informative "^0.0.2" |
| 2607 | + comment-parser "1.4.1" |
2576 | 2608 | debug "^4.3.4"
|
2577 | 2609 | escape-string-regexp "^4.0.0"
|
2578 |
| - esquery "^1.4.0" |
2579 |
| - semver "^7.3.8" |
2580 |
| - spdx-expression-parse "^3.0.1" |
| 2610 | + esquery "^1.5.0" |
| 2611 | + semver "^7.6.2" |
| 2612 | + spdx-expression-parse "^4.0.0" |
2581 | 2613 |
|
2582 | 2614 | eslint-plugin-prettier@4.2.1:
|
2583 | 2615 | version "4.2.1"
|
@@ -2701,20 +2733,20 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
|
2701 | 2733 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
2702 | 2734 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
2703 | 2735 |
|
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 | 2736 | esquery@^1.4.2:
|
2712 | 2737 | version "1.4.2"
|
2713 | 2738 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
|
2714 | 2739 | integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
|
2715 | 2740 | dependencies:
|
2716 | 2741 | estraverse "^5.1.0"
|
2717 | 2742 |
|
| 2743 | +esquery@^1.5.0: |
| 2744 | + version "1.5.0" |
| 2745 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" |
| 2746 | + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== |
| 2747 | + dependencies: |
| 2748 | + estraverse "^5.1.0" |
| 2749 | + |
2718 | 2750 | esrecurse@^4.3.0:
|
2719 | 2751 | version "4.3.0"
|
2720 | 2752 | resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
|
@@ -4008,10 +4040,10 @@ js-yaml@^4.1.0:
|
4008 | 4040 | dependencies:
|
4009 | 4041 | argparse "^2.0.1"
|
4010 | 4042 |
|
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== |
| 4043 | +jsdoc-type-pratt-parser@~4.0.0: |
| 4044 | + version "4.0.0" |
| 4045 | + resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114" |
| 4046 | + integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ== |
4015 | 4047 |
|
4016 | 4048 | jsdom@^16.6.0:
|
4017 | 4049 | version "16.7.0"
|
@@ -5636,12 +5668,10 @@ semver@^7.3.7:
|
5636 | 5668 | dependencies:
|
5637 | 5669 | lru-cache "^6.0.0"
|
5638 | 5670 |
|
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== |
5643 |
| - dependencies: |
5644 |
| - lru-cache "^6.0.0" |
| 5671 | +semver@^7.6.2: |
| 5672 | + version "7.6.2" |
| 5673 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" |
| 5674 | + integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== |
5645 | 5675 |
|
5646 | 5676 | set-blocking@^2.0.0:
|
5647 | 5677 | version "2.0.0"
|
@@ -5756,14 +5786,22 @@ spdx-exceptions@^2.1.0:
|
5756 | 5786 | resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
|
5757 | 5787 | integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
|
5758 | 5788 |
|
5759 |
| -spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1: |
| 5789 | +spdx-expression-parse@^3.0.0: |
5760 | 5790 | version "3.0.1"
|
5761 | 5791 | resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
|
5762 | 5792 | integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
|
5763 | 5793 | dependencies:
|
5764 | 5794 | spdx-exceptions "^2.1.0"
|
5765 | 5795 | spdx-license-ids "^3.0.0"
|
5766 | 5796 |
|
| 5797 | +spdx-expression-parse@^4.0.0: |
| 5798 | + version "4.0.0" |
| 5799 | + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794" |
| 5800 | + integrity sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ== |
| 5801 | + dependencies: |
| 5802 | + spdx-exceptions "^2.1.0" |
| 5803 | + spdx-license-ids "^3.0.0" |
| 5804 | + |
5767 | 5805 | spdx-license-ids@^3.0.0:
|
5768 | 5806 | version "3.0.11"
|
5769 | 5807 | resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"
|
|
0 commit comments