diff --git a/examples/federation/sub-task-graphql/package.json b/examples/federation/sub-task-graphql/package.json index 2b0827674..239c77196 100644 --- a/examples/federation/sub-task-graphql/package.json +++ b/examples/federation/sub-task-graphql/package.json @@ -29,7 +29,7 @@ "apollo-server-express": "2.12.0", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.0.2", + "pg": "8.0.3", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/examples/federation/tag-graphql/package.json b/examples/federation/tag-graphql/package.json index 8a343c17c..f7c1b64a0 100644 --- a/examples/federation/tag-graphql/package.json +++ b/examples/federation/tag-graphql/package.json @@ -29,7 +29,7 @@ "apollo-server-express": "2.12.0", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.0.2", + "pg": "8.0.3", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/examples/federation/todo-item-graphql/package.json b/examples/federation/todo-item-graphql/package.json index 17b9a6bb0..eb02c5014 100644 --- a/examples/federation/todo-item-graphql/package.json +++ b/examples/federation/todo-item-graphql/package.json @@ -29,7 +29,7 @@ "apollo-server-express": "2.12.0", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.0.2", + "pg": "8.0.3", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/examples/nest-graphql-typeorm-multidb/package.json b/examples/nest-graphql-typeorm-multidb/package.json index 806f7cb54..49607a8eb 100644 --- a/examples/nest-graphql-typeorm-multidb/package.json +++ b/examples/nest-graphql-typeorm-multidb/package.json @@ -27,7 +27,7 @@ "apollo-server-express": "2.12.0", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.0.2", + "pg": "8.0.3", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/examples/nest-graphql-typeorm/package.json b/examples/nest-graphql-typeorm/package.json index e3b715236..6ddd99a15 100644 --- a/examples/nest-graphql-typeorm/package.json +++ b/examples/nest-graphql-typeorm/package.json @@ -28,7 +28,7 @@ "apollo-server-express": "2.12.0", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.0.2", + "pg": "8.0.3", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/package-lock.json b/package-lock.json index 22c117b4f..e5b3ead68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15140,15 +15140,15 @@ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" }, "pg": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.0.2.tgz", - "integrity": "sha512-ngOUEDk69kLdH/k/YLT2NRIBcUiPFRcY4l51dviqn79P5qIa5jBIGIFTIGXh4OlT/6gpiCAza5a9uy08izpFQQ==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.0.3.tgz", + "integrity": "sha512-fvcNXn4o/iq4jKq15Ix/e58q3jPSmzOp6/8C3CaHoSR/bsxdg+1FXfDRePdtE/zBb3++TytvOrS1hNef3WC/Kg==", "requires": { "buffer-writer": "2.0.0", "packet-reader": "1.0.0", "pg-connection-string": "0.1.3", - "pg-pool": "^3.1.0", - "pg-protocol": "^1.2.1", + "pg-pool": "^3.1.1", + "pg-protocol": "^1.2.2", "pg-types": "^2.1.0", "pgpass": "1.x", "semver": "4.3.2"