Skip to content

Commit

Permalink
deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed May 2, 2021
1 parent 31ed003 commit 9f3a968
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "10.10.1",
"version": "10.10.2",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -41,21 +41,21 @@
},
"dependencies": {
"assert-options": "0.7.0",
"pg": "8.5.1",
"pg": "8.6.0",
"pg-minify": "1.6.2",
"spex": "3.2.0"
},
"devDependencies": {
"@types/node": "14.14.37",
"@types/node": "15.0.1",
"bluebird": "3.7.2",
"coveralls": "3.1.0",
"eslint": "7.23.0",
"eslint": "7.25.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.6",
"JSONStream": "1.3.5",
"pg-query-stream": "4.0.0",
"pg-query-stream": "4.1.0",
"tslint": "6.1.3",
"typescript": "4.2.3"
"typescript": "4.2.4"
}
}

0 comments on commit 9f3a968

Please sign in to comment.