From 66e6f01c4c53505c67d58b042569c74e2222f27b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 18:13:40 +0000 Subject: [PATCH] fix: examples/with-graphql-gateway/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- 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 c760d1a7c9..0f290fa8e8 100644 --- a/examples/with-graphql-gateway/package.json +++ b/examples/with-graphql-gateway/package.json @@ -9,7 +9,7 @@ "build:mesh": "mesh build" }, "dependencies": { - "@graphql-mesh/cli": "0.68.1", + "@graphql-mesh/cli": "0.78.0", "@graphql-mesh/config": "0.35.1", "@graphql-mesh/new-openapi": "0.4.10", "@graphql-mesh/runtime": "0.34.1",