From f678ba75d9b09b9c9ee7a084c381b580bf83dc64 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 09:52:02 +0000 Subject: [PATCH] fix: packages/apollo-federation-subgraph-compatibility/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-APOLLOCOMPOSITION-13961119 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/apollo-federation-subgraph-compatibility/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apollo-federation-subgraph-compatibility/package.json b/packages/apollo-federation-subgraph-compatibility/package.json index a668444881..f069cbae4f 100644 --- a/packages/apollo-federation-subgraph-compatibility/package.json +++ b/packages/apollo-federation-subgraph-compatibility/package.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/server": "^5.0.0", "@graphql-tools/wrap": "^11.0.0", - "@neo4j/graphql": "^7.3.1", + "@neo4j/graphql": "^1.0.0", "graphql": "16.11.0", "graphql-tag": "^2.12.6", "neo4j-driver": "^5.8.0"