Skip to content

Commit 64864d5

Browse files
committed
chore(deps): update apollo graphql packages to v2.2.0
1 parent 398e7ab commit 64864d5

File tree

2 files changed

+133
-37
lines changed

2 files changed

+133
-37
lines changed

packages/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"@apollo/gateway": "0.54.1",
27-
"@apollo/gateway-v2": "npm:@apollo/gateway@2.1.4",
28-
"@apollo/subgraph-v2": "npm:@apollo/subgraph@2.1.4",
27+
"@apollo/gateway-v2": "npm:@apollo/gateway@2.2.0",
28+
"@apollo/subgraph-v2": "npm:@apollo/subgraph@2.2.0",
2929
"@nestjs/common": "8.4.7",
3030
"@nestjs/core": "8.4.7",
3131
"@nestjs/platform-express": "8.4.7",

yarn.lock

Lines changed: 131 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.2.tgz#f42ed3563acc7f1f50617d65d208483977adc68e"
1515
integrity sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw==
1616

17-
"@apollo/composition@^2.1.4":
18-
version "2.1.4"
19-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.1.4.tgz#ce89f61869fe9d6614ca3b4e5206773d9acf15da"
20-
integrity sha512-M72m29u4Zx0EHaLO989YGH+shnRE3ADKRtOSe3xx2eESHpN5GuugihQF4bdGKBFpseKBaJwl0x060eq8MVjSeg==
17+
"@apollo/composition@^2.2.0":
18+
version "2.2.0"
19+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.2.0.tgz#c2fd934c870f3765f0c993cc58c9ef25e8321860"
20+
integrity sha512-Edm459k496M4b7/jJhjInFprzDduGx+qiSh+DCi7JNG8znq+S8QzGGB/qMe+nMovu1lYq2cpCATLI4FNdIvHVg==
2121
dependencies:
22-
"@apollo/federation-internals" "^2.1.4"
23-
"@apollo/query-graphs" "^2.1.4"
22+
"@apollo/federation-internals" "^2.2.0"
23+
"@apollo/query-graphs" "^2.2.0"
2424

2525
"@apollo/core-schema@^0.2.0":
2626
version "0.2.0"
2727
resolved "https://registry.yarnpkg.com/@apollo/core-schema/-/core-schema-0.2.0.tgz#4eb529ee27553eeb6c18cd27eb0b94f2bd8b22a8"
2828
integrity sha512-bhzZMIyzP3rynXwtUuEt2ENJIgKd9P/iR98VsuA3tOyYdWPjD5BfsrdWO0oIJXW/pjbbr0oHX5gqutFRKYuwAA==
2929

30-
"@apollo/federation-internals@^2.1.4":
31-
version "2.1.4"
32-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.1.4.tgz#aa475c51fbc91d9e37e9a6e69446412ab8e32b88"
33-
integrity sha512-Fpln5hHEh0Jjy0vaTpIlv1SF+zg2cjunsH2X5QDHwKOXoHsT4o7LF+Duoy7LgZj6W3HNW9Z/srmuOXXNTl2gjw==
30+
"@apollo/federation-internals@^2.2.0":
31+
version "2.2.0"
32+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.2.0.tgz#04dad3d794e33d63e72c1ac973195761cb5a84be"
33+
integrity sha512-oYvzGVH9AIRq1xzHrdyRwD+7qHb0OxQud5b5xHdLIePAbMhepIvYAPZDX9NqGDj5gcrTGkb2C+aW6a9B4EzyeQ==
3434
dependencies:
3535
chalk "^4.1.0"
3636
js-levenshtein "^1.1.6"
@@ -44,14 +44,14 @@
4444
apollo-server-types "^3.0.2"
4545
lodash.xorby "^4.7.0"
4646

