File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-connection-string" ,
3
- "version" : " 2.6.1 " ,
3
+ "version" : " 2.6.2 " ,
4
4
"description" : " Functions for dealing with a PostgresSQL connection string" ,
5
5
"main" : " ./index.js" ,
6
6
"types" : " ./index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-cursor" ,
3
- "version" : " 2.10.1 " ,
3
+ "version" : " 2.10.2 " ,
4
4
"description" : " Query cursor extension for node-postgres" ,
5
5
"main" : " index.js" ,
6
6
"directories" : {
18
18
"license" : " MIT" ,
19
19
"devDependencies" : {
20
20
"mocha" : " ^7.1.2" ,
21
- "pg" : " ^8.11.1 "
21
+ "pg" : " ^8.11.2 "
22
22
},
23
23
"peerDependencies" : {
24
24
"pg" : " ^8"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-query-stream" ,
3
- "version" : " 4.5.1 " ,
3
+ "version" : " 4.5.2 " ,
4
4
"description" : " Postgres query result returned as readable stream" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
37
37
"concat-stream" : " ~1.0.1" ,
38
38
"eslint-plugin-promise" : " ^6.0.1" ,
39
39
"mocha" : " ^7.1.2" ,
40
- "pg" : " ^8.11.1 " ,
40
+ "pg" : " ^8.11.2 " ,
41
41
"stream-spec" : " ~0.3.5" ,
42
42
"ts-node" : " ^8.5.4" ,
43
43
"typescript" : " ^4.0.3"
46
46
"pg" : " ^8"
47
47
},
48
48
"dependencies" : {
49
- "pg-cursor" : " ^2.10.1 "
49
+ "pg-cursor" : " ^2.10.2 "
50
50
}
51
51
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 8.11.1 " ,
3
+ "version" : " 8.11.2 " ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" database" ,
22
22
"dependencies" : {
23
23
"buffer-writer" : " 2.0.0" ,
24
24
"packet-reader" : " 1.0.0" ,
25
- "pg-connection-string" : " ^2.6.1 " ,
25
+ "pg-connection-string" : " ^2.6.2 " ,
26
26
"pg-pool" : " ^3.6.1" ,
27
27
"pg-protocol" : " ^1.6.0" ,
28
28
"pg-types" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments