Skip to content

Commit a7727b8

Browse files
chore(deps): update all non-major dependencies to v2.7.4 (#6078)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9124625 commit a7727b8

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

benchmark/federation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"start": "cross-env NODE_ENV=production node index.js"
1010
},
1111
"dependencies": {
12-
"@apollo/gateway": "2.7.3",
13-
"@apollo/subgraph": "2.7.3",
12+
"@apollo/gateway": "2.7.4",
13+
"@apollo/subgraph": "2.7.4",
1414
"@graphql-tools/federation": "1.1.26",
1515
"@graphql-tools/stitch": "9.1.0",
1616
"cross-env": "7.0.3",

yarn.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,32 @@
5050
tslib "^2.3.0"
5151
zen-observable-ts "^1.2.5"
5252

53-
"@apollo/[email protected].3":
54-
version "2.7.3"
55-
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.3.tgz#613d32b8c2b73322a0f15943e931af295fbacd9f"
56-
integrity sha512-diSHgSidRFeODPs7t8AupIhKNZTLm6MQFPfOFKBDIsbCHe0VGXnKUVfjkVlwK1vPtKjrqh40wttuKGo9fr1JnQ==
53+
"@apollo/[email protected].4":
54+
version "2.7.4"
55+
resolved "https://registry.yarnpkg.com/@apollo/composition/-/composition-2.7.4.tgz#fca0f52aca72e3b7e744e62444cd26f042b65e39"
56+
integrity sha512-+L0WwEuHJQBBEDLfJygrOH25LyIlLFYyZ8Kzbsq7sRF3FFOMWrQlgoqSYS3bikBSwBLcobhiKo1uG4MSE6Sm8A==
5757
dependencies:
58-
"@apollo/federation-internals" "2.7.3"
59-
"@apollo/query-graphs" "2.7.3"
58+
"@apollo/federation-internals" "2.7.4"
59+
"@apollo/query-graphs" "2.7.4"
6060

61-
"@apollo/[email protected].3":
62-
version "2.7.3"
63-
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.3.tgz#707bdfa5855c055cbf50fc660405abf3ac8b7388"
64-
integrity sha512-Cwz0QpcdgV+mdEruqKFkqw2fXYbPMRCh78hq/g0eMUXCx+jEtFyW7F4DriAYV/EDiYXl/S6CQ1G6vY4dT6rUeg==
61+
"@apollo/[email protected].4":
62+
version "2.7.4"
63+
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.7.4.tgz#98c06637f727af7f8866655c630c5113c1fd0046"
64+
integrity sha512-344X7b+9MWhbr0DetDNIHxxTh6WB3K+kr1uQJAlsllwQ32Br/4kb5X2hSJ24tG3X8ZurYeJuYTeobDQLt9Dahw==
6565
dependencies:
6666
"@types/uuid" "^9.0.0"
6767
chalk "^4.1.0"
6868
js-levenshtein "^1.1.6"
6969
uuid "^9.0.0"
7070

71-
"@apollo/[email protected].3", "@apollo/gateway@^2.5.4":
72-
version "2.7.3"
73-
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.7.3.tgz#8d16f6e4266b689fb2fe3706a1af31922e5fb57f"
74-
integrity sha512-sohhkhli8wsgnQKwcMjHYsxrBP3s4zbERmFBhXAclAs7VgjtHUGJu44eISJ410cM+aN8LXitIbxi+rdxsrkLlg==
71+
"@apollo/[email protected].4", "@apollo/gateway@^2.5.4":
72+
version "2.7.4"
73+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-2.7.4.tgz#36d2dc3a74693ea40ca43c4a368cca3945a6a4b1"
74+
integrity sha512-OkvOIcvi/vC10Xn3uZG9H70HDqVclOcjd79HdE6FZXn1ZMUdyb+/AUWK7uGe4uTHrwsBuMjMl/xykYxTvp7rGQ==
7575
dependencies:
76-
"@apollo/composition" "2.7.3"
77-
"@apollo/federation-internals" "2.7.3"
78-
"@apollo/query-planner" "2.7.3"
76+
"@apollo/composition" "2.7.4"
77+
"@apollo/federation-internals" "2.7.4"
78+
"@apollo/query-planner" "2.7.4"
7979
"@apollo/server-gateway-interface" "^1.1.0"
8080
"@apollo/usage-reporting-protobuf" "^4.1.0"
8181
"@apollo/utils.createhash" "^2.0.0"
@@ -110,23 +110,23 @@
110110
"@types/long" "^4.0.0"
111111
long "^4.0.0"
112112

113-
"@apollo/[email protected].3":
114-
version "2.7.3"
115-
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.3.tgz#045e07b85e92fe87b3eea5b666336702b701e715"
116-
integrity sha512-qjYnjPTmm2d2OPHTsCIAWEkKYN+pW/Lfr/cdjAGaZvQpetpjHQL+bX0vzDDu1OvjKIjzEbkdAobwS/zxht9I5g==
113+
"@apollo/[email protected].4":
114+
version "2.7.4"
115+
resolved "https://registry.yarnpkg.com/@apollo/query-graphs/-/query-graphs-2.7.4.tgz#d4685937e68f995c1715e708d6d31464e0694265"
116+
integrity sha512-PWxZn7dL+rpLZEelJh4kQ1OXXFvhp8ekxOGGb3twLS3ccJxOfaSgHPfXH/pg6DgBty8INA/tRVWPaVoj4UiTHg==
117117
dependencies:
118-
"@apollo/federation-internals" "2.7.3"
118+
"@apollo/federation-internals" "2.7.4"
119119
deep-equal "^2.0.5"
120120
ts-graphviz "^1.5.4"
121121
uuid "^9.0.0"
122122

123-
"@apollo/[email protected].3":
124-
version "2.7.3"
125-
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.7.3.tgz#f0b64b910669c8016ea4d6c393d8902d8c616a89"
126-
integrity sha512-0jweewwVKQbm3ajwiEdcieYAokr9iltbFfp41fUGYZ/Fs/dRW/hc1oIajrZLGiuu6balaA7CMOuzEo1vwqL5YA==
123+
"@apollo/[email protected].4":
124+
version "2.7.4"
125+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-2.7.4.tgz#94b0ac3cb63473f85b35ad2d707d7464eb905c0b"
126+
integrity sha512-wY8cDrrMtlYwBWj7O5cFBEbBP6TrW9f/y/CKNaRVaX6b0Q+NNzCCGgP9LXF1EzvNPpplxbw9ztwCzRKVuo+Fag==
127127
dependencies:
128-
"@apollo/federation-internals" "2.7.3"
129-
"@apollo/query-graphs" "2.7.3"
128+
"@apollo/federation-internals" "2.7.4"
129+
"@apollo/query-graphs" "2.7.4"
130130
"@apollo/utils.keyvaluecache" "^2.1.0"
131131
chalk "^4.1.0"
132132
deep-equal "^2.0.5"
@@ -142,13 +142,13 @@
142142
"@apollo/utils.keyvaluecache" "^2.1.0"
143143
"@apollo/utils.logger" "^2.0.0"
144144

145-
"@apollo/[email protected].3", "@apollo/subgraph@^2.5.4":
146-
version "2.7.3"
147-
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.7.3.tgz#ddf58c879a1207c1fcb85d480bea8d54276ef052"
148-
integrity sha512-IR9GMnURU5yhvRiftf2Pjb+xvEW0FJDE4l8khUChQUYwNUBcvDY0nFCl0SplBMvLlfZXdqm0qbKQswQRVWduYg==
145+
"@apollo/[email protected].4", "@apollo/subgraph@^2.5.4":
146+
version "2.7.4"
147+
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.7.4.tgz#91c8dafc8b7a44e39a5b5e836c4f41ddab185f93"
148+
integrity sha512-HZHFPrOQgfvZcJCX3u07t8OfVx/Ax8rffXAF13HeFDlkRadSSA+DiFH9I92OAhmlnJ4XzE/uhdpYXxBTURW/8Q==
149149
dependencies:
150150
"@apollo/cache-control-types" "^1.0.2"
151-
"@apollo/federation-internals" "2.7.3"
151+
"@apollo/federation-internals" "2.7.4"
152152

153153
"@apollo/usage-reporting-protobuf@^4.0.0", "@apollo/usage-reporting-protobuf@^4.1.0":
154154
version "4.1.0"

0 commit comments

Comments
 (0)