From da94a4fa1f2ee77ec58df47b4f9a72a4392ab2f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 14:30:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4409810..793288a 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": "2.9.2", "app-root-path": "2.1.0", "colors": "1.3.3", "cors": "2.8.5",