Skip to content

Commit 23e92e8

Browse files
Merge pull request #1492 from GraphQL-Portal/renovate/graphql-mesh-transform-federation-0.x
fix(deps): update dependency @graphql-mesh/transform-federation to v0.6.11
2 parents 10366d8 + 5fc72b2 commit 23e92e8

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@graphql-mesh/transform-cache": "0.9.20",
4040
"@graphql-mesh/transform-encapsulate": "0.1.66",
4141
"@graphql-mesh/transform-extend": "0.6.34",
42-
"@graphql-mesh/transform-federation": "0.6.10",
42+
"@graphql-mesh/transform-federation": "0.6.11",
4343
"@graphql-mesh/transform-filter-schema": "0.12.1",
4444
"@graphql-mesh/transform-mock": "0.10.20",
4545
"@graphql-mesh/transform-naming-convention": "0.6.68",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@
133133
apollo-graphql "^0.9.3"
134134
lodash.xorby "^4.7.0"
135135

136-
"@apollo/[email protected].2":
137-
version "0.33.2"
138-
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.33.2.tgz#9e83705377e60fe38524327115915b50395b379d"
139-
integrity sha512-UwzLHPFXQfFPvHRugPcxVaXeWlFM3MQnkB+KmepT10VzErJPGsfFJ9dAnLSy2xlWysmI0AN95J8oLo+6fmkunA==
136+
"@apollo/[email protected].3":
137+
version "0.33.3"
138+
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.33.3.tgz#07710308c1a097c3aaee53759860751f6fff82e3"
139+
integrity sha512-+BRJW1Kf7im86CWPQEdocXQTyPUH132MMoMCXuRvM4F1idb5EldqRkFNM8y9IAYNnbHsthmIWlrqmkuYg+irGQ==
140140
dependencies:
141-
"@apollo/subgraph" "^0.1.1"
141+
"@apollo/subgraph" "^0.1.2"
142142
apollo-graphql "^0.9.3"
143143
apollo-server-types "^3.0.2"
144144
lodash.xorby "^4.7.0"
@@ -201,7 +201,7 @@
201201
deep-equal "^2.0.5"
202202
pretty-format "^26.0.0"
203203

204-
"@apollo/subgraph@^0.1.1":
204+
"@apollo/subgraph@^0.1.2":
205205
version "0.1.2"
206206
resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-0.1.2.tgz#ea2e9c46a88012c22a2cd696f4e0f4b4c4608eb1"
207207
integrity sha512-vrPtpayvJkLdqc/iLjhXi+W9HQ+Avnb2a8ylaZb0lsm9p0y1H5QxNDhC3SHhdYRvBnNeqgxE+OGYG1rHldMQIQ==
@@ -2575,17 +2575,17 @@
25752575
"@graphql-tools/load" "6.2.8"
25762576
"@graphql-tools/merge" "6.2.14"
25772577

2578-
"@graphql-mesh/[email protected].10":
2579-
version "0.6.10"
2580-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-federation/-/transform-federation-0.6.10.tgz#ad4160cd3cd6fcb3569a84b349c1d9ea39c1fc57"
2581-
integrity sha512-/D0Jwc5Lq80iJR9t3GdXxjoqzW1jkfXfzCowJusaLd+EvdCW43gWBbDMzDLWPZngYN0XoEH8BgfFsznkPHdf9w==
2578+
"@graphql-mesh/[email protected].11":
2579+
version "0.6.11"
2580+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-federation/-/transform-federation-0.6.11.tgz#9459fc6a654cbe518e0f3e08d2134db2f663e049"
2581+
integrity sha512-HAT8b5cRILtYKkD2UzMd7iWMUN2R2ZwCTWWY7ZATU+2RqBuJ6jOiggvDoP5wy2IR1KiNcFBN4eYFHurRi9IFsw==
25822582
dependencies:
2583-
"@apollo/federation" "0.33.2"
2583+
"@apollo/federation" "0.33.3"
25842584
"@graphql-mesh/types" "0.53.0"
2585-
"@graphql-mesh/utils" "0.18.1"
2586-
"@graphql-tools/delegate" "8.2.3"
2587-
"@graphql-tools/stitching-directives" "2.1.1"
2588-
"@graphql-tools/utils" "8.3.0"
2585+
"@graphql-mesh/utils" "0.19.0"
2586+
"@graphql-tools/delegate" "8.4.0"
2587+
"@graphql-tools/stitching-directives" "2.2.0"
2588+
"@graphql-tools/utils" "8.5.0"
25892589
graphql-transform-federation "2.2.0"
25902590
lodash "4.17.21"
25912591

0 commit comments

Comments
 (0)