Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 4, 2024
1 parent a8a0955 commit cc97187
Showing 1 changed file with 9 additions and 9 deletions.
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.8.0",
"version": "11.9.0",
"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.1",
"pg": "8.11.5",
"pg": "8.12.0",
"pg-minify": "1.6.4",
"spex": "3.3.0"
},
"devDependencies": {
"@eslint/js": "9.4.0",
"@types/node": "20.13.0",
"@eslint/js": "9.6.0",
"@types/node": "20.14.9",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "8.8.3",
"eslint": "9.4.0",
"globals": "15.3.0",
"cspell": "8.10.0",
"eslint": "9.6.0",
"globals": "15.8.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "4.0.3",
"JSONStream": "1.3.5",
"pg-query-stream": "4.5.5",
"pg-query-stream": "4.6.0",
"tslint": "6.1.3",
"typescript": "5.4.5"
"typescript": "5.5.3"
}
}

0 comments on commit cc97187

Please sign in to comment.