From cd67f316fcfe657f6b9fb53fbc2aa23a4d8671f1 Mon Sep 17 00:00:00 2001 From: pt Date: Thu, 6 Feb 2020 00:09:36 -0500 Subject: [PATCH] upgrade packages --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 454d9a7..16854ab 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "dotenv": "^6.2.0", - "express": "^4.16.4", - "pg": "^7.8.0" + "express": "^4.17.1", + "pg": "^7.18.1" } }