Skip to content

Commit 9150c77

Browse files
Update Apollo GraphQL packages
1 parent 3f303c3 commit 9150c77

File tree

5 files changed

+52
-52
lines changed

5 files changed

+52
-52
lines changed

federation-v1/gateways/apollo-router/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
gateway:
5-
image: ghcr.io/apollographql/router:v1.43.0
5+
image: ghcr.io/apollographql/router:v1.47.0
66
container_name: gateway
77
networks:
88
- test

federation-v1/gateways/apollo-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"tsx": "4.7.1",
88
"typescript": "5.4.3",
99
"graphql": "16.8.1",
10-
"@apollo/server": "4.10.2",
11-
"@apollo/gateway": "2.7.2",
12-
"@apollo/composition": "2.7.2"
10+
"@apollo/server": "4.10.4",
11+
"@apollo/gateway": "2.7.8",
12+
"@apollo/composition": "2.7.8"
1313
}
1414
}

federation-v1/gateways/apollo-server/yarn.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@
77
resolved "https://registry.yarnpkg.com/@apollo/cache-control-types/-/cache-control-types-1.0.3.tgz#5da62cf64c3b4419dabfef4536b57a40c8ff0b47"
88
integrity sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==
99

10-
"@apollo/[email protected].2":
11-
version "2.7.2"
12-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.2.tgz#4627c1c2e74c56af29260cb37724fc1edcdccef6"
13-
integrity sha512-Qd7mj2pOBm/q3axb2P7NnkJTgiA7x3bTiYYFD+XqhfMI/NB2EdxPeUyc4OzGg5sLrzV3ySd6fuZRzQYK/5FiPg==
10+
"@apollo/[email protected].8":
11+
version "2.7.8"
12+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.8.tgz#e1a4e8a43a0ec63256991a410a89574980c2f5ad"
13+
integrity sha512-mfvXcKK0sTFWsz7U+IwJVa00ydWv1r1dYOKqT3dPs7nYlhgUQ5F3PyZXD+GsYMj6A3SJW6KgTkmbwee/nfLyJw==
1414
dependencies:
15-
"@apollo/federation-internals" "2.7.2"
16-
"@apollo/query-graphs" "2.7.2"
15+
"@apollo/federation-internals" "2.7.8"
16+
"@apollo/query-graphs" "2.7.8"
1717

18-
"@apollo/[email protected].2":
19-
version "2.7.2"
20-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.2.tgz#3e54ecbc9363f8882496567e53c298ff9a1821dc"
21-
integrity sha512-i+9mbw8UN6P+i5xpLxH3m8n3zqEBzoN8a1cct4yrab9loiZeIlxW8cLXzqglEMic++Sz9tai4L21ZY0GlW8ebg==
18+
"@apollo/[email protected].8":
19+
version "2.7.8"
20+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.8.tgz#fd8e3f1f791703f80e0602f76b17d5fbe966c0af"
21+
integrity sha512-LET8YGJ/paYKx2WFqdmWKgQ++kRMwRQ80qNF3z9DNoUN029/qXoh+t433IB2TNtV4WCtN0btNog5DOgVUaXrog==
2222
dependencies:
2323
"@types/uuid" "^9.0.0"
2424
chalk "^4.1.0"
2525
js-levenshtein "^1.1.6"
2626
uuid "^9.0.0"
2727