47-
"@apollo/gateway-v2@npm:@apollo/gateway@2.1.4":
48-
version "2.1.4"
49-
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.1.4.tgz#f8aac42450e793f3e3f23b8a6e8c4170b254cf1c"
50-
integrity sha512-EIKHZFdaaNEzySs48b7r6BEXVTiS4pi/yI2OVPWkEUbkVnk7NPlQNIhDXtxSeIgEY1l79PEZ9Jw09QqtjTFoTg==
47+
"@apollo/gateway-v2@npm:@apollo/gateway@2.2.0":
48+
version "2.2.0"
49+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.2.0.tgz#388b50883a48e45330d1db18fc6fd9f9a8385b83"
50+
integrity sha512-rCrJ3ryug4fQ2KBBScnL3ZVmddQS76v0DkhwInRZXFASNNym2BJvmVdO3oW3/8Xy/9qMq3vi1K81EKXPQM5Pww==
5151
dependencies:
52-
"@apollo/composition" "^2.1.4"
53-
"@apollo/federation-internals" "^2.1.4"
54-
"@apollo/query-planner" "^2.1.4"
52+
"@apollo/composition" "^2.2.0"
53+
"@apollo/federation-internals" "^2.2.0"
54+
"@apollo/query-planner" "^2.2.0"
5555
"@apollo/server-gateway-interface" "^1.0.2"
5656
"@apollo/usage-reporting-protobuf" "^4.0.0"
5757
"@apollo/utils.createhash" "^1.1.0"
@@ -64,7 +64,7 @@
6464
async-retry "^1.3.3"
6565
loglevel "^1.6.1"
6666
lru-cache "^7.13.1"
67-
make-fetch-happen "^10.1.2"
67+
make-fetch-happen "^11.0.0"
6868
node-abort-controller "^3.0.1"
6969
node-fetch "^2.6.7"
7070

@@ -147,14 +147,16 @@
147147
"@types/node" "^10.1.0"
148148
long "^4.0.0"
149149

150-
"@apollo/query-graphs@^2.1.4":
151-
version "2.1.4"
152-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.1.4.tgz#305bf8e39075cae03c08834485be292619e8cd14"
153-
integrity sha512-oGDdfj+Mhh02JIU0onc0yVxb4f3jqmyHEdTveNYmnmEtFjJWPn9PGq0hpFwTquHyrzUNkx0pqDc4UIFUnZQNGg==
150+
"@apollo/query-graphs@^2.2.0":
151+
version "2.2.0"
152+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.2.0.tgz#085eb0980a533ac5e01c688a0af8936ffc5f48f2"
153+
integrity sha512-k6hbtcm5lEx11VUlu4lLoVsIdMlpBfgKtlbuSkFuuFqAIVwtCokeL1UuR8cVV0Zy5jkteoELBOcSGy6w8Bozsw==
154154
dependencies:
155-
"@apollo/federation-internals" "^2.1.4"
155+
"@apollo/federation-internals" "^2.2.0"
156+
"@types/uuid" "^8.3.4"
156157
deep-equal "^2.0.5"
157158
ts-graphviz "^0.16.0"
159+
uuid "^9.0.0"
158160

159161
"@apollo/query-planner@^0.12.1":
160162
version "0.12.1"
@@ -165,16 +167,16 @@
165167
deep-equal "^2.0.5"
166168
pretty-format "^28.0.0"
167169

168-
"@apollo/query-planner@^2.1.4":
169-
version "2.1.4"
170-
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.1.4.tgz#ae37cbf312a2eb286d2857dbaef05a6c4b337710"
171-
integrity sha512-OaC52LslJN/uGwJSdJCwJUz1e/0vo+gbHXk1deuRQiM5kr8iV8yklxeMVzy68PG9ioeA3r5SUDIZC+NuCLZeaQ==
170+
"@apollo/query-planner@^2.2.0":
171+
version "2.2.0"
172+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.2.0.tgz#251e56c674ad291b202b9d126a6589dff6552037"
173+
integrity sha512-kyxMFMawkja+2XxRA2fTWlINNWUsn1JrtOxWZ9OvjQNLAW1oasSZyOK7U9UmaI7iglcAEdlfYtYKePlgH+OdmQ==
172174
dependencies:
173-
"@apollo/federation-internals" "^2.1.4"
174-
"@apollo/query-graphs" "^2.1.4"
175+
"@apollo/federation-internals" "^2.2.0"
176+
"@apollo/query-graphs" "^2.2.0"
175177
chalk "^4.1.0"
176178
deep-equal "^2.0.5"
177-
pretty-format "^28.0.0"
179+
pretty-format "^29.0.0"
178180

179181
"@apollo/server-gateway-interface@^1.0.2":
180182
version "1.0.3"
@@ -186,13 +188,13 @@
186188
"@apollo/utils.keyvaluecache" "^1.0.1"
187189
"@apollo/utils.logger" "^1.0.0"
188190

