Skip to content

Commit 155b213

Browse files
chore(deps): update apollo graphql packages
1 parent e9dfe89 commit 155b213

File tree

3 files changed

+57
-49
lines changed

3 files changed

+57
-49
lines changed

packages/apollo/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"url": "https://github.com/nestjs/graphql/issues"
2323
},
2424
"devDependencies": {
25-
"@apollo/gateway": "2.3.3",
26-
"@apollo/server": "4.4.1",
27-
"@apollo/server-plugin-response-cache": "4.1.0",
28-
"@apollo/subgraph": "2.2.3",
25+
"@apollo/gateway": "2.4.0",
26+
"@apollo/server": "4.5.0",
27+
"@apollo/server-plugin-response-cache": "4.1.1",
28+
"@apollo/subgraph": "2.4.0",
2929
"@as-integrations/fastify": "1.3.2",
3030
"@nestjs/common": "9.3.9",
3131
"@nestjs/core": "9.3.9",

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ws": "8.13.0"
3535
},
3636
"devDependencies": {
37-
"@apollo/subgraph": "2.2.3",
37+
"@apollo/subgraph": "2.4.0",
3838
"@nestjs/common": "9.3.9",
3939
"@nestjs/core": "9.3.9",
4040
"@nestjs/testing": "9.3.9",

yarn.lock

+52-44
Original file line numberDiff line numberDiff line change
@@ -15,42 +15,44 @@
1515
resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.2.tgz#f42ed3563acc7f1f50617d65d208483977adc68e"
1616
integrity sha512-Por80co1eUm4ATsvjCOoS/tIR8PHxqVjsA6z76I6Vw0rFn4cgyVElQcmQDIZiYsy41k8e5xkrMRECkM2WR8pNw==
1717

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.0":
19+
version "2.4.0"
20+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.4.0.tgz#3af25c52c18a3affdd56a473f3b990001abbd829"
21+
integrity sha512-sAVJwv1YJpqbZzS8E1IFItXsiJPag57g3hvwj8n/sn5LGgRRSS05WxhQl7U3NJEjwD0+4LpXqGrIvpCcRFLsvQ==
2222
dependencies:
23-
"@apollo/federation-internals" "2.3.3"
24-
"@apollo/query-graphs" "2.3.3"
23+
"@apollo/federation-internals" "2.4.0"
24+
"@apollo/query-graphs" "2.4.0"
2525

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.0":
27+
version "2.4.0"
28+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.4.0.tgz#4bfc9ded3381a4c8ff05ac220d941319bdcef1ff"
29+
integrity sha512-ovfYwpq3s2LKNvLGg6bxcNlyrCllbF1JhNgQEOEOeAoy3TTmnYuxqd00H3bkT/5xpXvMpBc6+Di6qMkYcQM+Ww==
3030
dependencies:
31+
"@types/uuid" "^9.0.0"
3132
chalk "^4.1.0"
3233
js-levenshtein "^1.1.6"
34+
uuid "^9.0.0"
3335

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.0":
37+
version "2.4.0"
38+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.4.0.tgz#a114fedce859f9a5f901e41d2baa7b7c0fdab16d"
39+
integrity sha512-Jt1HiFwe94AfjVj1h53GRwz26Bfp6Y0+yyHQ6/CqEJxQWbAHvEiBFKpzwFQQF9O/OshZx8oedmuAXA6RSFRxSg==
3840
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.0"
42+
"@apollo/federation-internals" "2.4.0"
43+
"@apollo/query-planner" "2.4.0"
4244
"@apollo/server-gateway-interface" "^1.1.0"
43-
"@apollo/usage-reporting-protobuf" "^4.0.0"
45+
"@apollo/usage-reporting-protobuf" "^4.1.0"
4446
"@apollo/utils.createhash" "^2.0.0"
4547
"@apollo/utils.fetcher" "^2.0.0"
4648
"@apollo/utils.isnodelike" "^2.0.0"
49+
"@apollo/utils.keyvaluecache" "^2.1.0"
4750
"@apollo/utils.logger" "^2.0.0"
4851
"@josephg/resolvable" "^1.0.1"
4952
"@opentelemetry/api" "^1.0.1"
5053
"@types/node-fetch" "^2.6.2"
5154
async-retry "^1.3.3"
5255
loglevel "^1.6.1"
53-
lru-cache "^7.13.1"
5456
make-fetch-happen "^11.0.0"
5557
node-abort-controller "^3.0.1"
5658
node-fetch "^2.6.7"
@@ -73,23 +75,24 @@
7375
"@types/long" "^4.0.0"
7476
long "^4.0.0"
7577

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.0":
79+
version "2.4.0"
80+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.4.0.tgz#8c49ad4f80b384eb283f7e001032f586885201be"
81+
integrity sha512-xyixv288KQ1/qeRbGayNN+4kbv0oHCZV/iLTu1x/Vb5iZTD0LPlMar2rh7ffGLoCmLLAzP+65le0wRXU581hHQ==
8082
dependencies:
81-
"@apollo/federation-internals" "2.3.3"
83+
"@apollo/federation-internals" "2.4.0"
8284
deep-equal "^2.0.5"
8385
ts-graphviz "^1.5.4"
8486
uuid "^9.0.0"
8587

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.0":
89+
version "2.4.0"
90+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.4.0.tgz#b20000dc0ebca738e6a590aeabff10ec8ce1d258"
91+
integrity sha512-sVBHJ5SW32w6YdeAJCcB23ct5sb/myhv7ebbr9tObmncBR/QOj0n45XyJGXPC3LP8J3h3ICVWehNXDFyV2wOHQ==
9092
dependencies:
91-
"@apollo/federation-internals" "2.3.3"
92-
"@apollo/query-graphs" "2.3.3"
93+
"@apollo/federation-internals" "2.4.0"
94+
"@apollo/query-graphs" "2.4.0"
95+
"@apollo/utils.keyvaluecache" "^2.1.0"
9396
chalk "^4.1.0"
9497
deep-equal "^2.0.5"
9598
pretty-format "^29.0.0"
@@ -111,18 +114,18 @@
111114
dependencies:
112115
"@apollographql/graphql-playground-html" "1.6.29"
113116

114-
"@apollo/[email protected].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/[email protected].1":
118+
version "4.1.1"
119+
resolved "https://registry.yarnpkg.com/@apollo/server-plugin-response-cache/-/server-plugin-response-cache-4.1.1.tgz#ed64f14d589fdd705a3fea9cfed5727d4f661b36"
120+
integrity sha512-R1Ukle1U9oV/768BsQ7qqTWZDpQydDjgr3sIf3MPeo0NuHpk968tA+DRFC9BeEzgJ+GtqEyyLrJlVCtzcJPJuw==
118121
dependencies:
119122
"@apollo/utils.createhash" "^2.0.0"
120123
"@apollo/utils.keyvaluecache" "^2.1.0"
121124

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.5.0":
126+
version "4.5.0"
127+
resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.5.0.tgz#e53aac06e6d7ea10aea7fb4a66f52dc6aa9794b8"
128+
integrity sha512-+7iRp0omJATUrVQ6b4JKi4XUvvuL+hBxu5/Hy6WiZmVNcVm19zzO+xTOlXO8OJBZgd14jZnGRgWx/eZjXEmkXQ==
126129
dependencies:
127130
"@apollo/cache-control-types" "^1.0.2"
128131
"@apollo/server-gateway-interface" "^1.1.0"
@@ -151,13 +154,13 @@
151154
uuid "^9.0.0"
152155
whatwg-mimetype "^3.0.0"
153156

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.0":
158+
version "2.4.0"
159+
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.4.0.tgz#2c7b8955db4e97eb27e6057f452a6a66816bdcb8"
160+
integrity sha512-/njjzPkyzkh0FO2WvLV+I9mlsDWk3DhfOtCc+cmMx9p4mixgyyaRvYvx3tPjSPkMvkPw/cNidCVymuWJVOAu5A==
158161
dependencies:
159162
"@apollo/cache-control-types" "^1.0.2"
160-
"@apollo/federation-internals" "^2.2.3"
163+
"@apollo/federation-internals" "2.4.0"
161164

162165
"@apollo/usage-reporting-protobuf@^4.0.0":
163166
version "4.0.2"
@@ -2120,6 +2123,11 @@
21202123
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
21212124
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
21222125

2126+
"@types/uuid@^9.0.0":
2127+
version "9.0.1"
2128+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6"
2129+
integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==
2130+
21232131
"@types/validator@^13.7.10":
21242132
version "13.7.11"
21252133
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.7.11.tgz#96f158d89c16375189a7aa42adbdbe3adc971dbe"
@@ -6862,7 +6870,7 @@ lru-cache@^6.0.0:
68626870
dependencies:
68636871
yallist "^4.0.0"
68646872

6865-
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:
6873+
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:
68666874
version "7.14.1"
68676875
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea"
68686876
integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==

0 commit comments

Comments
 (0)