diff --git a/lib/main.js b/lib/main.js index e1e5d8ce..e84758b7 100644 --- a/lib/main.js +++ b/lib/main.js @@ -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 diff --git a/package.json b/package.json index 5f13f2ad..a8a98c0c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"