|
2546 | 2546 | "@graphql-tools/utils" "7.10.0" |
2547 | 2547 | "@graphql-tools/wrap" "7.0.8" |
2548 | 2548 |
|
2549 | | -"@graphql-mesh/ [email protected]. 34": |
2550 | | - version "0.6.34" |
2551 | | - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-extend/-/transform-extend-0.6.34.tgz#f24cda495198d9fe743bd82430f6f26a283fefbf" |
2552 | | - integrity sha512-1ULHGM7NZQDPU782e+ic3cq6hhk79l98QwMqK078XW8UZ5dEGfR3Y0IWu0eN+b3RjxJNzFueFrfljzSw9muAuw== |
| 2549 | +"@graphql-mesh/ [email protected]. 35": |
| 2550 | + version "0.6.35" |
| 2551 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-extend/-/transform-extend-0.6.35.tgz#32fe80546aea59544864e1cb365453577119192a" |
| 2552 | + integrity sha512-tjNzDTHBTHmNxoCEAVF08o/xL/9fOt/4NG2eiyFPjUFVD96VGvISlife4GxU0S65YV+2LI8WHeyO6RILjp81Sw== |
2553 | 2553 | dependencies: |
2554 | 2554 | "@graphql-mesh/types" "0.53.0" |
2555 | | - "@graphql-mesh/utils" "0.18.1" |
| 2555 | + "@graphql-mesh/utils" "0.19.0" |
2556 | 2556 | "@graphql-tools/code-file-loader" "7.2.1" |
2557 | 2557 | "@graphql-tools/graphql-file-loader" "7.3.1" |
2558 | | - "@graphql-tools/load" "7.3.2" |
2559 | | - "@graphql-tools/schema" "8.2.0" |
| 2558 | + "@graphql-tools/load" "7.4.0" |
| 2559 | + "@graphql-tools/schema" "8.3.0" |
2560 | 2560 |
|
2561 | 2561 | "@graphql-mesh/transform-extend@^0.6.1": |
2562 | 2562 | version "0.6.15" |
|
2900 | 2900 | object-hash "2.2.0" |
2901 | 2901 | tiny-lru "7.0.6" |
2902 | 2902 |
|
2903 | | -"@graphql-mesh/ [email protected]": |
2904 | | - version "0.18.1" |
2905 | | - resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.18.1.tgz#93973466648ab977bff7882e50e0f53eee8fc937" |
2906 | | - integrity sha512-J3pJ9jFSVYBQkb+6dnPCYYqPy8MR6CgjjBsDPskz5LU08vtkba7UmMav3d90rAnzgJiqDGdgr7GCljK7CNw6JA== |
2907 | | - dependencies: |
2908 | | - "@ardatan/string-interpolation" "1.2.12" |
2909 | | - "@graphql-mesh/types" "0.53.0" |
2910 | | - "@graphql-tools/delegate" "8.2.3" |
2911 | | - "@graphql-tools/utils" "8.3.0" |
2912 | | - "@graphql-typed-document-node/core" "3.1.0" |
2913 | | - chalk "4.1.2" |
2914 | | - cross-fetch "3.1.4" |
2915 | | - date-fns "2.25.0" |
2916 | | - fetchache "0.1.1" |
2917 | | - flatstr "1.0.12" |
2918 | | - graphql-jit "0.6.0" |
2919 | | - graphql-subscriptions "1.2.1" |
2920 | | - is-url "1.2.4" |
2921 | | - js-yaml "4.1.0" |
2922 | | - lodash "4.17.21" |
2923 | | - object-hash "2.2.0" |
2924 | | - tiny-lru "7.0.6" |
2925 | | - |
2926 | 2903 | "@graphql-mesh/ [email protected]": |
2927 | 2904 | version "0.19.0" |
2928 | 2905 | resolved "https://registry.yarnpkg.com/@graphql-mesh/utils/-/utils-0.19.0.tgz#bbb99565e4acce6e0c66da5be2910875cdaa7b92" |
|
3576 | 3553 | unixify "1.0.0" |
3577 | 3554 | valid-url "1.0.9" |
3578 | 3555 |
|
3579 | | -"@graphql-tools/load@7.3.2": |
3580 | | - version "7.3.2" |
3581 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.3.2.tgz#0edd9c0b464111968bfca148457a4c97e23fc030" |
3582 | | - integrity sha512-tB03MGOlgKkoP6YyzIl/saTYshuLWxQy2JebhYL6gy3XsWmSE7ae1WAL3p+G0pyfw66HaMu905omyulu1VkfXw== |
| 3556 | +"@graphql-tools/load@7.4.0": |
| 3557 | + version "7.4.0" |
| 3558 | + resolved "https://registry.yarnpkg.com/@graphql-tools/load/-/load-7.4.0.tgz#259e2b0b5efe1b7d1834ca462ff22785a42e5c7e" |
| 3559 | + integrity sha512-f1RpBa/TIHIRxzcmL+pRj+021P8lx1Tu0gQ/6tzEHMlvh8AhPchXlOiASWBWDVo0J7+fSL+KQrlVORQ7VVMT0w== |
3583 | 3560 | dependencies: |
3584 | | - "@graphql-tools/schema" "8.2.0" |
3585 | | - "@graphql-tools/utils" "^8.2.3" |
| 3561 | + "@graphql-tools/schema" "8.3.0" |
| 3562 | + "@graphql-tools/utils" "^8.4.0" |
3586 | 3563 | p-limit "3.1.0" |
3587 | 3564 | tslib "~2.3.0" |
3588 | 3565 |
|
|
0 commit comments