|
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"
|
|
954 | 957 | dependencies:
|
955 | 958 | "@octokit/openapi-types" "^11.2.0"
|
956 | 959 |
|
| 960 | +"@pkgr/core@^0.1.0": |
| 961 | + version "0.1.1" |
| 962 | + resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31" |
| 963 | + integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== |
| 964 | + |
957 | 965 | "@semantic-release/[email protected]":
|
958 | 966 | version "6.0.2"
|
959 | 967 | resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-6.0.2.tgz#fdcdbd368788c8fcc69c4af29bf2064f4afb45f4"
|
|
1173 | 1181 | dependencies:
|
1174 | 1182 | "@types/node" "*"
|
1175 | 1183 |
|
| 1184 | +"@types/eslint@^8.56.5": |
| 1185 | + version "8.56.10" |
| 1186 | + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d" |
| 1187 | + integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ== |
| 1188 | + dependencies: |
| 1189 | + "@types/estree" "*" |
| 1190 | + "@types/json-schema" "*" |
| 1191 | + |
| 1192 | +"@types/estree@*", "@types/estree@^1.0.5": |
| 1193 | + version "1.0.5" |
| 1194 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" |
| 1195 | + integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== |
| 1196 | + |
1176 | 1197 | "@types/graceful-fs@^4.1.2":
|
1177 | 1198 | version "4.1.5"
|
1178 | 1199 | resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
|
|
1207 | 1228 | jest-matcher-utils "^27.0.0"
|
1208 | 1229 | pretty-format "^27.0.0"
|
1209 | 1230 |
|
| 1231 | +"@types/json-schema@*": |
| 1232 | + version "7.0.15" |
| 1233 | + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
| 1234 | + integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
| 1235 | + |
1210 | 1236 | "@types/json-schema@^7.0.9":
|
1211 | 1237 | version "7.0.9"
|
1212 | 1238 | resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
|
1343 | 1369 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.44.0.tgz#f3f0b89aaff78f097a2927fe5688c07e786a0241"
|
1344 | 1370 | integrity sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==
|
1345 | 1371 |
|
| 1372 | +"@typescript-eslint/types@^7.2.0": |
| 1373 | + version "7.15.0" |
| 1374 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.15.0.tgz#fb894373a6e3882cbb37671ffddce44f934f62fc" |
| 1375 | + integrity sha512-aV1+B1+ySXbQH0pLK0rx66I3IkiZNidYobyfn0WFsdGhSXw+P3YOqeTq5GED458SfB24tg+ux3S+9g118hjlTw== |
| 1376 | + |
1346 | 1377 | "@typescript-eslint/[email protected]":
|
1347 | 1378 | version "5.19.0"
|
1348 | 1379 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
|
@@ -1591,6 +1622,11 @@ archy@~1.0.0:
|
1591 | 1622 | resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40"
|
1592 | 1623 | integrity sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=
|
1593 | 1624 |
|
| 1625 | +are-docs-informative@^0.0.2: |
| 1626 | + version "0.0.2" |
| 1627 | + resolved "https://registry.yarnpkg.com/are-docs-informative/-/are-docs-informative-0.0.2.tgz#387f0e93f5d45280373d387a59d34c96db321963" |
| 1628 | + integrity sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig== |
| 1629 | + |
1594 | 1630 | are-we-there-yet@^2.0.0:
|
1595 | 1631 | version "2.0.0"
|
1596 | 1632 | resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
|
@@ -2058,10 +2094,10 @@ combined-stream@^1.0.8:
|
2058 | 2094 | dependencies:
|
2059 | 2095 | delayed-stream "~1.0.0"
|
2060 | 2096 |
|
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== |
| 2097 | +comment-parser@1.4.1: |
| 2098 | + version "1.4.1" |
| 2099 | + resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc" |
| 2100 | + integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg== |
2065 | 2101 |
|
2066 | 2102 | common-ancestor-path@^1.0.1:
|
2067 | 2103 | version "1.0.1"
|
@@ -2230,6 +2266,13 @@ debug@^4.3.4:
|
2230 | 2266 | dependencies:
|
2231 | 2267 | ms "2.1.2"
|
2232 | 2268 |
|
| 2269 | +debug@^4.3.5: |
| 2270 | + version "4.3.5" |
| 2271 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" |
| 2272 | + integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== |
| 2273 | + dependencies: |
| 2274 | + ms "2.1.2" |
| 2275 | + |
2233 | 2276 | debuglog@^1.0.1:
|
2234 | 2277 | version "1.0.1"
|
2235 | 2278 | resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
|
@@ -2465,6 +2508,11 @@ es-abstract@^1.19.0, es-abstract@^1.19.1:
|
2465 | 2508 | string.prototype.trimstart "^1.0.4"
|
2466 | 2509 | unbox-primitive "^1.0.1"
|
2467 | 2510 |
|
| 2511 | +es-module-lexer@^1.5.3: |
| 2512 | + version "1.5.4" |
| 2513 | + resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.4.tgz#a8efec3a3da991e60efa6b633a7cad6ab8d26b78" |
| 2514 | + integrity sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw== |
| 2515 | + |
2468 | 2516 | es-to-primitive@^1.2.1:
|
2469 | 2517 | version "1.2.1"
|
2470 | 2518 | resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
|
|
2566 | 2614 | dependencies:
|
2567 | 2615 | "@typescript-eslint/utils" "^5.10.0"
|
2568 | 2616 |
|
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== |
| 2617 | +eslint-plugin-jsdoc@48.5.2: |
| 2618 | + version "48.5.2" |
| 2619 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.5.2.tgz#c355846dc6a41095fa10855cbc64bed8d2d3f79d" |
| 2620 | + integrity sha512-VXBJFviQz30rynlOEQ+dNWLmeopjoAgutUVrWOZwm6Ki4EVDm4XkyIqAV/Zhf7FcDr0AG0aGmRn5FxxCtAF0tA== |
2573 | 2621 | dependencies:
|
2574 |
| - "@es-joy/jsdoccomment" "~0.36.1" |
2575 |
| - comment-parser "1.3.1" |
2576 |
| - debug "^4.3.4" |
| 2622 | + "@es-joy/jsdoccomment" "~0.43.1" |
| 2623 | + are-docs-informative "^0.0.2" |
| 2624 | + comment-parser "1.4.1" |
| 2625 | + debug "^4.3.5" |
2577 | 2626 | escape-string-regexp "^4.0.0"
|
2578 |
| - esquery "^1.4.0" |
2579 |
| - semver "^7.3.8" |
2580 |
| - spdx-expression-parse "^3.0.1" |
| 2627 | + esquery "^1.5.0" |
| 2628 | + parse-imports "^2.1.0" |
| 2629 | + semver "^7.6.2" |
| 2630 | + spdx-expression-parse "^4.0.0" |
| 2631 | + synckit "^0.9.0" |
2581 | 2632 |
|
2582 | 2633 |
|
2583 | 2634 | version "4.2.1"
|
@@ -2701,20 +2752,20 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
|
2701 | 2752 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
2702 | 2753 | integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
|
2703 | 2754 |
|
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 | 2755 | esquery@^1.4.2:
|
2712 | 2756 | version "1.4.2"
|
2713 | 2757 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
|
2714 | 2758 | integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
|
2715 | 2759 | dependencies:
|
2716 | 2760 | estraverse "^5.1.0"
|
2717 | 2761 |
|
| 2762 | +esquery@^1.5.0: |
| 2763 | + version "1.5.0" |
| 2764 | + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" |
| 2765 | + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== |
| 2766 | + dependencies: |
| 2767 | + estraverse "^5.1.0" |
| 2768 | + |
2718 | 2769 | esrecurse@^4.3.0:
|
2719 | 2770 | version "4.3.0"
|
2720 | 2771 | resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
|
@@ -4008,10 +4059,10 @@ js-yaml@^4.1.0:
|
4008 | 4059 | dependencies:
|
4009 | 4060 | argparse "^2.0.1"
|
4010 | 4061 |
|
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== |
| 4062 | +jsdoc-type-pratt-parser@~4.0.0: |
| 4063 | + version "4.0.0" |
| 4064 | + resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz#136f0571a99c184d84ec84662c45c29ceff71114" |
| 4065 | + integrity sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ== |
4015 | 4066 |
|
4016 | 4067 | jsdom@^16.6.0:
|
4017 | 4068 | version "16.7.0"
|
@@ -5150,6 +5201,14 @@ parse-conflict-json@^2.0.1:
|
5150 | 5201 | just-diff "^5.0.1"
|
5151 | 5202 | just-diff-apply "^4.0.1"
|
5152 | 5203 |
|
| 5204 | +parse-imports@^2.1.0: |
| 5205 | + version "2.1.1" |
| 5206 | + resolved "https://registry.yarnpkg.com/parse-imports/-/parse-imports-2.1.1.tgz#ce52141df24990065d72a446a364bffd595577f4" |
| 5207 | + integrity sha512-TDT4HqzUiTMO1wJRwg/t/hYk8Wdp3iF/ToMIlAoVQfL1Xs/sTxq1dKWSMjMbQmIarfWKymOyly40+zmPHXMqCA== |
| 5208 | + dependencies: |
| 5209 | + es-module-lexer "^1.5.3" |
| 5210 | + slashes "^3.0.12" |
| 5211 | + |
5153 | 5212 | parse-json@^4.0.0:
|
5154 | 5213 | version "4.0.0"
|
5155 | 5214 | resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
|
@@ -5636,12 +5695,10 @@ semver@^7.3.7:
|
5636 | 5695 | dependencies:
|
5637 | 5696 | lru-cache "^6.0.0"
|
5638 | 5697 |
|
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" |
| 5698 | +semver@^7.6.2: |
| 5699 | + version "7.6.2" |
| 5700 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" |
| 5701 | + integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== |
5645 | 5702 |
|
5646 | 5703 | set-blocking@^2.0.0:
|
5647 | 5704 | version "2.0.0"
|
@@ -5693,6 +5750,11 @@ slash@^3.0.0:
|
5693 | 5750 | resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
5694 | 5751 | integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
|
5695 | 5752 |
|
| 5753 | +slashes@^3.0.12: |
| 5754 | + version "3.0.12" |
| 5755 | + resolved "https://registry.yarnpkg.com/slashes/-/slashes-3.0.12.tgz#3d664c877ad542dc1509eaf2c50f38d483a6435a" |
| 5756 | + integrity sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA== |
| 5757 | + |
5696 | 5758 | smart-buffer@^4.1.0:
|
5697 | 5759 | version "4.2.0"
|
5698 | 5760 | resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
|
@@ -5756,14 +5818,22 @@ spdx-exceptions@^2.1.0:
|
5756 | 5818 | resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
|
5757 | 5819 | integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
|
5758 | 5820 |
|
5759 |
| -spdx-expression-parse@^3.0.0, spdx-expression-parse@^3.0.1: |
| 5821 | +spdx-expression-parse@^3.0.0: |
5760 | 5822 | version "3.0.1"
|
5761 | 5823 | resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
|
5762 | 5824 | integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
|
5763 | 5825 | dependencies:
|
5764 | 5826 | spdx-exceptions "^2.1.0"
|
5765 | 5827 | spdx-license-ids "^3.0.0"
|
5766 | 5828 |
|
| 5829 | +spdx-expression-parse@^4.0.0: |
| 5830 | + version "4.0.0" |
| 5831 | + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794" |
| 5832 | + integrity sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ== |
| 5833 | + dependencies: |
| 5834 | + spdx-exceptions "^2.1.0" |
| 5835 | + spdx-license-ids "^3.0.0" |
| 5836 | + |
5767 | 5837 | spdx-license-ids@^3.0.0:
|
5768 | 5838 | version "3.0.11"
|
5769 | 5839 | resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"
|
@@ -5961,6 +6031,14 @@ symbol-tree@^3.2.4:
|
5961 | 6031 | resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
|
5962 | 6032 | integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
|
5963 | 6033 |
|
| 6034 | +synckit@^0.9.0: |
| 6035 | + version "0.9.0" |
| 6036 | + resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.0.tgz#5b33b458b3775e4466a5b377fba69c63572ae449" |
| 6037 | + integrity sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg== |
| 6038 | + dependencies: |
| 6039 | + "@pkgr/core" "^0.1.0" |
| 6040 | + tslib "^2.6.2" |
| 6041 | + |
5964 | 6042 | tar@^6.0.2, tar@^6.1.0, tar@^6.1.11, tar@^6.1.2:
|
5965 | 6043 | version "6.1.11"
|
5966 | 6044 | resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
|
@@ -6147,6 +6225,11 @@ tslib@^1.8.1:
|
6147 | 6225 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
6148 | 6226 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
6149 | 6227 |
|
| 6228 | +tslib@^2.6.2: |
| 6229 | + version "2.6.3" |
| 6230 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" |
| 6231 | + integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== |
| 6232 | + |
6150 | 6233 | tsutils@^3.21.0:
|
6151 | 6234 | version "3.21.0"
|
6152 | 6235 | resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
|
0 commit comments