From 258a175dc620bcb113686138815fdaa9ad583513 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Sat, 28 May 2016 19:51:23 +0300 Subject: [PATCH] update pg packages --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ca598e23..b07d40d1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "bitcoin atm client server protocol module", "keywords": [], "version": "2.5.3", - "license": "unlicense", + "license": "Unlicense", "author": "Lamassu (https://lamassu.is)", "engines": { "node": "4.4.x" @@ -37,8 +37,8 @@ "minimist": "0.0.8", "node-uuid": "^1.4.2", "numeral": "^1.5.3", - "pg": "^4.5.1", - "pg-promise": "^4.2.4", + "pg": "^4.5.5", + "pg-promise": "^4.3.3", "pretty-ms": "^2.1.0", "ramda": "^0.21.0", "wreck": "5.1.0"