|
643 | 643 | "@graphql-tools/utils" "^9.2.1" |
644 | 644 | tslib "^2.4.0" |
645 | 645 |
|
| 646 | +"@graphql-tools/merge@^9.0.17": |
| 647 | + version "9.0.17" |
| 648 | + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.17.tgz#57c98b74d6553fb0c053d4a121405d6088e119b6" |
| 649 | + integrity sha512-3K4g8KKbIqfdmK0L5+VtZsqwAeElPkvT5ejiH+KEhn2wyKNCi4HYHxpQk8xbu+dSwLlm9Lhet1hylpo/mWCkuQ== |
| 650 | + dependencies: |
| 651 | + "@graphql-tools/utils" "^10.7.2" |
| 652 | + tslib "^2.4.0" |
| 653 | + |
646 | 654 | "@graphql-tools/merge@^9.0.3": |
647 | 655 | version "9.0.3" |
648 | 656 | resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.3.tgz#4d0b467132e6f788b69fab803d31480b8ce4b61a" |
|
651 | 659 | "@graphql-tools/utils" "^10.0.13" |
652 | 660 | tslib "^2.4.0" |
653 | 661 |
|
654 | | -"@graphql-tools/merge@^9.0.6": |
655 | | - version "9.0.6" |
656 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.6.tgz#06d3268a46f268b380665fd6a73da609c1854ca3" |
657 | | - integrity sha512-TmkzFTFVieHnqu9mPTF6RxAQltaprpDQnM5HMTPSyMLXnJGMTvdWejV0yORKj7DW1YSi791/sUnKf8HytepBFQ== |
| 662 | +"@graphql-tools/schema@^10.0.16": |
| 663 | + version "10.0.16" |
| 664 | + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.16.tgz#82b82f9193e708fc0d34f9f3ba80ccc7a057aefa" |
| 665 | + integrity sha512-G2zgb8hNg9Sx6Z2FSXm57ToNcwMls9A9cUm+EsCrnGGDsryzN5cONYePUpSGj5NCFivVp3o1FT5dg19P/1qeqQ== |
658 | 666 | dependencies: |
659 | | - "@graphql-tools/utils" "^10.5.4" |
| 667 | + "@graphql-tools/merge" "^9.0.17" |
| 668 | + "@graphql-tools/utils" "^10.7.2" |
660 | 669 | tslib "^2.4.0" |
| 670 | + value-or-promise "^1.0.12" |
661 | 671 |
|
662 | 672 | "@graphql-tools/schema@^10.0.4": |
663 | 673 | version "10.0.4" |
|
669 | 679 | tslib "^2.4.0" |
670 | 680 | value-or-promise "^1.0.12" |
671 | 681 |
|
672 | | -"@graphql-tools/schema@^10.0.6": |
673 | | - version "10.0.6" |
674 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.6.tgz#48391195ea4557ef5b6f77950bcbf529dc5f4e7e" |
675 | | - integrity sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ== |
676 | | - dependencies: |
677 | | - "@graphql-tools/merge" "^9.0.6" |
678 | | - "@graphql-tools/utils" "^10.5.4" |
679 | | - tslib "^2.4.0" |
680 | | - value-or-promise "^1.0.12" |
681 | | - |
682 | 682 | "@graphql-tools/schema@^9.0.0": |
683 | 683 | version "9.0.19" |
684 | 684 | resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.19.tgz#c4ad373b5e1b8a0cf365163435b7d236ebdd06e7" |
|
719 | 719 | dset "^3.1.2" |
720 | 720 | tslib "^2.4.0" |
721 | 721 |
|
722 | | -"@graphql-tools/utils@^10.5.4": |
723 | | - version "10.5.4" |
724 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.4.tgz#214d815632a774f2db56bcaf7cfbd615ef858078" |
725 | | - integrity sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ== |
| 722 | +"@graphql-tools/utils@^10.7.2": |
| 723 | + version "10.7.2" |
| 724 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.7.2.tgz#feafb7be9211570037288f5a3cadab76de41a097" |
| 725 | + integrity sha512-Wn85S+hfkzfVFpXVrQ0hjnePa3p28aB6IdAGCiD1SqBCSMDRzL+OFEtyAyb30nV9Mqflqs9lCqjqlR2puG857Q== |
726 | 726 | dependencies: |
727 | 727 | "@graphql-typed-document-node/core" "^3.1.1" |
728 | 728 | cross-inspect "1.0.1" |
729 | | - dset "^3.1.2" |
| 729 | + dset "^3.1.4" |
730 | 730 | tslib "^2.4.0" |
731 | 731 |
|
732 | 732 | "@graphql-tools/utils@^9.2.1": |
@@ -2923,6 +2923,11 @@ dset@^3.1.2: |
2923 | 2923 | resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2.tgz#89c436ca6450398396dc6538ea00abc0c54cd45a" |
2924 | 2924 | integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q== |
2925 | 2925 |
|
| 2926 | +dset@^3.1.4: |
| 2927 | + version "3.1.4" |
| 2928 | + resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248" |
| 2929 | + integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA== |
| 2930 | + |
2926 | 2931 | duplexer2@~0.1.0: |
2927 | 2932 | version "0.1.4" |
2928 | 2933 | resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1" |
|
0 commit comments