Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Nov 10, 2024
1 parent 9341e0a commit 8c1f6cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let originalClientConnect;
* @module pg-promise
*
* @description
* ## pg-promise v11.9
* ## pg-promise v11.10
* All documentation here is for the latest official release only.
*
* ### Initialization Options
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "11.10.1",
"version": "11.10.2",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -42,24 +42,24 @@
},
"dependencies": {
"assert-options": "0.8.2",
"pg": "8.13.0",
"pg": "8.13.1",
"pg-minify": "1.6.5",
"spex": "3.4.0"
},
"peerDependencies": {
"pg-query-stream": "4.7.0"
"pg-query-stream": "4.7.1"
},
"devDependencies": {
"@eslint/js": "9.12.0",
"@types/node": "22.7.5",
"@eslint/js": "9.14.0",
"@types/node": "22.9.0",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "8.15.1",
"eslint": "9.12.0",
"globals": "15.11.0",
"cspell": "8.16.0",
"eslint": "9.14.0",
"globals": "15.12.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "4.0.3",
"jsdoc": "4.0.4",
"JSONStream": "1.3.5",
"tslint": "6.1.3",
"typescript": "5.6.3"
Expand Down

0 comments on commit 8c1f6cf

Please sign in to comment.