diff --git a/integration/package.json b/integration/package.json index 2833625097..9ba28c6bd0 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.25.1", + "apollo-server-testing": "2.25.1", "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..8c518cc530 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.25.1", "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..c1b566356d 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.25.1", "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..3f7cd07a4c 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.25.1", "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..364caf1e6f 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.25.1", "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..f195596182 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.25.1", "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..079f99a7b2 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.20", "@material-ui/core": "4.11.2", "graphql": "15.4.0", "react": "17.0.1",