Skip to content

Commit 03a93a4

Browse files
committed
chore(deps): update apollo graphql packages
1 parent 1d98efb commit 03a93a4

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/nestjs/graphql/issues"
2424
},
2525
"devDependencies": {
26-
"@apollo/gateway": "0.52.1",
26+
"@apollo/gateway": "0.54.1",
2727
"@apollo/gateway-v2": "npm:@apollo/[email protected]",
2828
"@apollo/subgraph-v2": "npm:@apollo/[email protected]",
2929
"@nestjs/common": "8.4.7",

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ws": "8.11.0"
3535
},
3636
"devDependencies": {
37-
"@apollo/subgraph": "0.5.1",
37+
"@apollo/subgraph": "0.6.1",
3838
"@nestjs/common": "8.4.7",
3939
"@nestjs/core": "8.4.7",
4040
"@nestjs/testing": "8.4.7",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
chalk "^4.1.0"
3636
js-levenshtein "^1.1.6"
3737

38-
"@apollo/federation@^0.37.1":
39-
version "0.37.1"
40-
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.37.1.tgz#526e6be32cd012b15734738d5e060e641df5bbbc"
41-
integrity sha512-cLoBrBLt2dUEUmfISvGJ9YevnRGWhj+bVVJ8pP0bBrLfy1GWRYrsV8Jd87U2YeMEp7wuYM6M2PjE4Oy6PBMf2w==
38+
"@apollo/federation@^0.38.1":
39+
version "0.38.1"
40+
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.38.1.tgz#0b8a9b4cbf5ebfa3106c20c47ec1f33cf92102a0"
41+
integrity sha512-miifyAEsFgiYKeM3lUHFH6+vKa2vm9dXKSyWVpX6oeJiPblFLe2/iByN3psZQO2sRdVqO1OKYrGXdgKc74XDKw==
4242
dependencies:
43-
"@apollo/subgraph" "^0.5.1"
43+
"@apollo/subgraph" "^0.6.1"
4444
apollo-server-types "^3.0.2"
4545
lodash.xorby "^4.7.0"
4646

@@ -68,14 +68,14 @@
6868
node-abort-controller "^3.0.1"
6969
node-fetch "^2.6.7"
7070

71-
"@apollo/gateway@0.52.1":
72-
version "0.52.1"
73-
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-0.52.1.tgz#e07228e5e53745434eb337e346b205e9aa3e19d8"
74-
integrity sha512-FRnQQLxEovuDU1ILh2mLD16u/nk8hWYZ1B89q1owFZLG/ZnrWkYh3+i+gbAMzNALpCTtkulHbhQBqJQHAiNUbg==
71+
"@apollo/gateway@0.54.1":
72+
version "0.54.1"
73+
resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-0.54.1.tgz#638833e109ea8e45dcc8a1cb6df1e192e43d4353"
74+
integrity sha512-fGN4A8bWYnF/IFS7EMBH1c78vMiI9PEeiGVu9Thqoum2VkRpKQRc2hBhvoloSPQ6yAocKlLrBep5XBT5EqOSTA==
7575
dependencies:
7676
"@apollo/core-schema" "^0.2.0"
77-
"@apollo/federation" "^0.37.1"
78-
"@apollo/query-planner" "^0.11.1"
77+
"@apollo/federation" "^0.38.1"
78+
"@apollo/query-planner" "^0.12.1"
7979
"@apollo/server-gateway-interface" "^1.0.2"
8080
"@apollo/utils.createhash" "^1.0.0"
8181
"@apollo/utils.fetcher" "^1.0.0"
@@ -156,10 +156,10 @@
156156
deep-equal "^2.0.5"
157157
ts-graphviz "^0.16.0"
158158

159-
"@apollo/query-planner@^0.11.1":
160-
version "0.11.1"
161-
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-0.11.1.tgz#63e9384827b968465d881fa09709519aec082921"
162-
integrity sha512-fKSZDAL+JCTdBa3k3hdnWWgqzyaNE/Gu4tXIMa+GrzKafeRx2gcsYWPiywca645qoiKt0hk0GyJy8zZILJ2o6w==
159+
"@apollo/query-planner@^0.12.1":
160+
version "0.12.1"
161+
resolved "https://registry.yarnpkg.com/@apollo/query-planner/-/query-planner-0.12.1.tgz#1fff8d2c98e26adcf182726ef1973aaf6743aa8d"
162+
integrity sha512-dc5GuFZ18NCdCLT1Jh33W5RZlV/btw3CTlJS0/lAaiYx5KGo8K2oq7QWKyU40ksi46MwCRU+rO8ua7aHNa9hAA==
163163
dependencies:
164164
chalk "^4.1.0"
165165
deep-equal "^2.0.5"
@@ -194,10 +194,10 @@
194194
"@apollo/cache-control-types" "^1.0.2"
195195
"@apollo/federation-internals" "^2.1.4"
196196

197-
"@apollo/subgraph@0.5.1", "@apollo/subgraph@^0.5.1":
198-
version "0.5.1"
199-
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-0.5.1.tgz#9d9aabe69bc61e13a510c19f50c6aa6e741a6ec4"
200-
integrity sha512-pj+igKgdpmTfgUmscTNuVdLip8WZ8jFKS5FGb/tD2hj4xPwaQ+MfszLsuNfoytp7d63PdLorIndxcHCW+rb7Dg==
197+
"@apollo/subgraph@0.6.1", "@apollo/subgraph@^0.6.1":
198+
version "0.6.1"
199+
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-0.6.1.tgz#18f496f496ecf42d0eb372ab1d2d457d30e5a76e"
200+
integrity sha512-w/6FoubSxuzXSx8uvLE1wEuHZVHRXFyfHPKdM76wX5U/xw82zlUKseVO7wTuVODTcnUzEA30udYeCApUoC3/Xw==
201201
dependencies:
202202
"@apollo/cache-control-types" "^1.0.2"
203203

0 commit comments

Comments
 (0)