From 1f6de682b8955b3245937337f5d369d5969ff86c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 May 2026 14:14:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-16721866 - https://snyk.io/vuln/SNYK-JS-WS-16722635 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 183a6e6c03..65af69184b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@apollo/server": "4.13.0", + "@apollo/server": "5.4.0", "@graphql-tools/merge": "9.0.24", "@graphql-tools/schema": "10.0.23", "@graphql-tools/utils": "10.8.6", @@ -59,7 +59,7 @@ "uuid": "11.1.0", "winston": "3.17.0", "winston-daily-rotate-file": "5.0.0", - "ws": "8.18.2" + "ws": "8.20.1" }, "devDependencies": { "@actions/core": "1.11.1",