Skip to content

Commit

Permalink
updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 2, 2023
1 parent e86ef61 commit 00cd486
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "11.5.2",
"version": "11.5.3",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"assert-options": "0.8.1",
"pg": "8.11.1",
"pg": "8.11.2",
"pg-minify": "1.6.3",
"spex": "3.3.0"
},
Expand All @@ -51,12 +51,12 @@
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "6.31.2",
"eslint": "8.45.0",
"eslint": "8.46.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "4.0.2",
"JSONStream": "1.3.5",
"pg-query-stream": "4.5.1",
"pg-query-stream": "4.5.2",
"tslint": "6.1.3",
"typescript": "5.1.6"
}
Expand Down

0 comments on commit 00cd486

Please sign in to comment.