diff --git a/examples/federation/sub-task-graphql/package.json b/examples/federation/sub-task-graphql/package.json index f8bb805ca..7cac470c3 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.13.1", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.2.0", + "pg": "8.2.1", "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 bbfc74039..215af3e86 100644 --- a/examples/federation/tag-graphql/package.json +++ b/examples/federation/tag-graphql/package.json @@ -29,7 +29,7 @@ "apollo-server-express": "2.13.1", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.2.0", + "pg": "8.2.1", "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 e4203ddaa..c4b96b841 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.13.1", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.2.0", + "pg": "8.2.1", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/examples/nest-graphql-basic/package.json b/examples/nest-graphql-basic/package.json index 71fd4f33c..2acaf1d91 100644 --- a/examples/nest-graphql-basic/package.json +++ b/examples/nest-graphql-basic/package.json @@ -28,7 +28,7 @@ "apollo-server-express": "2.13.1", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.2.0", + "pg": "8.2.1", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/examples/nest-graphql-sequelize/package.json b/examples/nest-graphql-sequelize/package.json index d456ff5ae..b960cf644 100644 --- a/examples/nest-graphql-sequelize/package.json +++ b/examples/nest-graphql-sequelize/package.json @@ -25,7 +25,7 @@ "apollo-server-express": "2.13.1", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.2.0", + "pg": "8.2.1", "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 c6cd63c0f..06816481d 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.13.1", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.2.0", + "pg": "8.2.1", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/examples/nest-graphql-typeorm-soft-delete/package.json b/examples/nest-graphql-typeorm-soft-delete/package.json index f262bd963..7fa068bff 100644 --- a/examples/nest-graphql-typeorm-soft-delete/package.json +++ b/examples/nest-graphql-typeorm-soft-delete/package.json @@ -28,7 +28,7 @@ "apollo-server-express": "2.13.1", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.2.0", + "pg": "8.2.1", "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 7311cd003..b7b462cce 100644 --- a/examples/nest-graphql-typeorm/package.json +++ b/examples/nest-graphql-typeorm/package.json @@ -28,7 +28,7 @@ "apollo-server-express": "2.13.1", "graphql": "15.0.0", "graphql-tools": "5.0.0", - "pg": "8.2.0", + "pg": "8.2.1", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/package-lock.json b/package-lock.json index c44030d95..9d4e12d00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17086,15 +17086,15 @@ "dev": true }, "pg": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.2.0.tgz", - "integrity": "sha512-EQeWKZv7qBTQZQa7EraR61AOi0bpizvlZLvrPdgAGaraX4YI+y40iQnL39XjPMXVnHOOG3jV6kAGtc0WSJn/+A==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.2.1.tgz", + "integrity": "sha512-DKzffhpkWRr9jx7vKxA+ur79KG+SKw+PdjMb1IRhMiKI9zqYUGczwFprqy+5Veh/DCcFs1Y6V8lRLN5I1DlleQ==", "requires": { "buffer-writer": "2.0.0", "packet-reader": "1.0.0", - "pg-connection-string": "^2.2.2", - "pg-pool": "^3.2.0", - "pg-protocol": "^1.2.3", + "pg-connection-string": "^2.2.3", + "pg-pool": "^3.2.1", + "pg-protocol": "^1.2.4", "pg-types": "^2.1.0", "pgpass": "1.x", "semver": "4.3.2"