|
1543 | 1543 | "@graphql-tools/utils" "7.10.0" |
1544 | 1544 | "@graphql-tools/wrap" "7.0.8" |
1545 | 1545 |
|
1546 | | -"@graphql-mesh/transform-rename@^0.8.5": |
1547 | | - version "0.8.19" |
1548 | | - resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.8.19.tgz#f7a2f67063cf7a9fe734ee52b8a95b46d837a8e1" |
1549 | | - integrity sha512-8t0Bojy2WRdlYSTHHXSYrGiDrYR+mG1rXJXSkIu0IWxoPgmXS6CHVJW8jeDl0REEpgaD8tb21cDAhngLGQ+eQA== |
| 1546 | +"@graphql-mesh/transform-rename@^0.96.0": |
| 1547 | + version "0.96.7" |
| 1548 | + resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-rename/-/transform-rename-0.96.7.tgz#6ec40d869419b77e07359df4b7d1812f3d658299" |
| 1549 | + integrity sha512-v1oUlx6HXIqwhPnGGLQ/MgoHYF1yQVUCVB154nNghYlQtOCkMhktK+45QXAdVho398icyRyVAY+N1sl6oFynPA== |
1550 | 1550 | dependencies: |
1551 | | - "@graphql-mesh/types" "0.42.0" |
1552 | | - "@graphql-mesh/utils" "0.12.0" |
1553 | | - "@graphql-tools/delegate" "7.1.5" |
1554 | | - "@graphql-tools/utils" "7.10.0" |
1555 | | - "@graphql-tools/wrap" "7.0.8" |
| 1551 | + "@graphql-tools/delegate" "^10.0.0" |
| 1552 | + "@graphql-tools/wrap" "^10.0.0" |
| 1553 | + graphql-scalars "^1.22.4" |
1556 | 1554 |
|
1557 | 1555 | "@graphql-mesh/transform-resolvers-composition@^0.10.0": |
1558 | 1556 | version "0.10.0" |
|
1737 | 1735 | tslib "~2.3.0" |
1738 | 1736 | value-or-promise "1.0.10" |
1739 | 1737 |
|
| 1738 | +"@graphql-tools/batch-execute@^9.0.4": |
| 1739 | + version "9.0.4" |
| 1740 | + resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-9.0.4.tgz#11601409c0c33491971fc82592de12390ec58be2" |
| 1741 | + integrity sha512-kkebDLXgDrep5Y0gK1RN3DMUlLqNhg60OAz0lTCqrYeja6DshxLtLkj+zV4mVbBA4mQOEoBmw6g1LZs3dA84/w== |
| 1742 | + dependencies: |
| 1743 | + "@graphql-tools/utils" "^10.0.13" |
| 1744 | + dataloader "^2.2.2" |
| 1745 | + tslib "^2.4.0" |
| 1746 | + value-or-promise "^1.0.12" |
| 1747 | + |
1740 | 1748 | "@graphql-tools/[email protected]", "@graphql-tools/code-file-loader@^6.2.5": |
1741 | 1749 | version "6.3.1" |
1742 | 1750 | resolved "https://registry.yarnpkg.com/@graphql-tools/code-file-loader/-/code-file-loader-6.3.1.tgz#42dfd4db5b968acdb453382f172ec684fa0c34ed" |
|
1821 | 1829 | tslib "~2.3.0" |
1822 | 1830 | value-or-promise "1.0.10" |
1823 | 1831 |
|
| 1832 | +"@graphql-tools/delegate@^10.0.0", "@graphql-tools/delegate@^10.0.4": |
| 1833 | + version "10.0.4" |
| 1834 | + resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-10.0.4.tgz#7c38240f11e42ec2dd45d0a569ca6433ce4cb8dc" |
| 1835 | + integrity sha512-WswZRbQZMh/ebhc8zSomK9DIh6Pd5KbuiMsyiKkKz37TWTrlCOe+4C/fyrBFez30ksq6oFyCeSKMwfrCbeGo0Q== |
| 1836 | + dependencies: |
| 1837 | + "@graphql-tools/batch-execute" "^9.0.4" |
| 1838 | + "@graphql-tools/executor" "^1.2.1" |
| 1839 | + "@graphql-tools/schema" "^10.0.3" |
| 1840 | + "@graphql-tools/utils" "^10.0.13" |
| 1841 | + dataloader "^2.2.2" |
| 1842 | + tslib "^2.5.0" |
| 1843 | + |
1824 | 1844 | "@graphql-tools/delegate@^8.1.0": |
1825 | 1845 | version "8.2.0" |
1826 | 1846 | resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-8.2.0.tgz#c43e102aab89cced33e0be7a47faae759321d441" |
|
1833 | 1853 | tslib "~2.3.0" |
1834 | 1854 | value-or-promise "1.0.10" |
1835 | 1855 |
|
| 1856 | +"@graphql-tools/executor@^1.2.1": |
| 1857 | + version "1.2.1" |
| 1858 | + resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.2.1.tgz#9aa132ac1839679fbd14810f7ad8a65e82c0db44" |
| 1859 | + integrity sha512-BP5UI1etbNOXmTSt7q4NL1+zsURFgh2pG+Hyt9K/xO0LlsfbSx59L5dHLerqZP7Js0xI6GYqrUQ4m29rUwUHJg== |
| 1860 | + dependencies: |
| 1861 | + "@graphql-tools/utils" "^10.0.13" |
| 1862 | + "@graphql-typed-document-node/core" "3.2.0" |
| 1863 | + "@repeaterjs/repeater" "^3.0.4" |
| 1864 | + tslib "^2.4.0" |
| 1865 | + value-or-promise "^1.0.12" |
| 1866 | + |
1836 | 1867 | "@graphql-tools/git-loader@^6.2.5": |
1837 | 1868 | version "6.2.6" |
1838 | 1869 | resolved "https://registry.yarnpkg.com/@graphql-tools/git-loader/-/git-loader-6.2.6.tgz#c2226f4b8f51f1c05c9ab2649ba32d49c68cd077" |
|
2003 | 2034 | "@graphql-tools/utils" "^8.2.0" |
2004 | 2035 | tslib "~2.3.0" |
2005 | 2036 |
|
| 2037 | +"@graphql-tools/merge@^9.0.3": |
| 2038 | + version "9.0.3" |
| 2039 | + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.3.tgz#4d0b467132e6f788b69fab803d31480b8ce4b61a" |
| 2040 | + integrity sha512-FeKv9lKLMwqDu0pQjPpF59GY3HReUkWXKsMIuMuJQOKh9BETu7zPEFUELvcw8w+lwZkl4ileJsHXC9+AnsT2Lw== |
| 2041 | + dependencies: |
| 2042 | + "@graphql-tools/utils" "^10.0.13" |
| 2043 | + tslib "^2.4.0" |
| 2044 | + |
2006 | 2045 | "@graphql-tools/[email protected]": |
2007 | 2046 | version "8.1.4" |
2008 | 2047 | resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-8.1.4.tgz#4d2ef054f83bd71dfe294a9750c19f90b6dedb91" |
|
2096 | 2135 | tslib "~2.3.0" |
2097 | 2136 | value-or-promise "1.0.10" |
2098 | 2137 |
|
| 2138 | +"@graphql-tools/schema@^10.0.3": |
| 2139 | + version "10.0.3" |
| 2140 | + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.3.tgz#48c14be84cc617c19c4c929258672b6ab01768de" |
| 2141 | + integrity sha512-p28Oh9EcOna6i0yLaCFOnkcBDQECVf3SCexT6ktb86QNj9idnkhI+tCxnwZDh58Qvjd2nURdkbevvoZkvxzCog== |
| 2142 | + dependencies: |
| 2143 | + "@graphql-tools/merge" "^9.0.3" |
| 2144 | + "@graphql-tools/utils" "^10.0.13" |
| 2145 | + tslib "^2.4.0" |
| 2146 | + value-or-promise "^1.0.12" |
| 2147 | + |
2099 | 2148 | "@graphql-tools/schema@^8.0.0", "@graphql-tools/schema@^8.0.1": |
2100 | 2149 | version "8.0.1" |
2101 | 2150 | resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.0.1.tgz#178b734f3784e632a76bdd144ffa8a32169a6f4a" |
|
2220 | 2269 | dependencies: |
2221 | 2270 | tslib "~2.3.0" |
2222 | 2271 |
|
| 2272 | +"@graphql-tools/utils@^10.0.13": |
| 2273 | + version "10.1.0" |
| 2274 | + resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.1.0.tgz#d8c23a8b8636a5df59b14991bf25eae5ac15d314" |
| 2275 | + integrity sha512-wLPqhgeZ9BZJPRoaQbsDN/CtJDPd/L4qmmtPkjI3NuYJ39x+Eqz1Sh34EAGMuDh+xlOHqBwHczkZUpoK9tvzjw== |
| 2276 | + dependencies: |
| 2277 | + "@graphql-typed-document-node/core" "^3.1.1" |
| 2278 | + cross-inspect "1.0.0" |
| 2279 | + dset "^3.1.2" |
| 2280 | + tslib "^2.4.0" |
| 2281 | + |
2223 | 2282 | "@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.1.2", "@graphql-tools/utils@^8.2.0": |
2224 | 2283 | version "8.2.1" |
2225 | 2284 | resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.1.tgz#381e79fa04041f91f132d252216adcb3970e3c1e" |
|
2249 | 2308 | tslib "~2.3.0" |
2250 | 2309 | value-or-promise "1.0.10" |
2251 | 2310 |
|
| 2311 | +"@graphql-tools/wrap@^10.0.0": |
| 2312 | + version "10.0.2" |
| 2313 | + resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-10.0.2.tgz#87f510b5f35db2771e7743bc3d71059ee4adaf09" |
| 2314 | + integrity sha512-nb/YjBcyF02KBCy3hiyw0nBKIC+qkiDY/tGMCcIe4pM6BPEcnreaPhXA28Rdge7lKtySF4Mhbc86XafFH5bIkQ== |
| 2315 | + dependencies: |
| 2316 | + "@graphql-tools/delegate" "^10.0.4" |
| 2317 | + "@graphql-tools/schema" "^10.0.3" |
| 2318 | + "@graphql-tools/utils" "^10.0.13" |
| 2319 | + tslib "^2.4.0" |
| 2320 | + value-or-promise "^1.0.12" |
| 2321 | + |
2252 | 2322 | "@graphql-typed-document-node/[email protected]", "@graphql-typed-document-node/core@^3.0.0": |
2253 | 2323 | version "3.1.0" |
2254 | 2324 | resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950" |
2255 | 2325 | integrity sha512-wYn6r8zVZyQJ6rQaALBEln5B1pzxb9shV5Ef97kTvn6yVGrqyXVnDqnU24MXnFubR+rZjBY9NWuxX3FB2sTsjg== |
2256 | 2326 |
|
| 2327 | +"@graphql-typed-document-node/[email protected]", "@graphql-typed-document-node/core@^3.1.1": |
| 2328 | + version "3.2.0" |
| 2329 | + resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861" |
| 2330 | + integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ== |
| 2331 | + |
2257 | 2332 | "@grpc/grpc-js@^1.1.7": |
2258 | 2333 | version "1.3.3" |
2259 | 2334 | resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.3.3.tgz#479764be3044f44c9fe38702643f59ea1a5374cb" |
|
2635 | 2710 | resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" |
2636 | 2711 | integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= |
2637 | 2712 |
|
| 2713 | +"@repeaterjs/repeater@^3.0.4": |
| 2714 | + version "3.0.5" |
| 2715 | + resolved "https://registry.yarnpkg.com/@repeaterjs/repeater/-/repeater-3.0.5.tgz#b77571685410217a548a9c753aa3cdfc215bfc78" |
| 2716 | + integrity sha512-l3YHBLAol6d/IKnB9LhpD0cEZWAoe3eFKUyTYWmFmCO2Q/WOckxLQAUyMZWwZV2M/m3+4vgRoaolFqaII82/TA== |
| 2717 | + |
2638 | 2718 | "@sinonjs/commons@^1.7.0": |
2639 | 2719 | version "1.8.3" |
2640 | 2720 | resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" |
|
4619 | 4699 | dependencies: |
4620 | 4700 | node-fetch "2.6.1" |
4621 | 4701 |
|
| 4702 | + |
| 4703 | + version "1.0.0" |
| 4704 | + resolved "https://registry.yarnpkg.com/cross-inspect/-/cross-inspect-1.0.0.tgz#5fda1af759a148594d2d58394a9e21364f6849af" |
| 4705 | + integrity sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ== |
| 4706 | + dependencies: |
| 4707 | + tslib "^2.4.0" |
| 4708 | + |
4622 | 4709 | cross-spawn@^5.0.1, cross-spawn@^5.1.0: |
4623 | 4710 | version "5.1.0" |
4624 | 4711 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" |
|
4731 | 4818 | resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.0.0.tgz#41eaf123db115987e21ca93c005cd7753c55fe6f" |
4732 | 4819 | integrity sha512-YzhyDAwA4TaQIhM5go+vCLmU0UikghC/t9DTQYZR2M/UvZ1MdOhPezSDZcjj9uqQJOMqjLcpWtyW2iNINdlatQ== |
4733 | 4820 |
|
| 4821 | +dataloader@^2.2.2: |
| 4822 | + version "2.2.2" |
| 4823 | + resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0" |
| 4824 | + integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g== |
| 4825 | + |
4734 | 4826 | |
4735 | 4827 | version "2.23.0" |
4736 | 4828 | resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9" |
@@ -4965,6 +5057,11 @@ dotsplit.js@^1.0.3: |
4965 | 5057 | resolved "https://registry.yarnpkg.com/dotsplit.js/-/dotsplit.js-1.1.0.tgz#25a239eabe922a91ffa5d2a172d6c9fb82451e02" |
4966 | 5058 | integrity sha1-JaI56r6SKpH/pdKhctbJ+4JFHgI= |
4967 | 5059 |
|
| 5060 | +dset@^3.1.2: |
| 5061 | + version "3.1.3" |
| 5062 | + resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.3.tgz#c194147f159841148e8e34ca41f638556d9542d2" |
| 5063 | + integrity sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ== |
| 5064 | + |
4968 | 5065 | ecc-jsbn@~0.1.1: |
4969 | 5066 | version "0.1.2" |
4970 | 5067 | resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" |
|
6204 | 6301 | dependencies: |
6205 | 6302 | tslib "~2.2.0" |
6206 | 6303 |
|
| 6304 | +graphql-scalars@^1.22.4: |
| 6305 | + version "1.22.5" |
| 6306 | + resolved "https://registry.yarnpkg.com/graphql-scalars/-/graphql-scalars-1.22.5.tgz#f7aceacf0efd2f38d53635c69895e3c67c04bd37" |
| 6307 | + integrity sha512-Mw7uaqRscjdaXmxlHbt3sYGLU8o1hfFvTvN2VRrYEJyEPy6zGIbaFyJ4PPyt9H6GRHp01MQwS6HqXroRYHyGOg== |
| 6308 | + dependencies: |
| 6309 | + tslib "^2.5.0" |
| 6310 | + |
6207 | 6311 | |
6208 | 6312 | version "1.2.1" |
6209 | 6313 | resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-1.2.1.tgz#2142b2d729661ddf967b7388f7cf1dd4cf2e061d" |
@@ -10801,6 +10905,11 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@~2.3 |
10801 | 10905 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e" |
10802 | 10906 | integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg== |
10803 | 10907 |
|
| 10908 | +tslib@^2.4.0, tslib@^2.5.0: |
| 10909 | + version "2.6.2" |
| 10910 | + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" |
| 10911 | + integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== |
| 10912 | + |
10804 | 10913 | tslib@~2.0.1: |
10805 | 10914 | version "2.0.3" |
10806 | 10915 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c" |
|
11093 | 11202 | resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.6.tgz#218aa4794aa2ee24dcf48a29aba4413ed584747f" |
11094 | 11203 | integrity sha512-9r0wQsWD8z/BxPOvnwbPf05ZvFngXyouE9EKB+5GbYix+BYnAwrIChCUyFIinfbf2FL/U71z+CPpbnmTdxrwBg== |
11095 | 11204 |
|
| 11205 | +value-or-promise@^1.0.12: |
| 11206 | + version "1.0.12" |
| 11207 | + resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c" |
| 11208 | + integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q== |
| 11209 | + |
11096 | 11210 | vary@^1, vary@~1.1.2: |
11097 | 11211 | version "1.1.2" |
11098 | 11212 | resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" |
|
0 commit comments