From 26083d38e11c8add3f643febe9368e5829e5699e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:30:58 +0000 Subject: [PATCH] Update dependency @graphql-mesh/supergraph to v0.3.0 (#422) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- federation-v1/gateways/mesh-supergraph-bun/package.json | 2 +- federation-v1/gateways/mesh-supergraph/package.json | 2 +- federation-v1/gateways/mesh-supergraph/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/federation-v1/gateways/mesh-supergraph-bun/package.json b/federation-v1/gateways/mesh-supergraph-bun/package.json index 5927ef74..a903002c 100644 --- a/federation-v1/gateways/mesh-supergraph-bun/package.json +++ b/federation-v1/gateways/mesh-supergraph-bun/package.json @@ -3,7 +3,7 @@ "dependencies": { "@types/node": "^20.4.5", "graphql": "^16.7.1", - "@graphql-mesh/supergraph": "^0.2.0", + "@graphql-mesh/supergraph": "^0.3.0", "@graphql-mesh/runtime": "^0.98.0", "@graphql-mesh/utils": "^0.97.0", "@graphql-mesh/cross-helpers": "^0.4.0", diff --git a/federation-v1/gateways/mesh-supergraph/package.json b/federation-v1/gateways/mesh-supergraph/package.json index e13c9cdc..f7b3a4f5 100644 --- a/federation-v1/gateways/mesh-supergraph/package.json +++ b/federation-v1/gateways/mesh-supergraph/package.json @@ -6,7 +6,7 @@ "dependencies": { "graphql": "16.8.1", "@graphql-mesh/cli": "0.89.7", - "@graphql-mesh/supergraph": "0.2.4" + "@graphql-mesh/supergraph": "0.3.0" } } \ No newline at end of file diff --git a/federation-v1/gateways/mesh-supergraph/yarn.lock b/federation-v1/gateways/mesh-supergraph/yarn.lock index 3386625e..6400f75b 100644 --- a/federation-v1/gateways/mesh-supergraph/yarn.lock +++ b/federation-v1/gateways/mesh-supergraph/yarn.lock @@ -829,10 +829,10 @@ json-pointer "0.6.2" lodash.get "4.4.2" -"@graphql-mesh/supergraph@0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@graphql-mesh/supergraph/-/supergraph-0.2.4.tgz#ff8567511894b2f7c5b5795422cb72f259721d8e" - integrity sha512-Mmj1nthRcn9lWhrNbI+qhhPmLOY2gHEr4SwaOdQuOzwvKlWAG4VgqU+S1XICJx+pj0ZkfoHuqrV9AF5Ec7Awrg== +"@graphql-mesh/supergraph@0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@graphql-mesh/supergraph/-/supergraph-0.3.0.tgz#9f642b5271b9737064e2757513111ccb79961b19" + integrity sha512-ikl42oL/kBpL/rFhFnslOPtNnOLwZhTWOeKMV4eFSUThiss8Gl3xmAbVdvOME+pjRWtn58dpC7O4Cx5ktj4Brw== dependencies: "@graphql-mesh/string-interpolation" "^0.5.3" "@graphql-tools/executor-http" "^1.0.2"