Skip to content

Commit 92ad64d

Browse files
Update Apollo GraphQL packages
1 parent 3f303c3 commit 92ad64d

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.45.1
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.5",
12+
"@apollo/composition": "2.7.5"
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].5":
11+
version "2.7.5"
12+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.5.tgz#7e50ccb5b9447376cc6e6ccfbba9c1b904ef62ab"
13+
integrity sha512-knHhduJYsSazJFMIdr2flfYJEAjs1SEGgB4uF1WtrdaN0bgcPGt/n0CKdDubQMU3o1lbm0iLGnlyTZHwbPE7OQ==
1414
dependencies:
15-
"@apollo/federation-internals" "2.7.2"
16-
"@apollo/query-graphs" "2.7.2"
15+
"@apollo/federation-internals" "2.7.5"
16+
"@apollo/query-graphs" "2.7.5"
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].5":
19+
version "2.7.5"
20+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.5.tgz#c71bfdc90914d2bd23c67788e68f6f036cc86e25"
21+
integrity sha512-LDdHGehvf1NWkhpLkKE349uN/r5Z7EgLxvQgQaOg5mrm5lV6EfGrQgovjfNYIJjkr5fSaNwDIfA2ZtvVEqW1hg==
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].5":
29+
version "2.7.5"
30+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.7.5.tgz#448a9908efc6e6ced4b00dc3ddfee7abf84427ef"
31+
integrity sha512-7Hpu3Bffn/yXEmvSJX2L9EC5bcyehwCo72CC99KjWcOyEdReMT9vpxy2jdBFJ7rEyTRpZ+RUiF7X24jxfxJGCw==
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.5"
34+
"@apollo/federation-internals" "2.7.5"
35+
"@apollo/query-planner" "2.7.5"
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].5":
71+
version "2.7.5"
72+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.5.tgz#6b6a4f3b18ef1e0b2572c2f5a63e19372fedafea"
73+
integrity sha512-q3OvKkArWfvmJhZGs7W8GDW9V3C66kL59FZDIPQGok7WiInugEQJRHCHiwxlv2zvMAEJ4usgpTRKhhvXK1rR8Q==
7474
dependencies:
75-
"@apollo/federation-internals" "2.7.2"
75+
"@apollo/federation-internals" "2.7.5"
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].5":
81+
version "2.7.5"
82+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.7.5.tgz#d9136cc3549809a02a3eb54700dddfea17e04623"
83+
integrity sha512-0TuO5eL+nY64hBK4vn7SbhmOXQR+wWn6pWSpQV2hb8fmB4Wp/AWSut6bAjKqAS7t/Whko51Fw2Zb7yP/eAV63A==
8484
dependencies:
85-
"@apollo/federation-internals" "2.7.2"
86-
"@apollo/query-graphs" "2.7.2"
85+
"@apollo/federation-internals" "2.7.5"
86+
"@apollo/query-graphs" "2.7.5"
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.5"
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].5":
6+
version "2.7.5"
7+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.5.tgz#7e50ccb5b9447376cc6e6ccfbba9c1b904ef62ab"
8+
integrity sha512-knHhduJYsSazJFMIdr2flfYJEAjs1SEGgB4uF1WtrdaN0bgcPGt/n0CKdDubQMU3o1lbm0iLGnlyTZHwbPE7OQ==
99
dependencies:
10-
"@apollo/federation-internals" "2.7.2"
11-
"@apollo/query-graphs" "2.7.2"
10+
"@apollo/federation-internals" "2.7.5"
11+
"@apollo/query-graphs" "2.7.5"
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].5":
14+
version "2.7.5"
15+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.5.tgz#c71bfdc90914d2bd23c67788e68f6f036cc86e25"
16+
integrity sha512-LDdHGehvf1NWkhpLkKE349uN/r5Z7EgLxvQgQaOg5mrm5lV6EfGrQgovjfNYIJjkr5fSaNwDIfA2ZtvVEqW1hg==
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].5":
24+
version "2.7.5"
25+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.5.tgz#6b6a4f3b18ef1e0b2572c2f5a63e19372fedafea"
26+
integrity sha512-q3OvKkArWfvmJhZGs7W8GDW9V3C66kL59FZDIPQGok7WiInugEQJRHCHiwxlv2zvMAEJ4usgpTRKhhvXK1rR8Q==
2727
dependencies:
28-
"@apollo/federation-internals" "2.7.2"
28+
"@apollo/federation-internals" "2.7.5"
2929
deep-equal "^2.0.5"
3030
ts-graphviz "^1.5.4"
3131
uuid "^9.0.0"

0 commit comments

Comments
 (0)