28-
"@apollo/[email protected].2":
29-
version "2.7.2"
30-
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.7.2.tgz#f5df03ab0ac0a0d9e4653200c245bb0dd9100702"
31-
integrity sha512-LUAFkta9U/jy3a1Vk7inrzlESi/nAXZuZEsjo+nvbzr14YFFp5YdMq6AbuurcvnmDv533L4x1lAKgSGgI251Bw==
28+
"@apollo/[email protected].8":
29+
version "2.7.8"
30+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.7.8.tgz#65a430b39c0bd1f64ec0ae8bdd8c7d05c0ae2529"
31+
integrity sha512-mu+KeCOMHVCzailE/oRVfRIHieW+/OikrWv4JQODMUKabMlThPZhVLrq2ubcLWgXCGWBG16jDixmAQclOngpWA==
3232
dependencies:
33-
"@apollo/composition" "2.7.2"
34-
"@apollo/federation-internals" "2.7.2"
35-
"@apollo/query-planner" "2.7.2"
33+
"@apollo/composition" "2.7.8"
34+
"@apollo/federation-internals" "2.7.8"
35+
"@apollo/query-planner" "2.7.8"
3636
"@apollo/server-gateway-interface" "^1.1.0"
3737
"@apollo/usage-reporting-protobuf" "^4.1.0"
3838
"@apollo/utils.createhash" "^2.0.0"
@@ -67,23 +67,23 @@
6767
"@types/long" "^4.0.0"
6868
long "^4.0.0"
6969

70-
"@apollo/[email protected].2":
71-
version "2.7.2"
72-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.2.tgz#efdcd76fcc07662b8db0dd9273bc4d15754bb208"
73-
integrity sha512-tVoKqStxXk3Wq7j8U7W6U9Z51rFn0V5mZW6mnIrSOPRyMq9nuv56xbopPxeFbhPEIE2xgJfzYKukjJS9wJW25A==
70+
"@apollo/[email protected].8":
71+
version "2.7.8"
72+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.8.tgz#b7b349936c7b84c99882e1271d78e79d7bb9cc06"
73+
integrity sha512-W0D0qGviHb+DJjd32KcQ7r4WQpM3CO5s19XhkR+OegrYRi0nzEXT8uEclV+Vy/GfAi9ZcHFm7Rz8u2AkS9Djsw==
7474
dependencies:
75-
"@apollo/federation-internals" "2.7.2"
75+
"@apollo/federation-internals" "2.7.8"
7676
deep-equal "^2.0.5"
7777
ts-graphviz "^1.5.4"
7878
uuid "^9.0.0"
7979

80-
"@apollo/[email protected].2":
81-
version "2.7.2"
82-
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.7.2.tgz#12f3d1bd9969c98c26b9928f7a945a4c3a777ddc"
83-
integrity sha512-1tK8joK1F5Vz99P5YrB2ltJjfz6TeuEP37gyJwzZzYJelGQlcNn6/Jakz0c3Vp4ksl467RsnLyGsz0Zqy+UiMQ==
80+
"@apollo/[email protected].8":
81+
version "2.7.8"
82+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.7.8.tgz#141343b7f9e0f212ac16a86cc0df60b428234e48"
83+
integrity sha512-J+MMqzjXVe6z222eUiuG77oebeIj+gyj5y3cSnkn3qAWryrwLzSWCxSy11rdWBwpaw9ynfgOhVQdc6LbaRf8aw==
8484
dependencies:
85-
"@apollo/federation-internals" "2.7.2"
86-
"@apollo/query-graphs" "2.7.2"
85+
"@apollo/federation-internals" "2.7.8"
86+
"@apollo/query-graphs" "2.7.8"
8787
"@apollo/utils.keyvaluecache" "^2.1.0"
8888
chalk "^4.1.0"
8989
deep-equal "^2.0.5"
@@ -99,10 +99,10 @@
9999
"@apollo/utils.keyvaluecache" "^2.1.0"
100100
"@apollo/utils.logger" "^2.0.0"
101101

102-
"@apollo/[email protected].2":
103-
version "4.10.2"
104-
resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.10.2.tgz#7a0caa7292d512ec44fe065d28dc68d32d4865a1"
105-
integrity sha512-qlTZE4XyzMPprtkxFjmPxMwc2KC4nvNQrKXk2PMotEACKcaLXVZFIgstxbSqBCNl2KgzbsgU1g6vvbV6Xcfikw==
102+
"@apollo/[email protected].4":
103+
version "4.10.4"
104+
resolved "https://registry.yarnpkg.com/@apollo/server/-/server-4.10.4.tgz#98590173721b63bdec7ab2fe15179c8a04955233"
105+
integrity sha512-HS12CUa1wq8f5zKXOKJRwRdESFp4por9AINecpcsEUV9jsCP/NqPILgx0hCOOFJuKxmnaL7070xO6l5xmOq4Fw==
106106
dependencies:
107107
"@apollo/cache-control-types" "^1.0.3"
108108
"@apollo/server-gateway-interface" "^1.1.1"

