From d591a4d7899119df8c537c22fe69cf09be78b905 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:34:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DICER-2311764 --- 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",