|
2291 | 2291 | "@graphql-tools/wrap" "7.0.8" |
2292 | 2292 | fetchache "0.1.1" |
2293 | 2293 |
|
2294 | | -"@graphql-mesh/ [email protected]. 8": |
2295 | | - version "0.9.8" |
2296 | | - resolved "https://registry.yarnpkg.com/@graphql-mesh/mongoose/-/mongoose-0.9.8.tgz#f438826ddd4b26974dd88386c435c62bf387a2a1" |
2297 | | - integrity sha512-Tib/RArffGyeZ0hSzuNwCekIH12s7Ov+SIc1FUpkRaZQp4KS4NbAkbOUvWMpyonXI2cKNxTWB4XsQxFsVzZzoQ== |
| 2294 | +"@graphql-mesh/ [email protected]. 9": |
| 2295 | + version "0.9.9" |
| 2296 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/mongoose/-/mongoose-0.9.9.tgz#3bb7d5baacbb7ddbed72e7132733f29d93a5fe20" |
| 2297 | + integrity sha512-NZ4Z41aX7SPF/kpF7GQdkoeqU9cSF4z3nALHFeWLBED32fm3jjc/3dSYWBNMrwS7AJSVCel3RWKQhjcah3Z7Lw== |
2298 | 2298 | dependencies: |
2299 | 2299 | "@graphql-mesh/types" "0.53.0" |
2300 | | - "@graphql-mesh/utils" "0.18.1" |
2301 | | - "@graphql-tools/stitching-directives" "2.1.1" |
2302 | | - graphql-compose "9.0.3" |
| 2300 | + "@graphql-mesh/utils" "0.19.0" |
| 2301 | + "@graphql-tools/stitching-directives" "2.2.0" |
| 2302 | + graphql-compose "9.0.4" |
2303 | 2303 | graphql-compose-connection "8.2.1" |
2304 | 2304 | graphql-compose-mongoose "9.7.0" |
2305 | 2305 | graphql-compose-pagination "8.3.0" |
|
2928 | 2928 | object-hash "2.2.0" |
2929 | 2929 | tiny-lru "7.0.6" |
2930 | 2930 |
|
| 2931 | +"@graphql-mesh/ [email protected]": |
| 2932 | + version "0.19.0" |
| 2933 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.19.0.tgz#bbb99565e4acce6e0c66da5be2910875cdaa7b92" |
| 2934 | + integrity sha512-yYO2J+BatmCbpuT1+c4nw3bEjhJ0UClyd+8mEZmsdPQ3liH+pcnOwczczbrjI2YOmW1d7maN+KiXdQXn4/WOWg== |
| 2935 | + dependencies: |
| 2936 | + "@ardatan/string-interpolation" "1.2.12" |
| 2937 | + "@graphql-mesh/types" "0.53.0" |
| 2938 | + "@graphql-tools/delegate" "8.4.0" |
| 2939 | + "@graphql-tools/utils" "8.5.0" |
| 2940 | + "@graphql-typed-document-node/core" "3.1.0" |
| 2941 | + chalk "4.1.2" |
| 2942 | + cross-fetch "3.1.4" |
| 2943 | + date-fns "2.25.0" |
| 2944 | + fetchache "0.1.1" |
| 2945 | + flatstr "1.0.12" |
| 2946 | + graphql-jit "0.6.0" |
| 2947 | + graphql-subscriptions "1.2.1" |
| 2948 | + is-url "1.2.4" |
| 2949 | + js-yaml "4.1.0" |
| 2950 | + lodash "4.17.21" |
| 2951 | + object-hash "2.2.0" |
| 2952 | + tiny-lru "7.0.6" |
| 2953 | + |
2931 | 2954 | "@graphql-portal/config@^0.12.0": |
2932 | 2955 | version "0.12.0" |
2933 | 2956 | resolved "https://registry.yarnpkg.com/@graphql-portal/config/-/config-0.12.0.tgz#6b2937558beadcf7cbbfc67bacdbfb7e0611452e" |
|
3263 | 3286 | tslib "~2.3.0" |
3264 | 3287 | value-or-promise "1.0.10" |
3265 | 3288 |
|
| 3289 | +"@graphql-tools/batch-execute@^8.3.0": |
| 3290 | + version "8.3.0" |
| 3291 | + resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-8.3.0.tgz#a8fabc5f5d6e9fa5b34bbc9cdc2f1809ee164f3f" |
| 3292 | + integrity sha512-rv7lCH4T8hapJ9o1/aOhr64oEZhYaNRt8lzuEC3BlhzJc/szSt+/ry6mBNDjca6tjxJpMc82XLWAx9ppBLnyVA== |
| 3293 | + dependencies: |
| 3294 | + "@graphql-tools/utils" "^8.5.0" |
| 3295 | + dataloader "2.0.0" |
| 3296 | + tslib "~2.3.0" |
| 3297 | + value-or-promise "1.0.11" |
| 3298 | + |
3266 | 3299 | "@graphql-tools/ [email protected]", "@graphql-tools/code-file-loader@^6.2.5": |
3267 | 3300 | version "6.3.1" |
3268 | 3301 | resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-6.3.1.tgz#42dfd4db5b968acdb453382f172ec684fa0c34ed" |
|
3382 | 3415 | tslib "~2.3.0" |
3383 | 3416 | value-or-promise "1.0.11" |
3384 | 3417 |
|
| 3418 | +"@graphql-tools/ [email protected]", "@graphql-tools/delegate@^8.3.0": |
| 3419 | + version "8.4.0" |
| 3420 | + resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-8.4.0.tgz#630c7e30b8b0f4039bc453082d6f77501488a9b6" |
| 3421 | + integrity sha512-FtMN1+q6aNahg0AGCEndUpfdOZ6O7OnIsLTauMPEG/vrwoIlMb8tn+qBRlGrWWxyUPKBSD31T74EWM3Tq/bBaQ== |
| 3422 | + dependencies: |
| 3423 | + "@graphql-tools/batch-execute" "^8.3.0" |
| 3424 | + "@graphql-tools/schema" "^8.3.0" |
| 3425 | + "@graphql-tools/utils" "^8.5.0" |
| 3426 | + dataloader "2.0.0" |
| 3427 | + tslib "~2.3.0" |
| 3428 | + value-or-promise "1.0.11" |
| 3429 | + |
3385 | 3430 | "@graphql-tools/delegate@^8.1.0": |
3386 | 3431 | version "8.1.0" |
3387 | 3432 | resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-8.1.0.tgz#8e811bdb0079a87607d2f98685d1ff329fef4638" |
|
3602 | 3647 | "@graphql-tools/utils" "^8.2.0" |
3603 | 3648 | tslib "~2.3.0" |
3604 | 3649 |
|
| 3650 | +"@graphql-tools/merge@^8.2.0": |
| 3651 | + version "8.2.0" |
| 3652 | + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.0.tgz#8f6638eeecf19f59fef28598024308e0452dd0a2" |
| 3653 | + integrity sha512-nfMLYF7zczjnIbChZtqbvozRfuRweMD1Fe9HHd4RXd3Tcsj6E17srW0QJfxUoIIWh4pitj+XwZAwhj1PWBDU7g== |
| 3654 | + dependencies: |
| 3655 | + "@graphql-tools/utils" "^8.4.0" |
| 3656 | + tslib "~2.3.0" |
| 3657 | + |
3605 | 3658 | "@graphql-tools/ [email protected]": |
3606 | 3659 | version "8.2.2" |
3607 | 3660 | resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-8.2.2.tgz#ff6b520a7234f23bff302406286d2e68b8177792" |
|
3723 | 3776 | tslib "~2.3.0" |
3724 | 3777 | value-or-promise "1.0.10" |
3725 | 3778 |
|
| 3779 | +"@graphql-tools/schema@^8.3.0": |
| 3780 | + version "8.3.0" |
| 3781 | + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.3.0.tgz#ddf4297859c6d7ac1ebbbd91460260ed424115db" |
| 3782 | + integrity sha512-OJD4Q1Xa3sffRiHzy0sskZz9ZWeqaujINfoim4CTk5Y9es1LS+WnKi25wVhmL2SGzzmKuAv7oDn+dpQAlM+Gfw== |
| 3783 | + dependencies: |
| 3784 | + "@graphql-tools/merge" "^8.2.0" |
| 3785 | + "@graphql-tools/utils" "^8.4.0" |
| 3786 | + tslib "~2.3.0" |
| 3787 | + value-or-promise "1.0.11" |
| 3788 | + |
3726 | 3789 | "@graphql-tools/ [email protected]", "@graphql-tools/stitch@^7.3.0": |
3727 | 3790 | version "7.5.3" |
3728 | 3791 | resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-7.5.3.tgz#1b339942ebb93ea4e9da248439b8cf06660688cc" |
|
3754 | 3817 | "@graphql-tools/utils" "^8.2.0" |
3755 | 3818 | tslib "~2.3.0" |
3756 | 3819 |
|
| 3820 | +"@graphql-tools/ [email protected]": |
| 3821 | + version "2.2.0" |
| 3822 | + resolved "https://registry.yarnpkg.com/@graphql-tools/stitching-directives/-/stitching-directives-2.2.0.tgz#d787ae21c706eb5ef4956dbbe69e6a5270e3e48a" |
| 3823 | + integrity sha512-UlAMrnM1oVBtGaB+yjFbXPq6xzbQ2uAxzUWnnzDByC1PEeJ4JGLlzaFKrQplBmV8r9f8Ru4GsdFxxYhCeDFucA== |
| 3824 | + dependencies: |
| 3825 | + "@graphql-tools/delegate" "^8.3.0" |
| 3826 | + "@graphql-tools/utils" "^8.4.0" |
| 3827 | + tslib "~2.3.0" |
| 3828 | + |
3757 | 3829 | "@graphql-tools/ [email protected]", "@graphql-tools/url-loader@^6.3.2": |
3758 | 3830 | version "6.10.1" |
3759 | 3831 | resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-6.10.1.tgz#dc741e4299e0e7ddf435eba50a1f713b3e763b33" |
|
3874 | 3946 | dependencies: |
3875 | 3947 | tslib "~2.3.0" |
3876 | 3948 |
|
| 3949 | +"@graphql-tools/ [email protected]", "@graphql-tools/utils@^8.4.0", "@graphql-tools/utils@^8.5.0": |
| 3950 | + version "8.5.0" |
| 3951 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.0.tgz#439487ac756d9458a33091e5e0435ddf8e794f3e" |
| 3952 | + integrity sha512-jMwLm6YdN+Vbqntg5GHqDvGLpLa/xPSpRs/c40d0rBuel77wo7AaQ8jHeBSpp9y+7kp7HrGSWff1u7yJ7F8ppw== |
| 3953 | + dependencies: |
| 3954 | + tslib "~2.3.0" |
| 3955 | + |
3877 | 3956 | "@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.2.0": |
3878 | 3957 | version "8.2.1" |
3879 | 3958 | resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e" |
|
12154 | 12233 | graphql-type-json "0.3.2" |
12155 | 12234 | object-path "0.11.7" |
12156 | 12235 |
|
| 12236 | + |
| 12237 | + version "9.0.4" |
| 12238 | + resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-9.0.4.tgz#b4b584cbbdf7df123fe3d7e3ee913e1918c8ecb7" |
| 12239 | + integrity sha512-Cvu+efr6qB6Q7XRoXvTShsFNptW9UWG6XW1fPBIa95BCyi/8lH7ZLVPJTy+vKTLhViJZ7uw/MoJ1FPkUGu+S4Q== |
| 12240 | + dependencies: |
| 12241 | + "@types/object-path" "0.11.1" |
| 12242 | + graphql-type-json "0.3.2" |
| 12243 | + object-path "0.11.8" |
| 12244 | + |
12157 | 12245 | graphql-cost-analysis@^1.0.3: |
12158 | 12246 | version "1.0.3" |
12159 | 12247 | resolved "https://registry.yarnpkg.com/graphql-cost-analysis/-/graphql-cost-analysis-1.0.3.tgz#25b97c8e638c7e538af5ba9bcf6012cda74420ce" |
|
16858 | 16946 | resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.7.tgz#5f211161f34bb395e4b13a5f565b79d933b6f65d" |
16859 | 16947 | integrity sha512-T4evaK9VfGGQskXBDILcn6F90ZD+WO3OwRFFQ2rmZdUH4vQeDBpiolTpVlPY2yj5xSepyILTjDyM6UvbbdHMZw== |
16860 | 16948 |
|
| 16949 | + |
| 16950 | + version "0.11.8" |
| 16951 | + resolved "https://registry.yarnpkg.com/object-path/-/object-path-0.11.8.tgz#ed002c02bbdd0070b78a27455e8ae01fc14d4742" |
| 16952 | + integrity sha512-YJjNZrlXJFM42wTBn6zgOJVar9KFJvzx6sTWDte8sWZF//cnjl0BxHNpfZx+ZffXX63A9q0b1zsFiBX4g4X5KA== |
| 16953 | + |
16861 | 16954 | object-visit@^1.0.0: |
16862 | 16955 | version "1.0.1" |
16863 | 16956 | resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" |
|
0 commit comments