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 23, 2023
1 parent 9f1930f commit 93b727c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "11.5.0",
"version": "11.5.1",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -42,22 +42,22 @@
},
"dependencies": {
"assert-options": "0.8.1",
"pg": "8.11.0",
"pg": "8.11.1",
"pg-minify": "1.6.3",
"spex": "3.3.0"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/node": "20.4.4",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "6.31.1",
"eslint": "8.41.0",
"cspell": "6.31.2",
"eslint": "8.45.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "4.0.2",
"JSONStream": "1.3.5",
"pg-query-stream": "4.5.0",
"pg-query-stream": "4.5.1",
"tslint": "6.1.3",
"typescript": "5.0.4"
"typescript": "5.1.6"
}
}

0 comments on commit 93b727c

Please sign in to comment.