From ea37a42c95a516e12d2f97bda5a3733f2d508de9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Mar 2026 13:45:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-APOLLOSERVER-15790568 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-15789761 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 028507945e..00d7afdb7d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@apollo/server": "4.12.1", + "@apollo/server": "5.5.0", "@graphql-tools/merge": "9.0.24", "@graphql-tools/schema": "10.0.23", "@graphql-tools/utils": "10.8.6",