From 59da4c63daa5388befb6ffc4a76c4f8668c1f796 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 20:51:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4409810..07ba1b2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "tg-endpoint | skeleton | TGRstack", "main": "build/main.js", "dependencies": { - "apollo-server-express": "2.3.1", + "apollo-server-express": "3.13.0", "app-root-path": "2.1.0", "colors": "1.3.3", "cors": "2.8.5",