diff --git a/examples/federation/sub-task-graphql/package.json b/examples/federation/sub-task-graphql/package.json index d1e5c2620..d3cb18755 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.1.0", + "pg": "8.2.0", "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 05ffb5720..ede9233cc 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.1.0", + "pg": "8.2.0", "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 0502f1a0c..b77b2bca2 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.1.0", + "pg": "8.2.0", "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 eb7358e38..f2397c92e 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.1.0", + "pg": "8.2.0", "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 cc1f9ae8e..fa592ea3c 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.1.0", + "pg": "8.2.0", "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 15b9d9ed2..14d06dc80 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.1.0", + "pg": "8.2.0", "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 eb395f929..8b5315f3c 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.1.0", + "pg": "8.2.0", "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 829660b42..3fa26a5b3 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.1.0", + "pg": "8.2.0", "reflect-metadata": "0.1.13", "rimraf": "3.0.2", "rxjs": "6.5.5", diff --git a/package-lock.json b/package-lock.json index 22d632f34..e03f0b203 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17308,15 +17308,15 @@ "dev": true }, "pg": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.1.0.tgz", - "integrity": "sha512-Jp+XSNTGYDztc2FgIbmBXeeYMR7kKjfgnl3R+ioO6rkcxDmaea+YPp/gaxe13PBnJAFYyEGl0ixpwPm2gb6eUw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.2.0.tgz", + "integrity": "sha512-EQeWKZv7qBTQZQa7EraR61AOi0bpizvlZLvrPdgAGaraX4YI+y40iQnL39XjPMXVnHOOG3jV6kAGtc0WSJn/+A==", "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.2", + "pg-protocol": "^1.2.3", "pg-types": "^2.1.0", "pgpass": "1.x", "semver": "4.3.2"