189-
"@apollo/subgraph-v2@npm:@apollo/subgraph@2.1.4":
190-
version "2.1.4"
191-
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.1.4.tgz#a8e0c0eb0e2d6a7f8869dfecf8e0d07ed5236712"
192-
integrity sha512-WrZuvCtTjLczkJq9BxyGgGB5lE0vr83ZFvbdVdByve+EbvfCh0rNtXNFaAXOkOcqzMcDv258AN44o7WBm+raYw==
191+
"@apollo/subgraph-v2@npm:@apollo/subgraph@2.2.0":
192+
version "2.2.0"
193+
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.2.0.tgz#5b1661663bd733a5dddd1e3707a475aac62deb73"
194+
integrity sha512-nYeFetuykyzfqj8gwLnJD+gi3CvOeEVEQPaSy8nmHm7DacCuFLbalQwLyWlI3Afx2DrsWlWOxZBqt2pw9ke2MA==
193195
dependencies:
194196
"@apollo/cache-control-types" "^1.0.2"
195-
"@apollo/federation-internals" "^2.1.4"
197+
"@apollo/federation-internals" "^2.2.0"
196198

197199
"@apollo/[email protected]", "@apollo/subgraph@^0.6.1":
198200
version "0.6.1"
@@ -2281,6 +2283,13 @@
22812283
"@gar/promisify" "^1.1.3"
22822284
semver "^7.3.5"
22832285

2286+
"@npmcli/fs@^3.1.0":
2287+
version "3.1.0"
2288+
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.0.tgz#233d43a25a91d68c3a863ba0da6a3f00924a173e"
2289+
integrity sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==
2290+
dependencies:
2291+
semver "^7.3.5"
2292+
22842293
"@npmcli/git@^3.0.0":
22852294
version "3.0.1"
22862295
resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-3.0.1.tgz#049b99b1381a2ddf7dc56ba3e91eaf76ca803a8d"
@@ -3026,6 +3035,11 @@
30263035
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
30273036
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
30283037

3038+
"@types/uuid@^8.3.4":
3039+
version "8.3.4"
3040+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
3041+
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
3042+
30293043
30303044
version "8.5.3"
30313045
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d"
@@ -4099,6 +4113,25 @@ cacache@^16.0.0, cacache@^16.0.6, cacache@^16.1.0:
40994113
tar "^6.1.11"
41004114
unique-filename "^1.1.1"
41014115

4116+
cacache@^17.0.0:
4117+
version "17.0.2"
4118+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.2.tgz#ff2bd029bf45099b3fe711f56fbf138b846c8d6d"
4119+
integrity sha512-rYUs2x4OjSgCQND7nTrh21AHIBFgd7s/ctAYvU3a8u+nK+R5YaX/SFPDYz4Azz7SGL6+6L9ZZWI4Kawpb7grzQ==
4120+
dependencies:
4121+
"@npmcli/fs" "^3.1.0"
4122+
fs-minipass "^2.1.0"
4123+
glob "^8.0.1"
4124+
lru-cache "^7.7.1"
4125+
minipass "^3.1.6"
4126+
minipass-collect "^1.0.2"
4127+
minipass-flush "^1.0.5"
4128+
minipass-pipeline "^1.2.4"
4129+
p-map "^4.0.0"
4130+
promise-inflight "^1.0.1"
4131+
ssri "^10.0.0"
4132+
tar "^6.1.11"
4133+
unique-filename "^3.0.0"
4134+
41024135
cacheable-lookup@^6.0.4:
41034136
version "6.0.4"
41044137
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-6.0.4.tgz#65c0e51721bb7f9f2cb513aed6da4a1b93ad7dc8"
@@ -8101,6 +8134,28 @@ make-fetch-happen@^10.0.3, make-fetch-happen@^10.0.6, make-fetch-happen@^10.1.2:
81018134
socks-proxy-agent "^6.1.1"
81028135
ssri "^9.0.0"
81038136

