From 9884e0a09336eacf9c0aceb3b2eb9af95ed0dcb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Jul 2025 10:28:03 +0000 Subject: [PATCH] fix: packages/deep-microservice-subscription/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- packages/deep-microservice-subscription/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/deep-microservice-subscription/package.json b/packages/deep-microservice-subscription/package.json index dec312db9..7d4f1512a 100644 --- a/packages/deep-microservice-subscription/package.json +++ b/packages/deep-microservice-subscription/package.json @@ -25,7 +25,7 @@ "sinon": "^12.0.1" }, "dependencies": { - "@apollo/gateway": "^0.38.2", + "@apollo/gateway": "^2.0.0", "@graphql-tools/schema": "^8.3.1", "@thinkdeep/get-public-ip": "^1.0.0", "@thinkdeep/graphql-kafka-subscriptions": "^0.4.1",