Skip to content

Commit bb0ae34

Browse files
Update Apollo GraphQL packages
1 parent 3f303c3 commit bb0ae34

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.46.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.7",
12+
"@apollo/composition": "2.7.7"
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].7":
11+
version "2.7.7"
12+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.7.tgz#6a5f48be8681a33ad63a5538cb267487ea2ac137"
13+
integrity sha512-HlLUTcKjryK9o5xphftfR64djcNyLa7kzuF4d/j6KsKl8+surfRPdqkd6QF4pQ4GVY3hInbtKAJaGVKDLjt4Gg==
1414
dependencies:
15-
"@apollo/federation-internals" "2.7.2"
16-
"@apollo/query-graphs" "2.7.2"
15+
"@apollo/federation-internals" "2.7.7"
16+
"@apollo/query-graphs" "2.7.7"
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].7":
19+
version "2.7.7"
20+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.7.tgz#95623adf4646dc7ff189cc77925c14445b08de03"
21+
integrity sha512-1qC4k1QLseROSFhHqRGbtwX2sUcA+y13EaCGNWEpnkUjJn5+6fjVGiNrWYHJ3chiS+avaEUC+wgGxsUYlCWeNg==
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].7":
29+
version "2.7.7"
30+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.7.7.tgz#c1d8bb620c3ed29d87c0c074a8b0e6b1322d2bed"
31+
integrity sha512-zQD3lmk7Rr1ECP0bIjCsPFyleSHvYdusTAghsAGYfboeiv5a5jtFVCMj2yCU/oGSeY6T4uTwhgir/TZ+JULIpw==
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.7"
34+
"@apollo/federation-internals" "2.7.7"
35+
"@apollo/query-planner" "2.7.7"
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].7":
71+
version "2.7.7"
72+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.7.tgz#05d63b10d9c1e06a7cb6fb955b47108f890971c7"
73+
integrity sha512-SbT8I2LFlD1YpoQVuZ1avctGPyVUBtBT+2DRlLtYxqhz8j48sHIdNG7vx3gB41HZXCEfXG2Qo4rxdHKVaEo/cw==
7474
dependencies:
75-
"@apollo/federation-internals" "2.7.2"
75+
"@apollo/federation-internals" "2.7.7"
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].7":
81+
version "2.7.7"
82+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.7.7.tgz#28c41744d4e896f8968ee3abf5b6852b00d248f2"
83+
integrity sha512-96GZvMHe7OopocZGtCLU4DksrzqkHDWPovAPFbF2Scg/wXhGmCXXOzjXeT0VqexchkbAvll11XzAPBdpJD6Suw==
8484
dependencies:
85-
"@apollo/federation-internals" "2.7.2"
86-
"@apollo/query-graphs" "2.7.2"
85+
"@apollo/federation-internals" "2.7.7"
86+
"@apollo/query-graphs" "2.7.7"
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.7"
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].7":
6+
version "2.7.7"
7+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.7.tgz#6a5f48be8681a33ad63a5538cb267487ea2ac137"
8+
integrity sha512-HlLUTcKjryK9o5xphftfR64djcNyLa7kzuF4d/j6KsKl8+surfRPdqkd6QF4pQ4GVY3hInbtKAJaGVKDLjt4Gg==
99
dependencies:
10-
"@apollo/federation-internals" "2.7.2"
11-
"@apollo/query-graphs" "2.7.2"
10+
"@apollo/federation-internals" "2.7.7"
11+
"@apollo/query-graphs" "2.7.7"
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].7":
14+
version "2.7.7"
15+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.7.tgz#95623adf4646dc7ff189cc77925c14445b08de03"
16+
integrity sha512-1qC4k1QLseROSFhHqRGbtwX2sUcA+y13EaCGNWEpnkUjJn5+6fjVGiNrWYHJ3chiS+avaEUC+wgGxsUYlCWeNg==
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].7":
24+
version "2.7.7"
25+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.7.tgz#05d63b10d9c1e06a7cb6fb955b47108f890971c7"
26+
integrity sha512-SbT8I2LFlD1YpoQVuZ1avctGPyVUBtBT+2DRlLtYxqhz8j48sHIdNG7vx3gB41HZXCEfXG2Qo4rxdHKVaEo/cw==
2727
dependencies:
28-
"@apollo/federation-internals" "2.7.2"
28+
"@apollo/federation-internals" "2.7.7"
2929
deep-equal "^2.0.5"
3030
ts-graphviz "^1.5.4"
3131
uuid "^9.0.0"

0 commit comments

Comments
 (0)