Skip to content

Commit

Permalink
deps update (#945)
Browse files Browse the repository at this point in the history
* deps update

* upped the package version
  • Loading branch information
vitaly-t authored Oct 11, 2024
1 parent 43c755d commit 9ac47a6
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "11.9.1",
"version": "11.10.0",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -41,25 +41,27 @@
"node": ">=14.0"
},
"dependencies": {
"assert-options": "0.8.1",
"pg": "8.12.0",
"assert-options": "0.8.2",
"pg": "8.13.0",
"pg-minify": "1.6.5",
"spex": "3.3.0"
},
"peerDependencies": {
"pg-query-stream": "4.7.0"
},
"devDependencies": {
"@eslint/js": "9.7.0",
"@types/node": "20.14.12",
"@eslint/js": "9.12.0",
"@types/node": "22.7.5",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "8.12.1",
"eslint": "9.7.0",
"globals": "15.8.0",
"cspell": "8.15.0",
"eslint": "9.12.0",
"globals": "15.11.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "4.0.3",
"JSONStream": "1.3.5",
"pg-query-stream": "4.6.0",
"tslint": "6.1.3",
"typescript": "5.5.4"
"typescript": "5.6.3"
}
}

0 comments on commit 9ac47a6

Please sign in to comment.