From bf5e232ecd7b281c0b6a37afa016aa62064289c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 10:26:10 +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-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- 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",