|
3717 | 3717 | "@graphql-tools/utils" "7.10.0" |
3718 | 3718 | "@graphql-tools/wrap" "7.0.8" |
3719 | 3719 |
|
3720 | | -"@graphql-mesh/transform-resolvers-composition@0.12.36": |
3721 | | - version "0.12.36" |
3722 | | - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-resolvers-composition/-/transform-resolvers-composition-0.12.36.tgz#85cf5764e07589ea9e58f81321aa8fac01be0293" |
3723 | | - integrity sha512-a++Y2qJUO6QgY5JeZOb6dOXPwB40DJ1IieBxBkXZMOd48MFGEpFzL0EVCiyPfjMV7LepLuXxIPZEbcUwCDnD7Q== |
| 3720 | +"@graphql-mesh/transform-resolvers-composition@0.97.3": |
| 3721 | + version "0.97.3" |
| 3722 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-resolvers-composition/-/transform-resolvers-composition-0.97.3.tgz#ed30be14d47a1da4d9646d32ab4c84c5be25b45a" |
| 3723 | + integrity sha512-Z+6LDZWieaW9CLcABP+mkNdFV6VWZg4a58noSF6cPeW8nW6kg6QJAjQRaOmi+f19tJarOf1PCOtjFWDJ5/SNWw== |
3724 | 3724 | dependencies: |
3725 | | - "@graphql-mesh/types" "0.69.0" |
3726 | | - "@graphql-mesh/utils" "0.32.2" |
3727 | | - "@graphql-tools/resolvers-composition" "6.4.5" |
3728 | | - "@graphql-tools/schema" "8.3.5" |
3729 | | - tslib "^2.3.1" |
| 3725 | + "@graphql-tools/resolvers-composition" "^7.0.0" |
| 3726 | + "@graphql-tools/schema" "^10.0.0" |
3730 | 3727 |
|
3731 | 3728 | "@graphql-mesh/transform-resolvers-composition@^0.10.0": |
3732 | 3729 | version "0.10.10" |
|
4685 | 4682 | "@graphql-tools/utils" "^8.5.1" |
4686 | 4683 | tslib "~2.3.0" |
4687 | 4684 |
|
| 4685 | +"@graphql-tools/merge@^9.0.3": |
| 4686 | + version "9.0.3" |
| 4687 | + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.3.tgz#4d0b467132e6f788b69fab803d31480b8ce4b61a" |
| 4688 | + integrity sha512-FeKv9lKLMwqDu0pQjPpF59GY3HReUkWXKsMIuMuJQOKh9BETu7zPEFUELvcw8w+lwZkl4ileJsHXC9+AnsT2Lw== |
| 4689 | + dependencies: |
| 4690 | + "@graphql-tools/utils" "^10.0.13" |
| 4691 | + tslib "^2.4.0" |
| 4692 | + |
4688 | 4693 | "@graphql-tools/ [email protected]": |
4689 | 4694 | version "8.2.2" |
4690 | 4695 | resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-8.2.2.tgz#ff6b520a7234f23bff302406286d2e68b8177792" |
|
4777 | 4782 | micromatch "^4.0.4" |
4778 | 4783 | tslib "~2.3.0" |
4779 | 4784 |
|
| 4785 | +"@graphql-tools/resolvers-composition@^7.0.0": |
| 4786 | + version "7.0.1" |
| 4787 | + resolved "https://registry.yarnpkg.com/@graphql-tools/resolvers-composition/-/resolvers-composition-7.0.1.tgz#06e7b7c923a14595567815b97664afd122a75fa9" |
| 4788 | + integrity sha512-EXcTi4OuGsj8UvQEleKVL4uJeOWc4MgOPK12qBCygkDMZArvBEzCa2IQ5Q9jWyCLcsNQxMXWyOm1rcQTrkJ+/w== |
| 4789 | + dependencies: |
| 4790 | + "@graphql-tools/utils" "^10.0.13" |
| 4791 | + lodash "4.17.21" |
| 4792 | + micromatch "^4.0.4" |
| 4793 | + tslib "^2.4.0" |
| 4794 | + |
4780 | 4795 | "@graphql-tools/ [email protected]", "@graphql-tools/schema@^7.0.0", "@graphql-tools/schema@^7.1.4", "@graphql-tools/schema@^7.1.5": |
4781 | 4796 | version "7.1.5" |
4782 | 4797 | resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.5.tgz#07b24e52b182e736a6b77c829fc48b84d89aa711" |
|
4826 | 4841 | tslib "~2.3.0" |
4827 | 4842 | value-or-promise "1.0.11" |
4828 | 4843 |
|
| 4844 | +"@graphql-tools/schema@^10.0.0": |
| 4845 | + version "10.0.3" |
| 4846 | + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.3.tgz#48c14be84cc617c19c4c929258672b6ab01768de" |
| 4847 | + integrity sha512-p28Oh9EcOna6i0yLaCFOnkcBDQECVf3SCexT6ktb86QNj9idnkhI+tCxnwZDh58Qvjd2nURdkbevvoZkvxzCog== |
| 4848 | + dependencies: |
| 4849 | + "@graphql-tools/merge" "^9.0.3" |
| 4850 | + "@graphql-tools/utils" "^10.0.13" |
| 4851 | + tslib "^2.4.0" |
| 4852 | + value-or-promise "^1.0.12" |
| 4853 | + |
4829 | 4854 | "@graphql-tools/ [email protected]", "@graphql-tools/stitch@^7.3.0": |
4830 | 4855 | version "7.5.3" |
4831 | 4856 | resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-7.5.3.tgz#1b339942ebb93ea4e9da248439b8cf06660688cc" |
|
5004 | 5029 | dependencies: |
5005 | 5030 | tslib "~2.3.0" |
5006 | 5031 |
|
| 5032 | +"@graphql-tools/utils@^10.0.13": |
| 5033 | + version "10.1.2" |
| 5034 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.1.2.tgz#192de00e7301c0242e7305ab16bbeef76bbcec74" |
| 5035 | + integrity sha512-fX13CYsDnX4yifIyNdiN0cVygz/muvkreWWem6BBw130+ODbRRgfiVveL0NizCEnKXkpvdeTy9Bxvo9LIKlhrw== |
| 5036 | + dependencies: |
| 5037 | + "@graphql-typed-document-node/core" "^3.1.1" |
| 5038 | + cross-inspect "1.0.0" |
| 5039 | + dset "^3.1.2" |
| 5040 | + tslib "^2.4.0" |
| 5041 | + |
5007 | 5042 | "@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.2.0": |
5008 | 5043 | version "8.2.1" |
5009 | 5044 | resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e" |
|
10523 | 10558 | dependencies: |
10524 | 10559 | node-fetch "2.6.1" |
10525 | 10560 |
|
| 10561 | + |
| 10562 | + version "1.0.0" |
| 10563 | + resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af" |
| 10564 | + integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ== |
| 10565 | + dependencies: |
| 10566 | + tslib "^2.4.0" |
| 10567 | + |
10526 | 10568 | [email protected], cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: |
10527 | 10569 | version "7.0.3" |
10528 | 10570 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" |
@@ -11586,6 +11628,11 @@ dset@^3.1.0: |
11586 | 11628 | resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.0.tgz#23feb6df93816ea452566308b1374d6e869b0d7b" |
11587 | 11629 | integrity sha512-7xTQ5DzyE59Nn+7ZgXDXjKAGSGmXZHqttMVVz1r4QNfmGpyj+cm2YtI3II0c/+4zS4a9yq2mBhgdeq2QnpcYlw== |
11588 | 11630 |
|
| 11631 | +dset@^3.1.2: |
| 11632 | + version "3.1.3" |
| 11633 | + resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.3.tgz#c194147f159841148e8e34ca41f638556d9542d2" |
| 11634 | + integrity sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ== |
| 11635 | + |
11589 | 11636 | duplexer@^0.1.1: |
11590 | 11637 | version "0.1.2" |
11591 | 11638 | resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6" |
@@ -23965,6 +24012,11 @@ tslib@^2, tslib@^2.3.1: |
23965 | 24012 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" |
23966 | 24013 | integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== |
23967 | 24014 |
|
| 24015 | +tslib@^2.4.0: |
| 24016 | + version "2.6.2" |
| 24017 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" |
| 24018 | + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== |
| 24019 | + |
23968 | 24020 | tslib@~2.0.1: |
23969 | 24021 | version "2.0.3" |
23970 | 24022 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" |
|
24507 | 24559 | resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.6.tgz#218aa4794aa2ee24dcf48a29aba4413ed584747f" |
24508 | 24560 | integrity sha512-9r0wQsWD8z/BxPOvnwbPf05ZvFngXyouE9EKB+5GbYix+BYnAwrIChCUyFIinfbf2FL/U71z+CPpbnmTdxrwBg== |
24509 | 24561 |
|
| 24562 | +value-or-promise@^1.0.12: |
| 24563 | + version "1.0.12" |
| 24564 | + resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c" |
| 24565 | + integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q== |
| 24566 | + |
24510 | 24567 | vanilla-picker@^2.11.2: |
24511 | 24568 | version "2.11.2" |
24512 | 24569 | resolved "https://registry.yarnpkg.com/vanilla-picker/-/vanilla-picker-2.11.2.tgz#eaa24efa68c27e7ee9e0776df55d6913b855f133" |
|
0 commit comments