File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ let originalClientConnect;
36
36
* @module pg-promise
37
37
*
38
38
* @description
39
- * ## pg-promise v11.9
39
+ * ## pg-promise v11.10
40
40
* All documentation here is for the latest official release only.
41
41
*
42
42
* ### Initialization Options
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg-promise" ,
3
- "version" : " 11.10.1 " ,
3
+ "version" : " 11.10.2 " ,
4
4
"description" : " PostgreSQL interface for Node.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " typescript/pg-promise.d.ts" ,
42
42
},
43
43
"dependencies" : {
44
44
"assert-options" : " 0.8.2" ,
45
- "pg" : " 8.13.0 " ,
45
+ "pg" : " 8.13.1 " ,
46
46
"pg-minify" : " 1.6.5" ,
47
47
"spex" : " 3.4.0"
48
48
},
49
49
"peerDependencies" : {
50
- "pg-query-stream" : " 4.7.0 "
50
+ "pg-query-stream" : " 4.7.1 "
51
51
},
52
52
"devDependencies" : {
53
- "@eslint/js" : " 9.12 .0" ,
54
- "@types/node" : " 22.7.5 " ,
53
+ "@eslint/js" : " 9.14 .0" ,
54
+ "@types/node" : " 22.9.0 " ,
55
55
"bluebird" : " 3.7.2" ,
56
56
"coveralls" : " 3.1.1" ,
57
- "cspell" : " 8.15.1 " ,
58
- "eslint" : " 9.12 .0" ,
59
- "globals" : " 15.11 .0" ,
57
+ "cspell" : " 8.16.0 " ,
58
+ "eslint" : " 9.14 .0" ,
59
+ "globals" : " 15.12 .0" ,
60
60
"istanbul" : " 0.4.5" ,
61
61
"jasmine-node" : " 3.0.0" ,
62
- "jsdoc" : " 4.0.3 " ,
62
+ "jsdoc" : " 4.0.4 " ,
63
63
"JSONStream" : " 1.3.5" ,
64
64
"tslint" : " 6.1.3" ,
65
65
"typescript" : " 5.6.3"
You can’t perform that action at this time.
0 commit comments