Skip to content

Commit 091cddf

Browse files
committed
Fix for Node 6 problem with invalid password, see loopbackio/loopback-connector-postgresql#138
1 parent 51f51a0 commit 091cddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nor-pg",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "PostgreSQL library with Promises for Node.js",
55
"main": "src/index.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"nor-function": "^1.0.0",
1919
"nor-is": "^1.0.0",
2020
"nor-newrelic": "^1.0.0",
21-
"pg": "^3.4.1",
21+
"pg": "^4.5.5",
2222
"pg-escape": "^0.2.0",
2323
"q": "^1.0.1"
2424
},

0 commit comments

Comments
 (0)