|
2043 | 2043 | value-or-promise "^1.0.12" |
2044 | 2044 |
|
2045 | 2045 | "@graphql-tools/federation@^2.2.5": |
2046 | | - version "2.2.5" |
2047 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-2.2.5.tgz#1db24df6190833761a9e8cad277acb2c6ee11ab2" |
2048 | | - integrity sha512-jdGDx6WhZzYrX+bBeTajrLm+SsRDA4LBcjGWVLYjX+b1ZfGMRxGaUZvt9BV6UOFO7PUDQuuSDH4Cd1NzqjRsIw== |
| 2046 | + version "2.2.6" |
| 2047 | + resolved "https://registry.yarnpkg.com/@graphql-tools/federation/-/federation-2.2.6.tgz#a97c1fecf41b74635a07167799bc07d2dccff178" |
| 2048 | + integrity sha512-BAmgp8moKlbyXJJzxbcdd3eDvH7Ul2P+tqLe5eDtv0leeviC2cvADc0ah2hy49m6MddFBwIGlPj/hL0/pp4zxQ== |
2049 | 2049 | dependencies: |
2050 | 2050 | "@graphql-tools/delegate" "^10.0.17" |
2051 | 2051 | "@graphql-tools/executor-http" "^1.1.5" |
2052 | | - "@graphql-tools/merge" "^9.0.3" |
2053 | | - "@graphql-tools/schema" "^10.0.4" |
| 2052 | + "@graphql-tools/merge" "^9.0.5" |
| 2053 | + "@graphql-tools/schema" "^10.0.5" |
2054 | 2054 | "@graphql-tools/stitch" "^9.2.10" |
2055 | | - "@graphql-tools/utils" "^10.2.3" |
| 2055 | + "@graphql-tools/utils" "^10.4.0" |
2056 | 2056 | "@graphql-tools/wrap" "^10.0.3" |
2057 | 2057 | "@whatwg-node/fetch" "^0.9.17" |
2058 | 2058 | tslib "^2.4.0" |
|
2103 | 2103 | p-limit "3.1.0" |
2104 | 2104 | tslib "^2.4.0" |
2105 | 2105 |
|
2106 | | -"@graphql-tools/merge@^9.0.3", "@graphql-tools/merge@^9.0.4": |
2107 | | - version "9.0.4" |
2108 | | - resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.4.tgz#66c34cbc2b9a99801c0efca7b8134b2c9aecdb06" |
2109 | | - integrity sha512-MivbDLUQ+4Q8G/Hp/9V72hbn810IJDEZQ57F01sHnlrrijyadibfVhaQfW/pNH+9T/l8ySZpaR/DpL5i+ruZ+g== |
| 2106 | +"@graphql-tools/merge@^9.0.3", "@graphql-tools/merge@^9.0.4", "@graphql-tools/merge@^9.0.5": |
| 2107 | + version "9.0.5" |
| 2108 | + resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-9.0.5.tgz#f9a69fb82c68ae0deabb621f0643041da70e09d0" |
| 2109 | + integrity sha512-WPUBPh9t9eX44kiIy9dV9Bi5S6B91c13X2AldAw0TS9R5cXj3RyHffbKZtIoj/nYLv/tsRSyk/L429ZSiyOriQ== |
2110 | 2110 | dependencies: |
2111 | | - "@graphql-tools/utils" "^10.0.13" |
| 2111 | + "@graphql-tools/utils" "^10.4.0" |
2112 | 2112 | tslib "^2.4.0" |
2113 | 2113 |
|
2114 | 2114 | "@graphql-tools/optimize@^1.3.0": |
|
2143 | 2143 | "@graphql-tools/utils" "^10.0.13" |
2144 | 2144 | tslib "^2.4.0" |
2145 | 2145 |
|
2146 | | -"@graphql-tools/schema@10.0.4", "@graphql-tools/schema@^10.0.0", "@graphql-tools/schema@^10.0.3", "@graphql-tools/schema@^10.0.4": |
| 2146 | +"@graphql-tools/schema@10.0.4": |
2147 | 2147 | version "10.0.4" |
2148 | 2148 | resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.4.tgz#d4fc739a2cc07b4fc5f31a714178a561cba210cd" |
2149 | 2149 | integrity sha512-HuIwqbKxPaJujox25Ra4qwz0uQzlpsaBOzO6CVfzB/MemZdd+Gib8AIvfhQArK0YIN40aDran/yi+E5Xf0mQww== |
|
2153 | 2153 | tslib "^2.4.0" |
2154 | 2154 | value-or-promise "^1.0.12" |
2155 | 2155 |
|
| 2156 | +"@graphql-tools/schema@^10.0.0", "@graphql-tools/schema@^10.0.3", "@graphql-tools/schema@^10.0.4", "@graphql-tools/schema@^10.0.5": |
| 2157 | + version "10.0.5" |
| 2158 | + resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.5.tgz#e92fb784792f75f857d350b4230913700b1932d1" |
| 2159 | + integrity sha512-LJl+yvmtRHx4gH6SM4WaLq+Utp8tzyB9cxxF88Z6D/AMVvT6/G+BtnXGdSB5Nmy2bAwebhi5w73tdx49yGUung== |
| 2160 | + dependencies: |
| 2161 | + "@graphql-tools/merge" "^9.0.5" |
| 2162 | + "@graphql-tools/utils" "^10.4.0" |
| 2163 | + tslib "^2.4.0" |
| 2164 | + value-or-promise "^1.0.12" |
| 2165 | + |
2156 | 2166 | "@graphql-tools/stitch@^9.2.10": |
2157 | 2167 | version "9.2.10" |
2158 | 2168 | resolved "https://registry.yarnpkg.com/@graphql-tools/stitch/-/stitch-9.2.10.tgz#145da6122191ed4b12936f0db60aa8cce9d4a2f7" |
|
2196 | 2206 | value-or-promise "^1.0.11" |
2197 | 2207 | ws "^8.12.0" |
2198 | 2208 |
|
2199 | | -"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.1.1", "@graphql-tools/utils@^10.2.1", "@graphql-tools/utils@^10.2.3", "@graphql-tools/utils@^10.3.0", "@graphql-tools/utils@^10.3.2", "@graphql-tools/utils@^10.3.4": |
| 2209 | +"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.0.13", "@graphql-tools/utils@^10.1.1", "@graphql-tools/utils@^10.2.1", "@graphql-tools/utils@^10.2.3", "@graphql-tools/utils@^10.3.0", "@graphql-tools/utils@^10.3.2", "@graphql-tools/utils@^10.3.4", "@graphql-tools/utils@^10.4.0": |
2200 | 2210 | version "10.5.0" |
2201 | 2211 | resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.5.0.tgz#edfcaa5447a12c4defa002b01723716361ab001f" |
2202 | 2212 | integrity sha512-TtdmI5nKMl7QKWENudj7MnaE1skH9y7x2XuG//kHzIox9c6Q8Z2QiWoeD6EuDxCZ4nkRoQpn/YT7kT8FoaV/xQ== |
|
2976 | 2986 | integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ== |
2977 | 2987 |
|
2978 | 2988 | "@types/yargs@^17.0.8": |
2979 | | - version "17.0.32" |
2980 | | - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.32.tgz#030774723a2f7faafebf645f4e5a48371dca6229" |
2981 | | - integrity sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog== |
| 2989 | + version "17.0.33" |
| 2990 | + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.33.tgz#8c32303da83eec050a84b3c7ae7b9f922d13e32d" |
| 2991 | + integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA== |
2982 | 2992 | dependencies: |
2983 | 2993 | "@types/yargs-parser" "*" |
2984 | 2994 |
|
|
3070 | 3080 | urlpattern-polyfill "^10.0.0" |
3071 | 3081 |
|
3072 | 3082 | "@whatwg-node/node-fetch@^0.5.16": |
3073 | | - version "0.5.20" |
3074 | | - resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.20.tgz#8c7c78f6fa84fa08d6e2b90bcac7cf6f1587ffea" |
3075 | | - integrity sha512-DFLsOG//CrDdIO0x7Q7Ompxj3TZhB4iMDeXpQKY4toSbIbzsKmbwyOkzXMwvV1syxvAtPoHBzyGGtDrPV424FA== |
| 3083 | + version "0.5.21" |
| 3084 | + resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.5.21.tgz#ffa067c24c28b54de940c0fbcd9ef067aad0f969" |
| 3085 | + integrity sha512-oOknAo8NvDnvj7P0N2ZHq/n3iK3wVtJHXwLVUsBBlc+u3UaNiL+bwXmS2OKu/pH+rIWMtOsXsTABrPjcCgEByg== |
3076 | 3086 | dependencies: |
3077 | 3087 | "@kamilkisiela/fast-url-parser" "^1.1.4" |
3078 | 3088 | busboy "^1.6.0" |
@@ -3706,9 +3716,9 @@ camelcase@^6.2.0: |
3706 | 3716 | integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== |
3707 | 3717 |
|
3708 | 3718 | caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001646: |
3709 | | - version "1.0.30001647" |
3710 | | - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001647.tgz#56d58c5a4ef72913a4465f9766af895a4ead0165" |
3711 | | - integrity sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg== |
| 3719 | + version "1.0.30001651" |
| 3720 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138" |
| 3721 | + integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg== |
3712 | 3722 |
|
3713 | 3723 | capital-case@^1.0.4: |
3714 | 3724 | version "1.0.4" |
@@ -4234,9 +4244,9 @@ ejs@^3.1.10: |
4234 | 4244 | jake "^10.8.5" |
4235 | 4245 |
|
4236 | 4246 | electron-to-chromium@^1.5.4: |
4237 | | - version "1.5.4" |
4238 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343" |
4239 | | - integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA== |
| 4247 | + version "1.5.6" |
| 4248 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.6.tgz#c81d9938b5a877314ad370feb73b4e5409b36abd" |
| 4249 | + integrity sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw== |
4240 | 4250 |
|
4241 | 4251 | emittery@^0.13.1: |
4242 | 4252 | version "0.13.1" |
@@ -4926,9 +4936,9 @@ foreach@^2.0.4: |
4926 | 4936 | integrity sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg== |
4927 | 4937 |
|
4928 | 4938 | foreground-child@^3.1.0: |
4929 | | - version "3.2.1" |
4930 | | - resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7" |
4931 | | - integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA== |
| 4939 | + version "3.3.0" |
| 4940 | + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77" |
| 4941 | + integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg== |
4932 | 4942 | dependencies: |
4933 | 4943 | cross-spawn "^7.0.0" |
4934 | 4944 | signal-exit "^4.0.1" |
@@ -6601,7 +6611,7 @@ mimic-fn@^4.0.0: |
6601 | 6611 | resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" |
6602 | 6612 | integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw== |
6603 | 6613 |
|
6604 | | -minimatch@9.0.3, minimatch@^9.0.1: |
| 6614 | +minimatch@9.0.3: |
6605 | 6615 | version "9.0.3" |
6606 | 6616 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" |
6607 | 6617 | integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== |
@@ -6629,6 +6639,13 @@ minimatch@^5.0.1: |
6629 | 6639 | dependencies: |
6630 | 6640 | brace-expansion "^2.0.1" |
6631 | 6641 |
|
| 6642 | +minimatch@^9.0.1: |
| 6643 | + version "9.0.5" |
| 6644 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 6645 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 6646 | + dependencies: |
| 6647 | + brace-expansion "^2.0.1" |
| 6648 | + |
6632 | 6649 | minimist@^1.2.0, minimist@^1.2.6: |
6633 | 6650 | version "1.2.8" |
6634 | 6651 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" |
@@ -8360,9 +8377,9 @@ typescript@5.5.4, typescript@^5.0.4, typescript@^5.4.2: |
8360 | 8377 | integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== |
8361 | 8378 |
|
8362 | 8379 | "uWebSockets.js@uNetworking/uWebSockets.js#semver:^20": |
8363 | | - version "20.44.0" |
8364 | | - uid "8fa05571bf6ea95be8966ad313d9d39453e381ae" |
8365 | | - resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/8fa05571bf6ea95be8966ad313d9d39453e381ae" |
| 8380 | + version "20.47.0" |
| 8381 | + uid "6f4b450fc642abba540535f0755c990b42a16026" |
| 8382 | + resolved "https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/6f4b450fc642abba540535f0755c990b42a16026" |
8366 | 8383 |
|
8367 | 8384 | ua-parser-js@^1.0.35: |
8368 | 8385 | version "1.0.38" |
|
0 commit comments