From ff09966b6bd24aaa5626b2ac14a1976f47625937 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 15:32:30 +0000 Subject: [PATCH] fix: upgrade @graphql-mesh/config from 0.35.1 to 0.108.14 Snyk has created this PR to upgrade @graphql-mesh/config from 0.35.1 to 0.108.14. See this package in npm: @graphql-mesh/config See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/fed87267-d43a-4da6-bc4b-d4d56baa372a?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 55cc5f61127abc..b77a36a6fdb673 100644 --- a/examples/with-graphql-gateway/package.json +++ b/examples/with-graphql-gateway/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@graphql-mesh/cli": "0.68.1", - "@graphql-mesh/config": "0.35.1", + "@graphql-mesh/config": "0.108.14", "@graphql-mesh/new-openapi": "0.4.10", "@graphql-mesh/runtime": "0.34.1", "@graphql-yoga/node": "latest",