From 9cd23b11971cc04382d4d086b0d0c2ee9deb16ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 07:11:34 +0000 Subject: [PATCH] chore(deps): update apollo graphql packages to v3 --- integration/package.json | 2 +- packages/graphql-serve/package.json | 2 +- templates/ts-apollo-mongo-apache-kafka-backend/package.json | 2 +- templates/ts-apollo-mongodb-backend/package.json | 2 +- templates/ts-apollo-mongodb-datasync-backend/package.json | 2 +- templates/ts-apollo-postgres-backend/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/integration/package.json b/integration/package.json index 2833625097..674ff9ad3a 100644 --- a/integration/package.json +++ b/integration/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@graphql-tools/graphql-file-loader": "6.2.6", - "apollo-server": "2.19.0", + "apollo-server": "3.12.0", "apollo-server-testing": "2.19.0", "graphql": "15.4.0", "jest": "26.6.3", diff --git a/packages/graphql-serve/package.json b/packages/graphql-serve/package.json index e9eedc6530..51b2ec5638 100644 --- a/packages/graphql-serve/package.json +++ b/packages/graphql-serve/package.json @@ -52,7 +52,7 @@ "@graphback/runtime-mongo": "1.1.2", "@graphql-tools/graphql-file-loader": "6.2.6", "@graphql-tools/load": "6.2.5", - "apollo-server-express": "2.19.0", + "apollo-server-express": "3.12.0", "chalk": "4.1.0", "cors": "2.8.5", "express": "4.17.1", diff --git a/templates/ts-apollo-mongo-apache-kafka-backend/package.json b/templates/ts-apollo-mongo-apache-kafka-backend/package.json index b59706a8a0..a238e50589 100644 --- a/templates/ts-apollo-mongo-apache-kafka-backend/package.json +++ b/templates/ts-apollo-mongo-apache-kafka-backend/package.json @@ -15,7 +15,7 @@ "dependencies": { "@graphback/runtime-mongo": "1.1.2", "@aerogear/graphql-kafka-subscriptions": "0.4.1", - "apollo-server-express": "2.19.0", + "apollo-server-express": "3.12.0", "cors": "2.8.5", "dotenv": "8.2.0", "express": "4.17.1", diff --git a/templates/ts-apollo-mongodb-backend/package.json b/templates/ts-apollo-mongodb-backend/package.json index 84fc980c1b..867591e6c1 100644 --- a/templates/ts-apollo-mongodb-backend/package.json +++ b/templates/ts-apollo-mongodb-backend/package.json @@ -14,7 +14,7 @@ "license": "Apache 2.0", "dependencies": { "@graphback/runtime-mongo": "1.1.2", - "apollo-server-express": "2.19.0", + "apollo-server-express": "3.12.0", "cors": "2.8.5", "dotenv": "8.2.0", "express": "4.17.1", diff --git a/templates/ts-apollo-mongodb-datasync-backend/package.json b/templates/ts-apollo-mongodb-datasync-backend/package.json index 8512228c50..c7231c2193 100644 --- a/templates/ts-apollo-mongodb-datasync-backend/package.json +++ b/templates/ts-apollo-mongodb-datasync-backend/package.json @@ -14,7 +14,7 @@ "license": "Apache 2.0", "dependencies": { "@graphback/datasync": "1.1.2", - "apollo-server-express": "2.19.0", + "apollo-server-express": "3.12.0", "cors": "2.8.5", "dotenv": "8.2.0", "express": "4.17.1", diff --git a/templates/ts-apollo-postgres-backend/package.json b/templates/ts-apollo-postgres-backend/package.json index 62bfb205f6..775145c5cf 100644 --- a/templates/ts-apollo-postgres-backend/package.json +++ b/templates/ts-apollo-postgres-backend/package.json @@ -14,7 +14,7 @@ "license": "Apache 2.0", "dependencies": { "@graphback/runtime-knex": "1.1.2", - "apollo-server-express": "2.19.0", + "apollo-server-express": "3.12.0", "cors": "2.8.5", "dotenv": "8.2.0", "express": "4.17.1",