From e3d77afaf7eb354d961c2f55736bfb4b827540d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Aug 2025 09:39:34 +0000 Subject: [PATCH] fix: packages/deep-microservice-configuration/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHAJS-12089400 --- packages/deep-microservice-configuration/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/deep-microservice-configuration/package.json b/packages/deep-microservice-configuration/package.json index e4ae9a1e9..dfe7f4348 100644 --- a/packages/deep-microservice-configuration/package.json +++ b/packages/deep-microservice-configuration/package.json @@ -27,13 +27,13 @@ "sinon-chai": "^3.7.0" }, "dependencies": { - "@apollo/subgraph": "^0.1.5", + "@apollo/subgraph": "^2.0.0", "@thinkdeep/attach-exit-handler": "^1.0.0", "@thinkdeep/get-public-ip": "^1.0.0", "@thinkdeep/model": "file:../model", "apollo-datasource-mongodb": "^0.5.2", - "apollo-server": "3.8.0", - "apollo-server-express": "^3.5.0", + "apollo-server": "3.13.0", + "apollo-server-express": "^3.13.0", "chai-as-promised": "^7.1.1", "express": "^4.17.1", "graphql": "^15.5.1",