Skip to content

Commit

Permalink
deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Dec 20, 2020
1 parent bcffc93 commit 80290ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "10.8.3",
"version": "10.8.4",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -40,9 +40,9 @@
"node": ">=8.0"
},
"dependencies": {
"assert-options": "0.6.2",
"assert-options": "0.7.0",
"pg": "8.5.1",
"pg-minify": "1.6.1",
"pg-minify": "1.6.2",
"spex": "3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 80290ca

Please sign in to comment.