|
378 | 378 | resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.15.0.tgz#f29a55df17cb6e87cfbabce33ff6a14a9f85076d" |
379 | 379 | integrity sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA== |
380 | 380 |
|
381 | | -"@mswjs/interceptors@^0.29.0": |
382 | | - version "0.29.1" |
383 | | - resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.29.1.tgz#e77fc58b5188569041d0440b25c9e9ebb1ccd60a" |
384 | | - integrity sha512-3rDakgJZ77+RiQUuSK69t1F0m8BQKA8Vh5DCS5V0DWvNY67zob2JhhQrhCO0AKLGINTRSFd1tBaHcJTkhefoSw== |
| 381 | +"@mswjs/interceptors@^0.35.8": |
| 382 | + version "0.35.9" |
| 383 | + resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.35.9.tgz#1e1488ff2f333683d374eccc8c0f4d5d851c6d3d" |
| 384 | + integrity sha512-SSnyl/4ni/2ViHKkiZb8eajA/eN1DNFaHjhGiLUdZvDz6PKF4COSf/17xqSz64nOo2Ia29SA6B2KNCsyCbVmaQ== |
385 | 385 | dependencies: |
386 | 386 | "@open-draft/deferred-promise" "^2.2.0" |
387 | 387 | "@open-draft/logger" "^0.3.0" |
388 | 388 | "@open-draft/until" "^2.0.0" |
389 | 389 | is-node-process "^1.2.0" |
390 | | - outvariant "^1.2.1" |
| 390 | + outvariant "^1.4.3" |
391 | 391 | strict-event-emitter "^0.5.1" |
392 | 392 |
|
393 | 393 | "@nodelib/fs.scandir@2.1.5": |
@@ -2105,6 +2105,11 @@ graphemer@^1.4.0: |
2105 | 2105 | resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" |
2106 | 2106 | integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== |
2107 | 2107 |
|
| 2108 | +graphql@^16.8.1: |
| 2109 | + version "16.9.0" |
| 2110 | + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f" |
| 2111 | + integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw== |
| 2112 | + |
2108 | 2113 | has-bigints@^1.0.1, has-bigints@^1.0.2: |
2109 | 2114 | version "1.0.2" |
2110 | 2115 | resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" |
@@ -2691,26 +2696,27 @@ ms@^2.1.1: |
2691 | 2696 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
2692 | 2697 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
2693 | 2698 |
|
2694 | | -msw@^2.4.1: |
2695 | | - version "2.4.1" |
2696 | | - resolved "https://registry.yarnpkg.com/msw/-/msw-2.4.1.tgz#bb0ead0311de39d5847ff0836b9dd67e7bba02b8" |
2697 | | - integrity sha512-HXcoQPzYTwEmVk+BGIcRa0vLabBT+J20SSSeYh/QfajaK5ceA6dlD4ZZjfz2dqGEq4vRNCPLP6eXsB94KllPFg== |
| 2699 | +msw@^2.4.11: |
| 2700 | + version "2.4.11" |
| 2701 | + resolved "https://registry.yarnpkg.com/msw/-/msw-2.4.11.tgz#17001366c7c8de1540436d06d194f8facffed0f4" |
| 2702 | + integrity sha512-TVEw9NOPTc6ufOQLJ53234S9NBRxQbu7xFMxs+OCP43JQcNEIOKiZHxEm2nDzYIrwccoIhUxUf8wr99SukD76A== |
2698 | 2703 | dependencies: |
2699 | 2704 | "@bundled-es-modules/cookie" "^2.0.0" |
2700 | 2705 | "@bundled-es-modules/statuses" "^1.0.1" |
2701 | 2706 | "@bundled-es-modules/tough-cookie" "^0.1.6" |
2702 | 2707 | "@inquirer/confirm" "^3.0.0" |
2703 | | - "@mswjs/interceptors" "^0.29.0" |
| 2708 | + "@mswjs/interceptors" "^0.35.8" |
2704 | 2709 | "@open-draft/until" "^2.1.0" |
2705 | 2710 | "@types/cookie" "^0.6.0" |
2706 | 2711 | "@types/statuses" "^2.0.4" |
2707 | 2712 | chalk "^4.1.2" |
| 2713 | + graphql "^16.8.1" |
2708 | 2714 | headers-polyfill "^4.0.2" |
2709 | 2715 | is-node-process "^1.2.0" |
2710 | | - outvariant "^1.4.2" |
2711 | | - path-to-regexp "^6.2.0" |
| 2716 | + outvariant "^1.4.3" |
| 2717 | + path-to-regexp "^6.3.0" |
2712 | 2718 | strict-event-emitter "^0.5.1" |
2713 | | - type-fest "^4.9.0" |
| 2719 | + type-fest "^4.26.1" |
2714 | 2720 | yargs "^17.7.2" |
2715 | 2721 |
|
2716 | 2722 | muggle-string@^0.4.1: |
@@ -2829,10 +2835,10 @@ optionator@^0.9.3: |
2829 | 2835 | prelude-ls "^1.2.1" |
2830 | 2836 | type-check "^0.4.0" |
2831 | 2837 |
|
2832 | | -outvariant@^1.2.1, outvariant@^1.4.0, outvariant@^1.4.2: |
2833 | | - version "1.4.2" |
2834 | | - resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.4.2.tgz#f54f19240eeb7f15b28263d5147405752d8e2066" |
2835 | | - integrity sha512-Ou3dJ6bA/UJ5GVHxah4LnqDwZRwAmWxrG3wtrHrbGnP4RnLCtA64A4F+ae7Y8ww660JaddSoArUR5HjipWSHAQ== |
| 2838 | +outvariant@^1.4.0, outvariant@^1.4.3: |
| 2839 | + version "1.4.3" |
| 2840 | + resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.4.3.tgz#221c1bfc093e8fec7075497e7799fdbf43d14873" |
| 2841 | + integrity sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA== |
2836 | 2842 |
|
2837 | 2843 | p-limit@^3.0.2: |
2838 | 2844 | version "3.1.0" |
@@ -2898,7 +2904,7 @@ path-scurry@^1.11.1: |
2898 | 2904 | lru-cache "^10.2.0" |
2899 | 2905 | minipass "^5.0.0 || ^6.0.2 || ^7.0.0" |
2900 | 2906 |
|
2901 | | -path-to-regexp@^6.2.0: |
| 2907 | +path-to-regexp@^6.3.0: |
2902 | 2908 | version "6.3.0" |
2903 | 2909 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4" |
2904 | 2910 | integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ== |
@@ -3514,10 +3520,10 @@ type-fest@^0.21.3: |
3514 | 3520 | resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" |
3515 | 3521 | integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== |
3516 | 3522 |
|
3517 | | -type-fest@^4.9.0: |
3518 | | - version "4.10.2" |
3519 | | - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.10.2.tgz#3abdb144d93c5750432aac0d73d3e85fcab45738" |
3520 | | - integrity sha512-anpAG63wSpdEbLwOqH8L84urkL6PiVIov3EMmgIhhThevh9aiMQov+6Btx0wldNcvm4wV+e2/Rt1QdDwKHFbHw== |
| 3523 | +type-fest@^4.26.1: |
| 3524 | + version "4.26.1" |
| 3525 | + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.26.1.tgz#a4a17fa314f976dd3e6d6675ef6c775c16d7955e" |
| 3526 | + integrity sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg== |
3521 | 3527 |
|
3522 | 3528 | typed-array-buffer@^1.0.0: |
3523 | 3529 | version "1.0.0" |
|
0 commit comments