From 868c72c64c8976ae7addb1ae781c0160392278da Mon Sep 17 00:00:00 2001 From: Steve Reis <stevereis93@gmail.com> Date: Wed, 9 Mar 2022 19:39:46 +0100 Subject: [PATCH] feat: Update Apollo server to last version --- api/package-lock.json | 2 +- api/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 0c21f7c..3d4c786 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -17,7 +17,7 @@ "@nestjs/graphql": "^10.0.6", "@nestjs/platform-express": "^8.0.0", "@nestjs/typeorm": "^8.0.2", - "apollo-server-express": "^3.3.0", + "apollo-server-express": "^3.6.3", "axios": "^0.21.1", "graphql": "^15.5.3", "graphql-type-json": "^0.3.2", diff --git a/api/package.json b/api/package.json index c41d695..510c73e 100644 --- a/api/package.json +++ b/api/package.json @@ -31,7 +31,7 @@ "@nestjs/graphql": "^10.0.6", "@nestjs/platform-express": "^8.0.0", "@nestjs/typeorm": "^8.0.2", - "apollo-server-express": "^3.3.0", + "apollo-server-express": "^3.6.3", "axios": "^0.21.1", "graphql": "^15.5.3", "graphql-type-json": "^0.3.2", -- GitLab