From d36aa0c41a9d5bcac113cdd7dd2cb119e1a2cec6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Nov 2024 19:28:05 +0000 Subject: [PATCH] fix: upgrade @graphql-mesh/runtime from 0.34.1 to 0.103.8 Snyk has created this PR to upgrade @graphql-mesh/runtime from 0.34.1 to 0.103.8. See this package in npm: @graphql-mesh/runtime See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/bb004d61-e989-4012-bc43-955d2091de60?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-graphql-gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-graphql-gateway/package.json b/examples/with-graphql-gateway/package.json index 55cc5f61127ab..392c10874315a 100644 --- a/examples/with-graphql-gateway/package.json +++ b/examples/with-graphql-gateway/package.json @@ -12,7 +12,7 @@ "@graphql-mesh/cli": "0.68.1", "@graphql-mesh/config": "0.35.1", "@graphql-mesh/new-openapi": "0.4.10", - "@graphql-mesh/runtime": "0.34.1", + "@graphql-mesh/runtime": "0.103.8", "@graphql-yoga/node": "latest", "graphql": "16.3.0", "next": "latest",