From 9e8482528e52fdc0298e7f11668444a766321236 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jun 2022 04:42:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-APOLLOSERVERCORE-2928764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4409810..770cada 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.0.0", "app-root-path": "2.1.0", "colors": "1.3.3", "cors": "2.8.5",