Skip to content

Commit 9ac47a6

Browse files
authored
deps update (#945)
* deps update * upped the package version
1 parent 43c755d commit 9ac47a6

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

package.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-promise",
3-
"version": "11.9.1",
3+
"version": "11.10.0",
44
"description": "PostgreSQL interface for Node.js",
55
"main": "lib/index.js",
66
"typings": "typescript/pg-promise.d.ts",
@@ -41,25 +41,27 @@
4141
"node": ">=14.0"
4242
},
4343
"dependencies": {
44-
"assert-options": "0.8.1",
45-
"pg": "8.12.0",
44+
"assert-options": "0.8.2",
45+
"pg": "8.13.0",
4646
"pg-minify": "1.6.5",
4747
"spex": "3.3.0"
4848
},
49+
"peerDependencies": {
50+
"pg-query-stream": "4.7.0"
51+
},
4952
"devDependencies": {
50-
"@eslint/js": "9.7.0",
51-
"@types/node": "20.14.12",
53+
"@eslint/js": "9.12.0",
54+
"@types/node": "22.7.5",
5255
"bluebird": "3.7.2",
5356
"coveralls": "3.1.1",
54-
"cspell": "8.12.1",
55-
"eslint": "9.7.0",
56-
"globals": "15.8.0",
57+
"cspell": "8.15.0",
58+
"eslint": "9.12.0",
59+
"globals": "15.11.0",
5760
"istanbul": "0.4.5",
5861
"jasmine-node": "3.0.0",
5962
"jsdoc": "4.0.3",
6063
"JSONStream": "1.3.5",
61-
"pg-query-stream": "4.6.0",
6264
"tslint": "6.1.3",
63-
"typescript": "5.5.4"
65+
"typescript": "5.6.3"
6466
}
6567
}

0 commit comments

Comments
 (0)