From 983cde4aa13c82c6d5b5a104e34bc5ff338f9205 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 16:53:54 +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-COOKIE-8163060 --- 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 c760d1a7c9bd9..0f290fa8e8630 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",