|
643 | 643 | "@graphql-tools/utils" "^9.2.1" |
644 | 644 | tslib "^2.4.0" |
645 | 645 |
|
| 646 | +"@graphql-tools/merge@^9.0.23": |
| 647 | + version "9.0.23" |
| 648 | + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.23.tgz#5623f6175bf8379a8255867622a132c2ce66d6ee" |
| 649 | + integrity sha512-uxBS6zoP+qIorU8Z6mU8F+z24NRyCk1QcFYs8vx5NiZpaJRWM3KOmnixED2fAaq2RIQxrm9aA0EHckLKMhf/jA== |
| 650 | + dependencies: |
| 651 | + "@graphql-tools/utils" "^10.8.5" |
| 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.22": |
| 663 | + version "10.0.22" |
| 664 | + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.22.tgz#ee6a31eaae80fb4b69fcf39eeaa0402ff4f4e21e" |
| 665 | + integrity sha512-MBojGs0eUpWysG6Rvupplz1n8L/Uv7Lp9ZyTXK7F04k3QIaFGA5zW/6mwPaZ0T+gQyIwLjrIYP0M4vkVJr8Btg== |
658 | 666 | dependencies: |
659 | | - "@graphql-tools/utils" "^10.5.4" |
| 667 | + "@graphql-tools/merge" "^9.0.23" |
| 668 | + "@graphql-tools/utils" "^10.8.5" |
660 | 669 | tslib "^2.4.0" |
661 | 670 |
|
662 | 671 | "@graphql-tools/schema@^10.0.4": |
|
669 | 678 | tslib "^2.4.0" |
670 | 679 | value-or-promise "^1.0.12" |
671 | 680 |
|
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 | 681 | "@graphql-tools/schema@^9.0.0": |
683 | 682 | version "9.0.19" |
684 | 683 | resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.19.tgz#c4ad373b5e1b8a0cf365163435b7d236ebdd06e7" |
|
719 | 718 | dset "^3.1.2" |
720 | 719 | tslib "^2.4.0" |
721 | 720 |
|
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== |
| 721 | +"@graphql-tools/utils@^10.8.5": |
| 722 | + version "10.8.5" |
| 723 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.8.5.tgz#f1813a94312ec2f828e9eff0218d0f34424f6f32" |
| 724 | + integrity sha512-Z9auGRZpUEkUtBtMb4etw2JmdBcNYOQ5JXEH9+Vpcr2jvQ1IzUCqLsBnn88dNyLZV+L0CiTDfOAvz6Gqefowww== |
726 | 725 | dependencies: |
727 | 726 | "@graphql-typed-document-node/core" "^3.1.1" |
| 727 | + "@whatwg-node/promise-helpers" "^1.0.0" |
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": |
|
1925 | 1925 | dependencies: |
1926 | 1926 | "@types/yargs-parser" "*" |
1927 | 1927 |
|
| 1928 | +"@whatwg-node/promise-helpers@^1.0.0": |
| 1929 | + version "1.2.4" |
| 1930 | + resolved "https://registry.yarnpkg.com/@whatwg-node/promise-helpers/-/promise-helpers-1.2.4.tgz#4f62d48e27059e8e655add21faa82d177abf5a0c" |
| 1931 | + integrity sha512-daEUfaHbaMuAcor+FPAVK+pOCSzsAYhK6LN1y81EcakdqQEPQvjm74PTmfwfv8POg8pw4RyCv9LXB1e+mQDwqg== |
| 1932 | + dependencies: |
| 1933 | + tslib "^2.6.3" |
| 1934 | + |
1928 | 1935 | abbrev@1: |
1929 | 1936 | version "1.1.1" |
1930 | 1937 | resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" |
@@ -2923,6 +2930,11 @@ dset@^3.1.2: |
2923 | 2930 | resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.2.tgz#89c436ca6450398396dc6538ea00abc0c54cd45a" |
2924 | 2931 | integrity sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q== |
2925 | 2932 |
|
| 2933 | +dset@^3.1.4: |
| 2934 | + version "3.1.4" |
| 2935 | + resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248" |
| 2936 | + integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA== |
| 2937 | + |
2926 | 2938 | duplexer2@~0.1.0: |
2927 | 2939 | version "0.1.4" |
2928 | 2940 | resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1" |
@@ -7065,6 +7077,11 @@ tslib@^2.5.0: |
7065 | 7077 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" |
7066 | 7078 | integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== |
7067 | 7079 |
|
| 7080 | +tslib@^2.6.3: |
| 7081 | + version "2.8.1" |
| 7082 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" |
| 7083 | + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== |
| 7084 | + |
7068 | 7085 | tuf-js@^2.1.0: |
7069 | 7086 | version "2.1.0" |
7070 | 7087 | resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-2.1.0.tgz#87aa36d5a166e7522f1e2050eb502a3a9b0bde72" |
|
0 commit comments