From 5e7080156718fc5672f028e50f77bc9442e45b1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Sep 2025 08:07:46 +0000 Subject: [PATCH] fix: packages/deep-microservice-gateway/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-gateway/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/deep-microservice-gateway/package.json b/packages/deep-microservice-gateway/package.json index 09e44aa85..9b7c7229d 100644 --- a/packages/deep-microservice-gateway/package.json +++ b/packages/deep-microservice-gateway/package.json @@ -24,7 +24,7 @@ "sinon": "^12.0.1" }, "dependencies": { - "@apollo/gateway": "^0.38.2", + "@apollo/gateway": "^2.0.0", "@thinkdeep/get-public-ip": "^1.0.0", "apollo-server": "3.8.0", "apollo-server-express": "^3.5.0",