Skip to content

Commit 1860d3e

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @graphql-mesh/transform-federation to v0.6.5
1 parent 07cfd5f commit 1860d3e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
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.15",
4040
"@graphql-mesh/transform-encapsulate": "0.1.61",
4141
"@graphql-mesh/transform-extend": "0.6.28",
42-
"@graphql-mesh/transform-federation": "0.6.4",
42+
"@graphql-mesh/transform-federation": "0.6.5",
4343
"@graphql-mesh/transform-filter-schema": "0.11.2",
4444
"@graphql-mesh/transform-mock": "0.10.13",
4545
"@graphql-mesh/transform-naming-convention": "0.6.62",

yarn.lock

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

136-
"@apollo/federation@0.32.0":
137-
version "0.32.0"
138-
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.32.0.tgz#be83d3e72f40bf1c520860c540a53b414cd71bbf"
139-
integrity sha512-t2RS4ziaXd+j6rx9quGWIK/1W20K6jIaApAoUwtxW2EkWrKnqoX4gCBrTh3KdQb3V64SmTbM4CjRyNSDWf1oXg==
136+
"@apollo/federation@0.33.0":
137+
version "0.33.0"
138+
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.33.0.tgz#73e3ead912844c5c99beecfa6eadd5fea9ccda32"
139+
integrity sha512-Zywqb6Zv12/PVl7K/jtDgcJFghg02fqqDHyGbHBhf0+WdNvI9QqRvOY433BuZw/NYcRUbz9cPEAG5JCRB2K83w==
140140
dependencies:
141141
apollo-graphql "^0.9.3"
142142
apollo-server-types "^3.0.2"
@@ -2573,17 +2573,17 @@
25732573
"@graphql-tools/load" "6.2.8"
25742574
"@graphql-tools/merge" "6.2.14"
25752575

2576-
"@graphql-mesh/[email protected].4":
2577-
version "0.6.4"
2578-
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-federation/-/transform-federation-0.6.4.tgz#303eda779d660e9da25bebf4e803b9afb46cbe40"
2579-
integrity sha512-2nmK5xhKIdSeWzA0TXcsUF4EblUPK1A9WBCDQ0yUWwen/RdAgzBeZV5l0+tLbsZD9c64p6tTBgXLgwq7Oqm6bQ==
2576+
"@graphql-mesh/[email protected].5":
2577+
version "0.6.5"
2578+
resolved "https://registry.yarnpkg.com/@graphql-mesh/transform-federation/-/transform-federation-0.6.5.tgz#a91e3ba695f7f410c5961f34860e7f2c6d6f6291"
2579+
integrity sha512-r6xtPrI6AWWGfwPwyh+7d2L+/fjTRyoWgNQu9g+iusUY3Yn0JvmnOCqAjgRCQytKMktV8FlALxhyG60Vib5oAA==
25802580
dependencies:
2581-
"@apollo/federation" "0.32.0"
2581+
"@apollo/federation" "0.33.0"
25822582
"@graphql-mesh/types" "0.49.0"
2583-
"@graphql-mesh/utils" "0.16.2"
2583+
"@graphql-mesh/utils" "0.16.3"
25842584
"@graphql-tools/delegate" "8.2.1"
25852585
"@graphql-tools/stitching-directives" "2.1.1"
2586-
"@graphql-tools/utils" "8.2.2"
2586+
"@graphql-tools/utils" "8.2.3"
25872587
graphql-transform-federation "2.2.0"
25882588
lodash "4.17.21"
25892589

0 commit comments

Comments
 (0)