Skip to content

Commit 8c1f6cf

Browse files
committed
update deps
1 parent 9341e0a commit 8c1f6cf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let originalClientConnect;
3636
* @module pg-promise
3737
*
3838
* @description
39-
* ## pg-promise v11.9
39+
* ## pg-promise v11.10
4040
* All documentation here is for the latest official release only.
4141
*
4242
* ### Initialization Options

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-promise",
3-
"version": "11.10.1",
3+
"version": "11.10.2",
44
"description": "PostgreSQL interface for Node.js",
55
"main": "lib/index.js",
66
"typings": "typescript/pg-promise.d.ts",
@@ -42,24 +42,24 @@
4242
},
4343
"dependencies": {
4444
"assert-options": "0.8.2",
45-
"pg": "8.13.0",
45+
"pg": "8.13.1",
4646
"pg-minify": "1.6.5",
4747
"spex": "3.4.0"
4848
},
4949
"peerDependencies": {
50-
"pg-query-stream": "4.7.0"
50+
"pg-query-stream": "4.7.1"
5151
},
5252
"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",
5555
"bluebird": "3.7.2",
5656
"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",
6060
"istanbul": "0.4.5",
6161
"jasmine-node": "3.0.0",
62-
"jsdoc": "4.0.3",
62+
"jsdoc": "4.0.4",
6363
"JSONStream": "1.3.5",
6464
"tslint": "6.1.3",
6565
"typescript": "5.6.3"

0 commit comments

Comments
 (0)