Skip to content

Commit 0b1e8d2

Browse files
chore(deps): update dependency @apollo/subgraph to v2.3.3
1 parent 1355847 commit 0b1e8d2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@apollo/gateway": "2.3.3",
2626
"@apollo/server": "4.4.1",
2727
"@apollo/server-plugin-response-cache": "4.1.0",
28-
"@apollo/subgraph": "2.2.3",
28+
"@apollo/subgraph": "2.3.3",
2929
"@as-integrations/fastify": "1.3.2",
3030
"@nestjs/common": "9.3.9",
3131
"@nestjs/core": "9.3.9",

packages/graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"ws": "8.12.1"
3535
},
3636
"devDependencies": {
37-
"@apollo/subgraph": "2.2.3",
37+
"@apollo/subgraph": "2.3.3",
3838
"@nestjs/common": "9.3.9",
3939
"@nestjs/core": "9.3.9",
4040
"@nestjs/testing": "9.3.9",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@apollo/federation-internals" "2.3.3"
2424
"@apollo/query-graphs" "2.3.3"
2525

26-
"@apollo/[email protected]", "@apollo/federation-internals@^2.2.3":
26+
2727
version "2.3.3"
2828
resolved "https://registry.yarnpkg.com/@apollo/federation-internals/-/federation-internals-2.3.3.tgz#10663c0936fab24e66e3e3896aae91ccbeef4e89"
2929
integrity sha512-QzqgwQ57ZsvzExCo/dMxZL38E2cALXkn6fG93c89VPwo+4Kpo87I7DNDJgYVDSYzNosemW9ya1jGFRvwjyfQMw==
@@ -151,13 +151,13 @@
151151
uuid "^9.0.0"
152152
whatwg-mimetype "^3.0.0"
153153

154-
"@apollo/subgraph@2.2.3":
155-
version "2.2.3"
156-
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.2.3.tgz#cef1fee9a705f52aac22a37a1d4f6c902c63c00e"
157-
integrity sha512-y7SdZaDbRJXq6xQcwT5Xj/KR1RAV9cokKK0XcMIBGvXcUXdMVorFxX2pYGzxyiIM7y4qFsAF/L8+0G5dtrnkZw==
154+
"@apollo/subgraph@2.3.3":
155+
version "2.3.3"
156+
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-2.3.3.tgz#f2a24cfcb2d0ef8b2086aadcbbd15d22f416708b"
157+
integrity sha512-stYoQ/pvm1TlSEU7DeW1YEk2cQ4yYIaS9tAEiPWTLzWivMwfbgVrsSGwBgME3UZ605EqHPXx4D1wVC/YfHT53Q==
158158
dependencies:
159159
"@apollo/cache-control-types" "^1.0.2"
160-
"@apollo/federation-internals" "^2.2.3"
160+
"@apollo/federation-internals" "2.3.3"
161161

162162
"@apollo/usage-reporting-protobuf@^4.0.0":
163163
version "4.0.2"

0 commit comments

Comments
 (0)