federation-v1/scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"tsx": "4.7.1",
88
"typescript": "5.4.3",
99
"graphql": "16.8.1",
10-
"@apollo/composition": "2.7.2"
10+
"@apollo/composition": "2.7.8"
1111
},
1212
"devDependencies": {
1313
"@types/node": "20.11.30"

federation-v1/scenarios/yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
# yarn lockfile v1
33

44

5-
"@apollo/[email protected].2":
6-
version "2.7.2"
7-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.2.tgz#4627c1c2e74c56af29260cb37724fc1edcdccef6"
8-
integrity sha512-Qd7mj2pOBm/q3axb2P7NnkJTgiA7x3bTiYYFD+XqhfMI/NB2EdxPeUyc4OzGg5sLrzV3ySd6fuZRzQYK/5FiPg==
5+
"@apollo/[email protected].8":
6+
version "2.7.8"
7+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.8.tgz#e1a4e8a43a0ec63256991a410a89574980c2f5ad"
8+
integrity sha512-mfvXcKK0sTFWsz7U+IwJVa00ydWv1r1dYOKqT3dPs7nYlhgUQ5F3PyZXD+GsYMj6A3SJW6KgTkmbwee/nfLyJw==
99
dependencies:
10-
"@apollo/federation-internals" "2.7.2"
11-
"@apollo/query-graphs" "2.7.2"
10+
"@apollo/federation-internals" "2.7.8"
11+
"@apollo/query-graphs" "2.7.8"
1212

13-
"@apollo/[email protected].2":
14-
version "2.7.2"
15-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.2.tgz#3e54ecbc9363f8882496567e53c298ff9a1821dc"
16-
integrity sha512-i+9mbw8UN6P+i5xpLxH3m8n3zqEBzoN8a1cct4yrab9loiZeIlxW8cLXzqglEMic++Sz9tai4L21ZY0GlW8ebg==
13+
"@apollo/[email protected].8":
14+
version "2.7.8"
15+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.8.tgz#fd8e3f1f791703f80e0602f76b17d5fbe966c0af"
16+
integrity sha512-LET8YGJ/paYKx2WFqdmWKgQ++kRMwRQ80qNF3z9DNoUN029/qXoh+t433IB2TNtV4WCtN0btNog5DOgVUaXrog==
1717
dependencies:
1818
"@types/uuid" "^9.0.0"
1919
chalk "^4.1.0"
2020
js-levenshtein "^1.1.6"
2121
uuid "^9.0.0"
2222

23-
"@apollo/[email protected].2":
24-
version "2.7.2"
25-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.2.tgz#efdcd76fcc07662b8db0dd9273bc4d15754bb208"
26-
integrity sha512-tVoKqStxXk3Wq7j8U7W6U9Z51rFn0V5mZW6mnIrSOPRyMq9nuv56xbopPxeFbhPEIE2xgJfzYKukjJS9wJW25A==
23+
"@apollo/[email protected].8":
24+
version "2.7.8"
25+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.8.tgz#b7b349936c7b84c99882e1271d78e79d7bb9cc06"
26+
integrity sha512-W0D0qGviHb+DJjd32KcQ7r4WQpM3CO5s19XhkR+OegrYRi0nzEXT8uEclV+Vy/GfAi9ZcHFm7Rz8u2AkS9Djsw==
2727
dependencies:
28-
"@apollo/federation-internals" "2.7.2"
28+
"@apollo/federation-internals" "2.7.8"
2929
deep-equal "^2.0.5"
3030
ts-graphviz "^1.5.4"
3131
uuid "^9.0.0"

0 commit comments

Comments
 (0)