8137+
make-fetch-happen@^11.0.0:
8138+
version "11.0.1"
8139+
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-11.0.1.tgz#b3c51663d018d9e11d57fdd4393a4c5a1a7d56eb"
8140+
integrity sha512-clv3IblugXn2CDUmqFhNzii3rjKa46u5wNeivc+QlLXkGI5FjLX3rGboo+y2kwf1pd8W0iDiC384cemeDtw9kw==
8141+
dependencies:
8142+
agentkeepalive "^4.2.1"
8143+
cacache "^17.0.0"
8144+
http-cache-semantics "^4.1.0"
8145+
http-proxy-agent "^5.0.0"
8146+
https-proxy-agent "^5.0.0"
8147+
is-lambda "^1.0.1"
8148+
lru-cache "^7.7.1"
8149+
minipass "^3.1.6"
8150+
minipass-collect "^1.0.2"
8151+
minipass-fetch "^3.0.0"
8152+
minipass-flush "^1.0.5"
8153+
minipass-pipeline "^1.2.4"
8154+
negotiator "^0.6.3"
8155+
promise-retry "^2.0.1"
8156+
socks-proxy-agent "^7.0.0"
8157+
ssri "^10.0.0"
8158+
81048159
make-fetch-happen@^9.0.0:
81058160
version "9.1.0"
81068161
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968"
@@ -8394,6 +8449,17 @@ minipass-fetch@^2.0.3:
83948449
optionalDependencies:
83958450
encoding "^0.1.13"
83968451

8452+
minipass-fetch@^3.0.0:
8453+
version "3.0.0"
8454+
resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-3.0.0.tgz#02481219ddbd3d30eb0e354016f680b10c6f2bcb"
8455+
integrity sha512-NSx3k5gR4Q5Ts2poCM/19d45VwhVLBtJZ6ypYcthj2BwmDx/e7lW8Aadnyt3edd2W0ecb+b0o7FYLRYE2AGcQg==
8456+
dependencies:
8457+
minipass "^3.1.6"
8458+
minipass-sized "^1.0.3"
8459+
minizlib "^2.1.2"
8460+
optionalDependencies:
8461+
encoding "^0.1.13"
8462+
83978463
minipass-flush@^1.0.5:
83988464
version "1.0.5"
83998465
resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373"
@@ -10391,6 +10457,15 @@ socks-proxy-agent@^6.1.1:
1039110457
debug "^4.3.3"
1039210458
socks "^2.6.2"
1039310459

10460+
socks-proxy-agent@^7.0.0:
10461+
version "7.0.0"
10462+
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz#dc069ecf34436621acb41e3efa66ca1b5fed15b6"
10463+
integrity sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==
10464+
dependencies:
10465+
agent-base "^6.0.2"
10466+
debug "^4.3.3"
10467+
socks "^2.6.2"
10468+
1039410469
socks@^2.3.3, socks@^2.6.1:
1039510470
version "2.6.1"
1039610471
resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.1.tgz#989e6534a07cf337deb1b1c94aaa44296520d30e"
@@ -10504,6 +10579,13 @@ sprintf-js@~1.0.2:
1050410579
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
1050510580
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
1050610581

10582+
ssri@^10.0.0:
10583+
version "10.0.0"
10584+
resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.0.tgz#1e34554cbbc4728f5290674264e21b64aaf27ca7"
10585+
integrity sha512-64ghGOpqW0k+jh7m5jndBGdVEoPikWwGQmBNN5ks6jyUSMymzHDTlnNHOvzp+6MmHOljr2MokUzvRksnTwG0Iw==
10586+
dependencies:
10587+
minipass "^3.1.1"
10588+
1050710589
ssri@^8.0.0, ssri@^8.0.1:
1050810590
version "8.0.1"
1050910591
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
@@ -11121,13 +11203,27 @@ unique-filename@^1.1.1:
1112111203
dependencies:
1112211204
unique-slug "^2.0.0"
1112311205

11206+
unique-filename@^3.0.0:
11207+
version "3.0.0"
11208+
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea"
11209+
integrity sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==
11210+
dependencies:
11211+
unique-slug "^4.0.0"
11212+
1112411213
unique-slug@^2.0.0:
1112511214
version "2.0.2"
1112611215
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
1112711216
integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
1112811217
dependencies:
1112911218
imurmurhash "^0.1.4"
1113011219

11220+
unique-slug@^4.0.0:
11221+
version "4.0.0"
11222+
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-4.0.0.tgz#6bae6bb16be91351badd24cdce741f892a6532e3"
11223+
integrity sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==
11224+
dependencies:
11225+
imurmurhash "^0.1.4"
11226+
1113111227
unique-string@^3.0.0:
1113211228
version "3.0.0"
1113311229
resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-3.0.0.tgz#84a1c377aff5fd7a8bc6b55d8244b2bd90d75b9a"

0 commit comments

Comments
 (0)