diff --git a/integration/package.json b/integration/package.json index 2833625097..a27778c4a4 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.2", + "apollo-server-testing": "2.25.2", "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..3a0f7ece8e 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.2", "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..6735f21852 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.2", "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.5", "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..c18b1da42b 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.2", "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.5", "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..737a253746 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.2", "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.5", "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..ea32de067c 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.2", "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.5", "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..3c82243ec6 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.5", "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..95da51075a 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.4.16", "@material-ui/core": "4.11.2", "graphql": "15.4.0", "react": "17.0.1",