|
15 | 15 | resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.2.tgz#f42ed3563acc7f1f50617d65d208483977adc68e" |
16 | 16 | integrity sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw== |
17 | 17 |
|
18 | | -"@apollo/composition@2.3.3": |
19 | | - version "2.3.3" |
20 | | - resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.3.3.tgz#98655806bd7028c97839c89c40eb3527537aafcc" |
21 | | - integrity sha512-Jx1F7IvjErM1HZ7I6NFQ667O9IAAfnVqzhpom/Z++pyeot5OsMqsunAQTRj57WyX/W9eZ/DCjlEH/G7S7SEdBQ== |
| 18 | +"@apollo/composition@2.4.1": |
| 19 | + version "2.4.1" |
| 20 | + resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.4.1.tgz#2f080324fccbfd34bb3d83b19975aa695e9272b2" |
| 21 | + integrity sha512-3da3gNMYw1OwsPJjH9jGkhDJffK3Wn4pu2m5CeJixpv8g5vBCFxlXOZ1ItsN+oNPkwmUplPUuTAWKAvwGfoYOA== |
22 | 22 | dependencies: |
23 | | - "@apollo/federation-internals" "2.3.3" |
24 | | - "@apollo/query-graphs" "2.3.3" |
| 23 | + "@apollo/federation-internals" "2.4.1" |
| 24 | + "@apollo/query-graphs" "2.4.1" |
25 | 25 |
|
26 | | -"@apollo/federation-internals@2.3.3", "@apollo/federation-internals@^2.2.3": |
27 | | - version "2.3.3" |
28 | | - resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.3.3.tgz#10663c0936fab24e66e3e3896aae91ccbeef4e89" |
29 | | - integrity sha512-QzqgwQ57ZsvzExCo/dMxZL38E2cALXkn6fG93c89VPwo+4Kpo87I7DNDJgYVDSYzNosemW9ya1jGFRvwjyfQMw== |
| 26 | +"@apollo/federation-internals@2.4.1": |
| 27 | + version "2.4.1" |
| 28 | + resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.4.1.tgz#49488b26f30d8b5862de4d3b718f5042a5eb368a" |
| 29 | + integrity sha512-C0jI/jApL0DIY2a6ig/RDRDpWinUpc3hSARhyBVNFQX0xtnuW+AjB+lpRZoEoWOZzGjfbaN+zmbUUqkxqjlc9Q== |
30 | 30 | dependencies: |
| 31 | + "@types/uuid" "^9.0.0" |
31 | 32 | chalk "^4.1.0" |
32 | 33 | js-levenshtein "^1.1.6" |
| 34 | + uuid "^9.0.0" |
33 | 35 |
|
34 | | -"@apollo/gateway@2.3.3": |
35 | | - version "2.3.3" |
36 | | - resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.3.3.tgz#4739ecd55828c53a615a70e63cebf0be961d648d" |
37 | | - integrity sha512-c/bI5D/cVfizzMZgq3d3pQ7NkeoFNMhgFjPGlybc1Cs48SpYhA/KMqLpZifZyQC2QOA1hH/GdPbaa11e49elmw== |
| 36 | +"@apollo/gateway@2.4.1": |
| 37 | + version "2.4.1" |
| 38 | + resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.4.1.tgz#5ebf16479706a6f753b1d3becc071129e8e6e2c4" |
| 39 | + integrity sha512-rNdaxpStWP+2yG2sQZPXIuHyl9RB3K1AuM4LVH4z207HWdOLYubqmfCJF7aQrhEXuHcOsU675D5BFQ6xcNhv1Q== |
38 | 40 | dependencies: |
39 | | - "@apollo/composition" "2.3.3" |
40 | | - "@apollo/federation-internals" "2.3.3" |
41 | | - "@apollo/query-planner" "2.3.3" |
| 41 | + "@apollo/composition" "2.4.1" |
| 42 | + "@apollo/federation-internals" "2.4.1" |
| 43 | + "@apollo/query-planner" "2.4.1" |
42 | 44 | "@apollo/server-gateway-interface" "^1.1.0" |
43 | | - "@apollo/usage-reporting-protobuf" "^4.0.0" |
| 45 | + "@apollo/usage-reporting-protobuf" "^4.1.0" |
44 | 46 | "@apollo/utils.createhash" "^2.0.0" |
45 | 47 | "@apollo/utils.fetcher" "^2.0.0" |
46 | 48 | "@apollo/utils.isnodelike" "^2.0.0" |
| 49 | + "@apollo/utils.keyvaluecache" "^2.1.0" |
47 | 50 | "@apollo/utils.logger" "^2.0.0" |
48 | 51 | "@josephg/resolvable" "^1.0.1" |
49 | 52 | "@opentelemetry/api" "^1.0.1" |
50 | 53 | "@types/node-fetch" "^2.6.2" |
51 | 54 | async-retry "^1.3.3" |
52 | 55 | loglevel "^1.6.1" |
53 | | - lru-cache "^7.13.1" |
54 | 56 | make-fetch-happen "^11.0.0" |
55 | 57 | node-abort-controller "^3.0.1" |
56 | 58 | node-fetch "^2.6.7" |
|
73 | 75 | "@types/long" "^4.0.0" |
74 | 76 | long "^4.0.0" |
75 | 77 |
|
76 | | -"@apollo/query-graphs@2.3.3": |
77 | | - version "2.3.3" |
78 | | - resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.3.3.tgz#229a470189686d38445b918741dcdd5fe032c3c1" |
79 | | - integrity sha512-yORR+BbeS7wWxU7GQsJO3oNG0mzsjDHSicJcCVC9kCuW5PqNvPwrtpTlTFrJzukbD2mq9uASO0AJff5emkhHlA== |
| 78 | +"@apollo/query-graphs@2.4.1": |
| 79 | + version "2.4.1" |
| 80 | + resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.4.1.tgz#baa41a1c0e1ba31f692eb27d3087e299908fb476" |
| 81 | + integrity sha512-14dnaZ3DnY/dLOsOI19BQkfkda3cxPmen+t8S/LqAOHMDky/vrgccoDIb3hc7TSlM08EJgRQiVytRjdhQzS3yQ== |
80 | 82 | dependencies: |
81 | | - "@apollo/federation-internals" "2.3.3" |
| 83 | + "@apollo/federation-internals" "2.4.1" |
82 | 84 | deep-equal "^2.0.5" |
83 | 85 | ts-graphviz "^1.5.4" |
84 | 86 | uuid "^9.0.0" |
85 | 87 |
|
86 | | -"@apollo/query-planner@2.3.3": |
87 | | - version "2.3.3" |
88 | | - resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.3.3.tgz#95eb89a4d1636c8df4e326e8936270b2d24d791d" |
89 | | - integrity sha512-XB21o/USJCL+XJD4lPMwRKSa1aWk8xZcYRb9mEt6C133bn2bk488u9IOKaumBaGAt7TgEyEvm9YccIua9+w4FA== |
| 88 | +"@apollo/query-planner@2.4.1": |
| 89 | + version "2.4.1" |
| 90 | + resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.4.1.tgz#aff80b92602eb7d9e33d8423d7aa38d4ab81a97e" |
| 91 | + integrity sha512-s16fb5/AZMhxdjuNI/Jm1YDRWFZSeSOuNn72YOdnZzkdC1OUNsuc3y8BDn9QY6PK9UK4c6gK4seWOb3HYkxDfQ== |
90 | 92 | dependencies: |
91 | | - "@apollo/federation-internals" "2.3.3" |
92 | | - "@apollo/query-graphs" "2.3.3" |
| 93 | + "@apollo/federation-internals" "2.4.1" |
| 94 | + "@apollo/query-graphs" "2.4.1" |
| 95 | + "@apollo/utils.keyvaluecache" "^2.1.0" |
93 | 96 | chalk "^4.1.0" |
94 | 97 | deep-equal "^2.0.5" |
95 | 98 | pretty-format "^29.0.0" |
|
111 | 114 | dependencies: |
112 | 115 | "@apollographql/graphql-playground-html" "1.6.29" |
113 | 116 |
|
114 | | -"@apollo/server-plugin-response-cache@4.1.0": |
115 | | - version "4.1.0" |
116 | | - resolved "https://registry.yarnpkg.com/@apollo/server-plugin-response-cache/-/server-plugin-response-cache-4.1.0.tgz#2c6752bec3bb14d2901688ae631220fd37b938a2" |
117 | | - integrity sha512-Nv3WUnpb0PV22D6ayY1vv+9mJPPju0uk4imRo7TS5N9nVy+OEKJ7VW6VJ/XA4+1h0CUKkRX6Tb0BrgJuRYFR1Q== |
| 117 | +"@apollo/server-plugin-response-cache@4.1.2": |
| 118 | + version "4.1.2" |
| 119 | + resolved "https://registry.yarnpkg.com/@apollo/server-plugin-response-cache/-/server-plugin-response-cache-4.1.2.tgz#98d32a37adae4ff11610e101a55f8a7aa955d4e9" |
| 120 | + integrity sha512-HlKe5s/gjvHAebh4LKCfQNBEJod/W+bsEd7wAyc6DyV9I8MquMX6mV42bkU2m+AUdNIltOlLRqnBEKJezG342Q== |
118 | 121 | dependencies: |
119 | 122 | "@apollo/utils.createhash" "^2.0.0" |
120 | 123 | "@apollo/utils.keyvaluecache" "^2.1.0" |
121 | 124 |
|
122 | | -"@apollo/server@4.4.1": |
123 | | - version "4.4.1" |
124 | | - resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.4.1.tgz#4eda75540b6e9fa6870c80629c1708ca39d364b4" |
125 | | - integrity sha512-KEEM8Q5KvkarPHn6r//nRonVBQ/C69fmkTKHzuL1ZoD7BevdIh7HLeh69wIazC21wrizBHMR+LKIqZuIT9YQVg== |
| 125 | +"@apollo/server@4.6.0": |
| 126 | + version "4.6.0" |
| 127 | + resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.6.0.tgz#4e04294aeccd00797b8cec6ee0b7dde51dc8e9d1" |
| 128 | + integrity sha512-02dgZ5ywBZP7xVZ+Xf62uEtA0jCYcpD5gEluCADudUSwbGuQTnJ9F056SxOVLpJRM69sWDrOMKF5kncYYH5wSA== |
126 | 129 | dependencies: |
127 | 130 | "@apollo/cache-control-types" "^1.0.2" |
128 | 131 | "@apollo/server-gateway-interface" "^1.1.0" |
|
151 | 154 | uuid "^9.0.0" |
152 | 155 | whatwg-mimetype "^3.0.0" |
153 | 156 |
|
154 | | -"@apollo/subgraph@2.2.3": |
155 | | - version "2.2.3" |
156 | | - resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.2.3.tgz#cef1fee9a705f52aac22a37a1d4f6c902c63c00e" |
157 | | - integrity sha512-y7SdZaDbRJXq6xQcwT5Xj/KR1RAV9cokKK0XcMIBGvXcUXdMVorFxX2pYGzxyiIM7y4qFsAF/L8+0G5dtrnkZw== |
| 157 | +"@apollo/subgraph@2.4.1": |
| 158 | + version "2.4.1" |
| 159 | + resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.4.1.tgz#167496f40360ffa25df4769c06b85cec48fe0248" |
| 160 | + integrity sha512-z9o0qMHyxMjBvQzQvuNMuxvI0GTttdMr3p2tlJN2LdL792/ZhN6hhdBEaV+n6C2nZ4Dw+bV5jq5I+6fBlnmV3Q== |
158 | 161 | dependencies: |
159 | 162 | "@apollo/cache-control-types" "^1.0.2" |
160 | | - "@apollo/federation-internals" "^2.2.3" |
| 163 | + "@apollo/federation-internals" "2.4.1" |
161 | 164 |
|
162 | 165 | "@apollo/usage-reporting-protobuf@^4.0.0": |
163 | 166 | version "4.0.2" |
|
2241 | 2244 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" |
2242 | 2245 | integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== |
2243 | 2246 |
|
| 2247 | +"@types/uuid@^9.0.0": |
| 2248 | + version "9.0.1" |
| 2249 | + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6" |
| 2250 | + integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA== |
| 2251 | + |
2244 | 2252 | "@types/validator@^13.7.10": |
2245 | 2253 | version "13.7.11" |
2246 | 2254 | resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.7.11.tgz#96f158d89c16375189a7aa42adbdbe3adc971dbe" |
@@ -7210,7 +7218,7 @@ lru-cache@^6.0.0: |
7210 | 7218 | dependencies: |
7211 | 7219 | yallist "^4.0.0" |
7212 | 7220 |
|
7213 | | -lru-cache@^7.10.1, lru-cache@^7.13.1, lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: |
| 7221 | +lru-cache@^7.10.1, lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: |
7214 | 7222 | version "7.14.1" |
7215 | 7223 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea" |
7216 | 7224 | integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA== |
|
0 commit comments