diff --git a/integration/package.json b/integration/package.json index 2833625097..4a3a7af684 100644 --- a/integration/package.json +++ b/integration/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "@graphql-tools/graphql-file-loader": "6.2.6", - "apollo-server": "2.19.0", - "apollo-server-testing": "2.19.0", + "apollo-server": "2.24.0", + "apollo-server-testing": "2.24.0", "graphql": "15.4.0", "jest": "26.6.3", "knex": "0.21.13", diff --git a/packages/graphql-serve/package.json b/packages/graphql-serve/package.json index e9eedc6530..040f7b2c92 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": "2.24.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..22965bd217 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": "2.24.0", "cors": "2.8.5", "dotenv": "8.2.0", "express": "4.17.1", @@ -23,7 +23,7 @@ "graphql": "15.4.0", "graphql-config": "3.2.0", "graphql-subscriptions": "1.1.2", - "graphql-tag": "2.11.0", + "graphql-tag": "2.12.4", "mongodb": "3.6.3" }, "devDependencies": { diff --git a/templates/ts-apollo-mongodb-backend/package.json b/templates/ts-apollo-mongodb-backend/package.json index 84fc980c1b..38e57bf1de 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": "2.24.0", "cors": "2.8.5", "dotenv": "8.2.0", "express": "4.17.1", @@ -22,7 +22,7 @@ "graphql": "15.4.0", "graphql-config": "3.2.0", "graphql-subscriptions": "1.1.0", - "graphql-tag": "2.11.0", + "graphql-tag": "2.12.4", "mongodb": "3.6.3" }, "devDependencies": { diff --git a/templates/ts-apollo-mongodb-datasync-backend/package.json b/templates/ts-apollo-mongodb-datasync-backend/package.json index 8512228c50..ddb17e97c9 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": "2.24.0", "cors": "2.8.5", "dotenv": "8.2.0", "express": "4.17.1", @@ -22,7 +22,7 @@ "graphql": "15.4.0", "graphql-config": "3.2.0", "graphql-subscriptions": "1.1.0", - "graphql-tag": "2.11.0", + "graphql-tag": "2.12.4", "mongodb": "3.6.3" }, "devDependencies": { diff --git a/templates/ts-apollo-postgres-backend/package.json b/templates/ts-apollo-postgres-backend/package.json index 62bfb205f6..42d7504113 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": "2.24.0", "cors": "2.8.5", "dotenv": "8.2.0", "express": "4.17.1", @@ -23,7 +23,7 @@ "graphql-config": "3.2.0", "graphql-migrations": "1.1.2", "graphql-subscriptions": "1.1.0", - "graphql-tag": "2.11.0", + "graphql-tag": "2.12.4", "knex": "0.21.13", "pg": "8.5.1" }, diff --git a/templates/ts-fastify-mongodb-backend/package.json b/templates/ts-fastify-mongodb-backend/package.json index 406c7945bb..54f7b64de4 100644 --- a/templates/ts-fastify-mongodb-backend/package.json +++ b/templates/ts-fastify-mongodb-backend/package.json @@ -22,7 +22,7 @@ "graphql": "15.4.0", "graphql-config": "3.2.0", "graphql-subscriptions": "1.1.0", - "graphql-tag": "2.11.0", + "graphql-tag": "2.12.4", "mercurius": "6.5.0", "mongodb": "3.6.3" }, diff --git a/templates/ts-react-apollo-client/package.json b/templates/ts-react-apollo-client/package.json index 779cd1e984..e143ea6e1b 100644 --- a/templates/ts-react-apollo-client/package.json +++ b/templates/ts-react-apollo-client/package.json @@ -15,7 +15,7 @@ "typescript": "4.1.3" }, "dependencies": { - "@apollo/client": "3.3.4", + "@apollo/client": "3.3.17", "@material-ui/core": "4.11.2", "graphql": "15.4.0", "react": "17.0.1",