Skip to content

Commit 30839a7

Browse files
committed
up the driver version
1 parent 5be8cb5 commit 30839a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-promise",
3-
"version": "11.11.0",
3+
"version": "11.12.0",
44
"description": "PostgreSQL interface for Node.js",
55
"main": "lib/index.js",
66
"typings": "typescript/pg-promise.d.ts",
@@ -42,12 +42,12 @@
4242
},
4343
"dependencies": {
4444
"assert-options": "0.8.2",
45-
"pg": "8.13.3",
45+
"pg": "8.14.0",
4646
"pg-minify": "1.7.0",
4747
"spex": "3.4.0"
4848
},
4949
"peerDependencies": {
50-
"pg-query-stream": "4.7.3"
50+
"pg-query-stream": "4.8.0"
5151
},
5252
"devDependencies": {
5353
"@eslint/js": "9.22.0",

0 commit comments

Comments
 (0)