Skip to content

Commit d9fcda8

Browse files
committed
1 parent 717ffd0 commit d9fcda8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/pg-cursor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-cursor",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"directories": {
@@ -21,7 +21,7 @@
2121
"eslint-config-prettier": "^6.4.0",
2222
"eslint-plugin-prettier": "^3.1.1",
2323
"mocha": "^6.2.2",
24-
"pg": "^7.17.1",
24+
"pg": "^7.18.0",
2525
"prettier": "^1.18.2"
2626
},
2727
"prettier": {

packages/pg-pool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-pool",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Connection pool for node-postgres",
55
"main": "index.js",
66
"directories": {

packages/pg-query-stream/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-query-stream",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Postgres query result returned as readable stream",
55
"main": "index.js",
66
"scripts": {
@@ -27,12 +27,12 @@
2727
"concat-stream": "~1.0.1",
2828
"eslint-plugin-promise": "^3.5.0",
2929
"mocha": "^6.2.2",
30-
"pg": "^7.17.1",
30+
"pg": "^7.18.0",
3131
"stream-spec": "~0.3.5",
3232
"stream-tester": "0.0.5",
3333
"through": "~2.3.4"
3434
},
3535
"dependencies": {
36-
"pg-cursor": "^2.1.3"
36+
"pg-cursor": "^2.1.4"
3737
}
3838
}

packages/pg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "7.17.1",
3+
"version": "7.18.0",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -23,7 +23,7 @@
2323
"packet-reader": "1.0.0",
2424
"pg-connection-string": "0.1.3",
2525
"pg-packet-stream": "^1.1.0",
26-
"pg-pool": "^2.0.9",
26+
"pg-pool": "^2.0.10",
2727
"pg-types": "^2.1.0",
2828
"pgpass": "1.x",
2929
"semver": "4.3.2"

0 commit comments

Comments
 (0)